static L listRecentlyChangedSnippets() { ret listRecentlyChangedSnippets(50); } static L listRecentlyChangedSnippets(int n) { ret snippetsFromHTML("http://tinybrain.de:8080/tb/snippets.php?reverse=1&withmd5=1&perpage=" + n + standardCredentials_noCookies()); }