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