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

Content deleted Content added
Undid revision 1300586055 by 2NumForIce (talk)
 
(18 intermediate revisions by the same user not shown)
Line 3:
"CitationsWrap" : "//en.wikipedia.org/w/index.php?action=raw&ctype=text/javascript&title=User:2NumForIce/wrap/citations.js", // Backlink: [[User:2NumForIce/wrap/citations.js]]
"TeahouseWrap" : "//en.wikipedia.org/w/index.php?action=raw&ctype=text/javascript&title=User:2NumForIce/wrap/teahouse.js", // Backlink: [[User:2NumForIce/wrap/teahouse.js]]
"AbuseFilterContribs" : "//en.wikipedia.org/w/index.php?action=raw&ctype=text/javascript&title=User:Ingenuity/AbuseFilterContribs.js", // Backlink: [[User:Ingenuity/AbuseFilterContribs.js]]
"AfC RedirectCat" : "//en.wikipedia.org/w/index.php?title=User:Eejit43/scripts/AFCRHS.js&action=raw&ctype=text/javascript", // Backlink: [[User:Eejit43/scripts/AFCRHS.js]]
"AntiVandal" : "//en.wikipedia.org/w/index.php?action=raw&ctype=text/javascript&title=User:Ingenuity/AntiVandal.js", // Backlink: [[User:Ingenuity/AntiVandal.js]]
Line 62 ⟶ 61:
importScript( 'User:Ohconfucius/dashes.js' ); // Backlink: [[User:Ohconfucius/dashes.js]]
importScript( 'User:2NumForIce/Tools/ToggleNewWikitextEd.js' ); // Backlink: [[User:2NumForIce/Tools/ToggleNewWikitextEd.js]]
importScript( 'User:Enterprisey/cv-revdel.js' ); // Backlink: [[User:Enterprisey/cv-revdel.js]]
 
importScript( "AbuseFilterContribs" : "//en.wikipedia.org/w/index.php?action=raw&ctype=text/javascript&title='User:Ingenuity/AbuseFilterContribs.js",' ); // Backlink: [[User:Ingenuity/AbuseFilterContribs.js]]
/* Make upload form text monospace */
importScript('User:Harej/citation-watchlist.js'); // Backlink: [[User:Harej/citation-watchlist.js]]
importStylesheet('User:2NumForIce/Tools/UploadFormMonospace.css');
importScript('User:TheTVExpert/rmCloser.js'); // Backlink: [[User:TheTVExpert/rmCloser.js]]
 
mw.loader.load( 'ext.gadget.Navigation_popups' );
// This adds a down arrow link besides talk link. Requires <nowiki>{{Skip to top and bottom}}</nowiki>.
mw.loader.load('https://wikicounter.toolforge.org/wikicounter.js');
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 111 ⟶ 107:
});
/*** END WIKIBREAK ENFORCER ***/
 
/* Automate purge confirmation dialog */
if (mw.config.get('wgAction') === 'purge') {
$('form[action*="action=purge"]').submit();
}