User:Pigsonthewing/global.js
Appearance
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
// Wikidata Info
// mw.loader.load("//www.wikidata.org/w/index.php?title=User:Yair rand/WikidataInfo.js&action=raw&ctype=text/javascript"); // Backlink: [[d:User:Yair rand/WikidataInfo.js]] +
mw.loader.load('//www.wikidata.org/w/index.php?title=User:Msz2001/WikidataInfo.js&action=raw&ctype=text/javascript');
// [[Wikipedia:Tools/Navigation popups]]
mw.loader.load('https://en.wikipedia.org/w/index.php?title=MediaWiki:Gadget-popups.js&action=raw&ctype=text/javascript');
mw.loader.load('https://en.wikipedia.org/w/index.php?title=MediaWiki:Gadget-navpop.css&action=raw&ctype=text/css', 'text/css');
popupOnEditSelection=false;
popupAdminLinks=true;
//Copy Section link
mw.loader.load('//en.wikipedia.org/w/index.php?title=User:Nardog/CopySectLink.js&action=raw&ctype=text/javascript');
mw.loader.load('//en.wikipedia.org/w/index.php?title=User:Qwerfjkl/scripts/skipToTopAndBottom.js&action=raw&ctype=text/javascript');
//adds "Source links" below "What links here" in the sidebar. Searches for pages where the link is in the source.
mw.loader.load('//en.wikipedia.org/w/index.php?title=User:PrimeHunter/Source links.js&action=raw&ctype=text/javascript');
// Add "refresh" option on category pages, template pages, and on
// "Special:WhatLinksHere". Makes forceupdate nulledit on all pages in the
// category, all transclusing pages, or all linked pages.
mw.loader.load('//en.wikipedia.org/w/index.php?title=User:Ahecht/Scripts/refresh.js&action=raw&ctype=text/javascript');
// Reated-image viewer
// mw.loader.load( '//meta.wikimedia.org/w/index.php?title=User:SuperHamster/view-it.js&action=raw&ctype=text/javascript' ); // Backlink: [[User:SuperHamster/view-it.js]]
// Time Zone Converter
mw.loader.load("https://meta.wikimedia.org/w/index.php?title=User:Michael Schönitzer (WMDE)/timezoneconverter.js&action=raw&bcache=1&maxage=86400&ctype=text/javascript");
/* Automate purge confirmation dialog */
if ( mw.config.get( 'wgAction' ) === 'purge' ) {
$('form[action*="action=purge"]').submit();
}
// [[m:User:Jon Harald Søby/diffedit.js]]
mw.loader.load( '//meta.wikimedia.org/w/index.php?title=User:Jon_Harald_Søby/diffedit.js&action=raw&ctype=text/javascript' );
// Revison patroller
if ( mw.config.get("wgDBname") !== 'metawiki' ) {
mw.loader.load('https://meta.wikimedia.org/w/load.php?modules=ext.gadget.patrolRevisions&lang=en');
}
// report user to administrators noticeboard
// XReport - fast reporting - [[User:TenWhile6/XReport]]
mw.loader.load('https://meta.wikimedia.org/w/index.php?title=User:TenWhile6/XReport.js&action=raw&ctype=text/javascript');
// JWB
// mw.loader.load('//en.wikipedia.org/w/index.php?title=User:Joeytje50/JWB.js/load.js&action=raw&ctype=text/javascript');mw.loader.load('//en.wikipedia.org/w/index.php?title=User:Joeytje50/JWB.js/load.js&action=raw&ctype=text/javascript');
// HotDefaultSort
mw.loader.load('https://en.wikipedia.org/w/index.php?title=User:BrandonXLF/HotDefaultSort.js&action=raw&ctype=text/javascript');
// mw.loader.load('https://en.wikipedia.org/w/index.php?title=User:Andrybak/Scripts/Archiver.js&action=raw&ctype=text/javascript');
// OneClickArchiver
mw.loader.load('https://en.wikipedia.org/w/index.php?title=User:Elli/OneClickArchiver.js&action=raw&ctype=text/javascript');
// MarkBLockedGlobal
mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Dragoniez/MarkBLockedGlobal.js&action=raw&ctype=text/javascript');
// Source links
mw.loader.load('https://en.wikipedia.org/w/index.php?title=User:PrimeHunter/Source links.js&action=raw&ctype=text/javascript');
mw.loader.load('//en.wikipedia.org/w/index.php?title=User:Eejit43/scripts/redirect-helper.js&action=raw&ctype=text/javascript'); // Backlink: [[w:en:User:Eejit43/scripts/redirect-helper.js]]
$("#t-wikibase a").parent().css({display:'flex'}).append("<small><a href='https://wikidata-todo.toolforge.org/relator2/#/"+mw.config.get('wgWikibaseItemId')+"?ref="+document.URL +"' class='external'>Relator2</a>");