|
5 | 5 | // @license MIT
|
6 | 6 | // @author Rob Garrison
|
7 | 7 | // @namespace https://github.com/Mottie
|
8 |
| -// @include https://github.com/* |
9 |
| -// @include https://*.github.com/* |
| 8 | +// @match https://github.com/* |
| 9 | +// @match https://*.github.com/* |
10 | 10 | // @run-at document-idle
|
11 | 11 | // @grant GM_addStyle
|
12 | 12 | // @grant GM_getValue
|
|
62 | 62 | // see https://github.com/Mottie/github-reserved-names
|
63 | 63 | const nonUser = new RegExp("^(" + [
|
64 | 64 | /* BUILD:RESERVED-NAMES-START (v2.0.4) */
|
65 |
| - "400", "401", "402", "403", "404", "405", "406", "407", "408", "409", |
66 |
| - "410", "411", "412", "413", "414", "415", "416", "417", "418", "419", |
67 |
| - "420", "421", "422", "423", "424", "425", "426", "427", "428", "429", |
68 |
| - "430", "431", "500", "501", "502", "503", "504", "505", "506", "507", |
69 |
| - "508", "509", "510", "511", "about", "access", "account", "admin", |
70 |
| - "advisories", "anonymous", "any", "api", "apps", "attributes", "auth", |
71 |
| - "billing", "blob", "blog", "bounty", "branches", "business", "businesses", |
72 |
| - "c", "cache", "case-studies", "categories", "central", "certification", |
73 |
| - "changelog", "cla", "cloud", "codereview", "collection", "collections", |
74 |
| - "comments", "commit", "commits", "community", "companies", "compare", |
75 |
| - "contact", "contributing", "cookbook", "coupons", "customer-stories", |
76 |
| - "customer", "customers", "dashboard", "dashboards", "design", "develop", |
77 |
| - "developer", "diff", "discover", "discussions", "docs", "downloads", |
78 |
| - "downtime", "editor", "editors", "edu", "enterprise", "events", "explore", |
79 |
| - "featured", "features", "files", "fixtures", "forked", "garage", "ghost", |
80 |
| - "gist", "gists", "graphs", "guide", "guides", "help", "help-wanted", |
81 |
| - "home", "hooks", "hosting", "hovercards", "identity", "images", "inbox", |
82 |
| - "individual", "info", "integration", "interfaces", "introduction", |
83 |
| - "invalid-email-address", "investors", "issues", "jobs", "join", "journal", |
84 |
| - "journals", "lab", "labs", "languages", "launch", "layouts", "learn", |
85 |
| - "legal", "library", "linux", "listings", "lists", "login", "logos", |
86 |
| - "logout", "mac", "maintenance", "malware", "man", "marketplace", "mention", |
87 |
| - "mentioned", "mentioning", "mentions", "migrating", "milestones", "mine", |
88 |
| - "mirrors", "mobile", "navigation", "network", "new", "news", "none", |
89 |
| - "nonprofit", "nonprofits", "notices", "notifications", "oauth", "offer", |
90 |
| - "open-source", "organisations", "organizations", "orgs", "pages", |
91 |
| - "partners", "payments", "personal", "plans", "plugins", "popular", |
92 |
| - "popularity", "posts", "press", "pricing", "professional", "projects", |
93 |
| - "pulls", "raw", "readme", "recommendations", "redeem", "releases", |
94 |
| - "render", "reply", "repositories", "resources", "restore", "revert", |
95 |
| - "save-net-neutrality", "saved", "scraping", "search", "security", |
96 |
| - "services", "sessions", "settings", "shareholders", "shop", "showcases", |
97 |
| - "signin", "signup", "site", "spam", "sponsors", "ssh", "staff", "starred", |
98 |
| - "stars", "static", "status", "statuses", "storage", "store", "stories", |
99 |
| - "styleguide", "subscriptions", "suggest", "suggestion", "suggestions", |
100 |
| - "support", "suspended", "talks", "teach", "teacher", "teachers", |
101 |
| - "teaching", "team", "teams", "ten", "terms", "timeline", "topic", "topics", |
102 |
| - "tos", "tour", "train", "training", "translations", "tree", "trending", |
103 |
| - "updates", "username", "users", "visualization", "w", "watching", "wiki", |
104 |
| - "windows", "works-with", "www0", "www1", "www2", "www3", "www4", "www5", |
| 65 | + "400", "401", "402", "403", "404", "405", "406", "407", "408", "409", |
| 66 | + "410", "411", "412", "413", "414", "415", "416", "417", "418", "419", |
| 67 | + "420", "421", "422", "423", "424", "425", "426", "427", "428", "429", |
| 68 | + "430", "431", "500", "501", "502", "503", "504", "505", "506", "507", |
| 69 | + "508", "509", "510", "511", "about", "access", "account", "admin", |
| 70 | + "advisories", "anonymous", "any", "api", "apps", "attributes", "auth", |
| 71 | + "billing", "blob", "blog", "bounty", "branches", "business", "businesses", |
| 72 | + "c", "cache", "case-studies", "categories", "central", "certification", |
| 73 | + "changelog", "cla", "cloud", "codereview", "collection", "collections", |
| 74 | + "comments", "commit", "commits", "community", "companies", "compare", |
| 75 | + "contact", "contributing", "cookbook", "coupons", "customer-stories", |
| 76 | + "customer", "customers", "dashboard", "dashboards", "design", "develop", |
| 77 | + "developer", "diff", "discover", "discussions", "docs", "downloads", |
| 78 | + "downtime", "editor", "editors", "edu", "enterprise", "events", "explore", |
| 79 | + "featured", "features", "files", "fixtures", "forked", "garage", "ghost", |
| 80 | + "gist", "gists", "graphs", "guide", "guides", "help", "help-wanted", |
| 81 | + "home", "hooks", "hosting", "hovercards", "identity", "images", "inbox", |
| 82 | + "individual", "info", "integration", "interfaces", "introduction", |
| 83 | + "invalid-email-address", "investors", "issues", "jobs", "join", "journal", |
| 84 | + "journals", "lab", "labs", "languages", "launch", "layouts", "learn", |
| 85 | + "legal", "library", "linux", "listings", "lists", "login", "logos", |
| 86 | + "logout", "mac", "maintenance", "malware", "man", "marketplace", "mention", |
| 87 | + "mentioned", "mentioning", "mentions", "migrating", "milestones", "mine", |
| 88 | + "mirrors", "mobile", "navigation", "network", "new", "news", "none", |
| 89 | + "nonprofit", "nonprofits", "notices", "notifications", "oauth", "offer", |
| 90 | + "open-source", "organisations", "organizations", "orgs", "pages", |
| 91 | + "partners", "payments", "personal", "plans", "plugins", "popular", |
| 92 | + "popularity", "posts", "press", "pricing", "professional", "projects", |
| 93 | + "pulls", "raw", "readme", "recommendations", "redeem", "releases", |
| 94 | + "render", "reply", "repositories", "resources", "restore", "revert", |
| 95 | + "save-net-neutrality", "saved", "scraping", "search", "security", |
| 96 | + "services", "sessions", "settings", "shareholders", "shop", "showcases", |
| 97 | + "signin", "signup", "site", "spam", "sponsors", "ssh", "staff", "starred", |
| 98 | + "stars", "static", "status", "statuses", "storage", "store", "stories", |
| 99 | + "styleguide", "subscriptions", "suggest", "suggestion", "suggestions", |
| 100 | + "support", "suspended", "talks", "teach", "teacher", "teachers", |
| 101 | + "teaching", "team", "teams", "ten", "terms", "timeline", "topic", "topics", |
| 102 | + "tos", "tour", "train", "training", "translations", "tree", "trending", |
| 103 | + "updates", "username", "users", "visualization", "w", "watching", "wiki", |
| 104 | + "windows", "works-with", "www0", "www1", "www2", "www3", "www4", "www5", |
105 | 105 | "www6", "www7", "www8", "www9"
|
106 | 106 | /* BUILD:RESERVED-NAMES-END */
|
107 | 107 | ].join("|") + ")$");
|
|
0 commit comments