generated from userscripters/template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
33fedfc
commit 016728d
Showing
12 changed files
with
446 additions
and
583 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,33 @@ | ||
// ==UserScript== | ||
// @author Oleg Valter <[email protected]> | ||
// @connect stackexchange.com | ||
// @description Userscript for loading all communities in the 'visible communities' list | ||
// @grant GM_xmlhttpRequest | ||
// @homepage https://github.com/userscripters/all-communities-loader#readme | ||
// @match https://*.stackexchange.com/users/hidecommunities/* | ||
// @match https://askubuntu.com/users/hidecommunities/* | ||
// @match https://es.meta.stackoverflow.com/users/hidecommunities/* | ||
// @match https://es.stackoverflow.com/users/hidecommunities/* | ||
// @match https://ja.meta.stackoverflow.com/users/hidecommunities/* | ||
// @match https://ja.stackoverflow.com/users/hidecommunities/* | ||
// @match https://mathoverflow.net/users/hidecommunities/* | ||
// @match https://meta.askubuntu.com/users/hidecommunities/* | ||
// @match https://meta.mathoverflow.net/users/hidecommunities/* | ||
// @match https://meta.serverfault.com/users/hidecommunities/* | ||
// @match https://meta.stackoverflow.com/users/hidecommunities/* | ||
// @match https://meta.superuser.com/users/hidecommunities/* | ||
// @match https://pt.meta.stackoverflow.com/users/hidecommunities/* | ||
// @match https://pt.stackoverflow.com/users/hidecommunities/* | ||
// @match https://ru.meta.stackoverflow.com/users/hidecommunities/* | ||
// @match https://ru.stackoverflow.com/users/hidecommunities/* | ||
// @match https://serverfault.com/users/hidecommunities/* | ||
// @match https://stackapps.com/users/hidecommunities/* | ||
// @match https://stackoverflow.com/users/hidecommunities/* | ||
// @match https://superuser.com/users/hidecommunities/* | ||
// @name All Communities Loader | ||
// @namespace userscripters | ||
// @run-at document-start | ||
// @source git+https://github.com/userscripters/all-communities-loader.git | ||
// @supportURL https://github.com/userscripters/all-communities-loader/issues | ||
// @version 1.0.0 | ||
// @name All Communities Loader | ||
// @author Oleg Valter <o.a.valter@gmail.com> | ||
// @connect stackexchange.com | ||
// @description Userscript for loading all communities in the 'visible communities' list | ||
// @grant GM_xmlhttpRequest | ||
// @homepage https://github.com/userscripters/all-communities-loader#readme | ||
// @match https://stackoverflow.com/users/hidecommunities/* | ||
// @match https://serverfault.com/users/hidecommunities/* | ||
// @match https://superuser.com/users/hidecommunities/* | ||
// @match https://*.stackexchange.com/users/hidecommunities/* | ||
// @match https://askubuntu.com/users/hidecommunities/* | ||
// @match https://stackapps.com/users/hidecommunities/* | ||
// @match https://mathoverflow.net/users/hidecommunities/* | ||
// @match https://pt.stackoverflow.com/users/hidecommunities/* | ||
// @match https://ja.stackoverflow.com/users/hidecommunities/* | ||
// @match https://ru.stackoverflow.com/users/hidecommunities/* | ||
// @match https://es.stackoverflow.com/users/hidecommunities/* | ||
// @match https://meta.stackoverflow.com/users/hidecommunities/* | ||
// @match https://meta.serverfault.com/users/hidecommunities/* | ||
// @match https://meta.superuser.com/users/hidecommunities/* | ||
// @match https://meta.askubuntu.com/users/hidecommunities/* | ||
// @match https://meta.mathoverflow.net/users/hidecommunities/* | ||
// @match https://pt.meta.stackoverflow.com/users/hidecommunities/* | ||
// @match https://ja.meta.stackoverflow.com/users/hidecommunities/* | ||
// @match https://ru.meta.stackoverflow.com/users/hidecommunities/* | ||
// @match https://es.meta.stackoverflow.com/users/hidecommunities/* | ||
// @namespace userscripters | ||
// @run-at document-start | ||
// @source git+https://github.com/userscripters/all-communities-loader.git | ||
// @supportURL https://github.com/userscripters/all-communities-loader/issues | ||
// @version 1.0.0 | ||
// ==/UserScript== |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,35 @@ | ||
// ==UserScript== | ||
// @author Oleg Valter <[email protected]> | ||
// @connect stackexchange.com | ||
// @description Userscript for loading all communities in the 'visible communities' list | ||
// @grant GM_xmlhttpRequest | ||
// @homepage https://github.com/userscripters/all-communities-loader#readme | ||
// @match https://*.stackexchange.com/users/hidecommunities/* | ||
// @match https://askubuntu.com/users/hidecommunities/* | ||
// @match https://es.meta.stackoverflow.com/users/hidecommunities/* | ||
// @match https://es.stackoverflow.com/users/hidecommunities/* | ||
// @match https://ja.meta.stackoverflow.com/users/hidecommunities/* | ||
// @match https://ja.stackoverflow.com/users/hidecommunities/* | ||
// @match https://mathoverflow.net/users/hidecommunities/* | ||
// @match https://meta.askubuntu.com/users/hidecommunities/* | ||
// @match https://meta.mathoverflow.net/users/hidecommunities/* | ||
// @match https://meta.serverfault.com/users/hidecommunities/* | ||
// @match https://meta.stackoverflow.com/users/hidecommunities/* | ||
// @match https://meta.superuser.com/users/hidecommunities/* | ||
// @match https://pt.meta.stackoverflow.com/users/hidecommunities/* | ||
// @match https://pt.stackoverflow.com/users/hidecommunities/* | ||
// @match https://ru.meta.stackoverflow.com/users/hidecommunities/* | ||
// @match https://ru.stackoverflow.com/users/hidecommunities/* | ||
// @match https://serverfault.com/users/hidecommunities/* | ||
// @match https://stackapps.com/users/hidecommunities/* | ||
// @match https://stackoverflow.com/users/hidecommunities/* | ||
// @match https://superuser.com/users/hidecommunities/* | ||
// @name All Communities Loader | ||
// @namespace userscripters | ||
// @run-at document-start | ||
// @source git+https://github.com/userscripters/all-communities-loader.git | ||
// @supportURL https://github.com/userscripters/all-communities-loader/issues | ||
// @version 1.0.0 | ||
// @name All Communities Loader | ||
// @author Oleg Valter <o.a.valter@gmail.com> | ||
// @connect stackexchange.com | ||
// @description Userscript for loading all communities in the 'visible communities' list | ||
// @grant GM_xmlhttpRequest | ||
// @homepage https://github.com/userscripters/all-communities-loader#readme | ||
// @match https://stackoverflow.com/users/hidecommunities/* | ||
// @match https://serverfault.com/users/hidecommunities/* | ||
// @match https://superuser.com/users/hidecommunities/* | ||
// @match https://*.stackexchange.com/users/hidecommunities/* | ||
// @match https://askubuntu.com/users/hidecommunities/* | ||
// @match https://stackapps.com/users/hidecommunities/* | ||
// @match https://mathoverflow.net/users/hidecommunities/* | ||
// @match https://pt.stackoverflow.com/users/hidecommunities/* | ||
// @match https://ja.stackoverflow.com/users/hidecommunities/* | ||
// @match https://ru.stackoverflow.com/users/hidecommunities/* | ||
// @match https://es.stackoverflow.com/users/hidecommunities/* | ||
// @match https://meta.stackoverflow.com/users/hidecommunities/* | ||
// @match https://meta.serverfault.com/users/hidecommunities/* | ||
// @match https://meta.superuser.com/users/hidecommunities/* | ||
// @match https://meta.askubuntu.com/users/hidecommunities/* | ||
// @match https://meta.mathoverflow.net/users/hidecommunities/* | ||
// @match https://pt.meta.stackoverflow.com/users/hidecommunities/* | ||
// @match https://ja.meta.stackoverflow.com/users/hidecommunities/* | ||
// @match https://ru.meta.stackoverflow.com/users/hidecommunities/* | ||
// @match https://es.meta.stackoverflow.com/users/hidecommunities/* | ||
// @namespace userscripters | ||
// @run-at document-start | ||
// @source git+https://github.com/userscripters/all-communities-loader.git | ||
// @supportURL https://github.com/userscripters/all-communities-loader/issues | ||
// @version 1.0.0 | ||
// ==/UserScript== | ||
|
||
"use strict"; | ||
|
@@ -59,7 +59,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) { | |
function verb(n) { return function (v) { return step([n, v]); }; } | ||
function step(op) { | ||
if (f) throw new TypeError("Generator is already executing."); | ||
while (_) try { | ||
while (g && (g = 0, op[0] && (_ = 0)), _) try { | ||
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t; | ||
if (y = 0, t) op = [op[0] & 2, t.value]; | ||
switch (op[0]) { | ||
|
Oops, something went wrong.