User:Polygnotus/Scripts/NamespaceFilter.js: Difference between revisions

Content deleted Content added
Undid revision 1242008523 by Polygnotus (talk)
 
(2 intermediate revisions by the same user not shown)
Line 1:
// Very janky and not intended for real world use, does not make API calls just filters whatever is there on the page (so use limit=5000).
// <nowiki>
// I have requested something better:
// ==UserScript==
// https://meta.wikimedia.org/wiki/Community_Wishlist/Wishes/Add_Namespace_filter_to_all_Special:_pages_(where_applicable)
// @name Wikipedia Namespace Filter
// @namespace http://tampermonkey.net/
// @version 0.5
// @description Filter special page results by namespace, including mainspace, with All/None options, localStorage, and article names only option
// @match https://*.wikipedia.org/w/index.php?title=Special:LinkSearch*
// @grant none
// ==/UserScript==
 
(function() {