User:2NumForIce/common.js: Difference between revisions

Content deleted Content added
m U
Undid revision 1300586055 by 2NumForIce (talk)
 
(14 intermediate revisions by the same user not shown)
Line 63:
importScript( 'User:Enterprisey/cv-revdel.js' ); // Backlink: [[User:Enterprisey/cv-revdel.js]]
importScript( 'User:Ingenuity/AbuseFilterContribs.js' ); // Backlink: [[User:Ingenuity/AbuseFilterContribs.js]]
importScript('User:Harej/citation-watchlist.js'); // Backlink: [[User:Harej/citation-watchlist.js]]
 
importScript('User:TheTVExpert/rmCloser.js'); // Backlink: [[User:TheTVExpert/rmCloser.js]]
/* Make upload form text monospace */
mw.loader.load( 'ext.gadget.Navigation_popups' );
importStylesheet('User:2NumForIce/Tools/UploadFormMonospace.css');
mw.loader.load('https://wikicounter.toolforge.org/wikicounter.js');
 
// This adds a down arrow link besides talk link. Requires <nowiki>{{Skip to top and bottom}}</nowiki>.
mw.util.addPortletLink(
// portlet URL of link destination (not wiki page name; has to be URL) nom ID of link Portlet display text Access key Next link ID w/ #
"p-personal", mw.util.getUrl("User talk:2NumForIce#skip-to-bottom-anchor"), "↓", "pt-talk-bottom", "Go to bottom of your talk page", null, "#pt-mytalk"
);
 
/*** BEGIN WIKIBREAK ENFORCER ***/
Line 112 ⟶ 107:
});
/*** END WIKIBREAK ENFORCER ***/
 
/* Automate purge confirmation dialog */
if (mw.config.get('wgAction') === 'purge') {
$('form[action*="action=purge"]').submit();
}