Jump to content

User:Sportzpikachu/common.js

From Wikipedia, the free encyclopedia

This is the current revision of this page, as edited by Sportzpikachu (talk | contribs) at 17:44, 16 July 2024. The present address (URL) is a permanent link to this version.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
// RW/UV
// mw.loader.load( '/w/index.php?title=User:Sportzpikachu/sandbox.js&action=raw&ctype=text/javascript' ); // Backlink: [[User:Sportzpikachu/sandbox.js]]

mw.loader.load( '/w/index.php?title=User:Sportzpikachu/viteload.js&action=raw&ctype=text/javascript' ); // Backlink: [[User:Sportzpikachu/viteload.js]]
// mw.loader.load( 'http://localhost:4173/ultraviolet.cjs' );

// mw.loader.load( '/w/index.php?title=User:10nm/beta.js&action=raw&ctype=text/javascript' ); // Backlink: [[User:10nm/beta.js]]
// mw.loader.load('/w/index.php?title=User:RedWarn/.js&action=raw&ctype=text/javascript');

// mw.loader.load('http://localhost:9696/build.php');
// mw.loader.load('/w/index.php?title=User:Sportshead/rw17dev.js&action=raw&ctype=text/javascript');
// mw.loader.load( '/w/index.php?title=User:Sportshead/rw16.js&action=raw&ctype=text/javascript' ); // Backlink: [[User:Sportshead/rw16.js]]
// mw.loader.load('http://localhost:45991/ultraviolet.js')

mw.loader.load( '/w/index.php?title=User:Chlod/Scripts/UserHighlighter.js&action=raw&ctype=text/javascript' ); // Backlink: [[User:Chlod/Scripts/UserHighlighter.js]]

mw.loader.load( '/w/index.php?title=User:Evad37/OneClickArchiver.js&action=raw&ctype=text/javascript' ); // Backlink: [[User:Evad37/OneClickArchiver.js]]
mw.loader.load( '/w/index.php?title=User:Chlod/Scripts/GlobalUserToolbox.js&action=raw&ctype=text/javascript' ); // Backlink: [[User:Chlod/Scripts/GlobalUserToolbox.js]]
// mw.loader.load( '/w/index.php?title=User:Awesome_Aasim/infiniscroll.js&action=raw&ctype=text/javascript' ); // Backlink: [[User:Awesome Aasim/infiniscroll.js]]
mw.loader.load( '/w/index.php?title=User:Enterprisey/cv-revdel.js&action=raw&ctype=text/javascript' ); // Backlink: [[User:Enterprisey/cv-revdel.js]]

$( function () {
	if ( window.location.hash && ( window.location.hash.includes( '#noticeApplied-' ) || window.location.hash.includes( '#redirectLatestRevision' ) ) ) {
		mw.util.addCSS( '.archived-section-prompt{display:none}' );
	}
} );