User:FlightTime Public/common.js

This is an old revision of this page, as edited by FlightTime Public (talk | contribs) at 02:04, 13 July 2012 (Change). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
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.
importScriptURI('//ru.wikipedia.org/w/index.php?title=MediaWiki:Gadget-markblocked.js&action=raw&ctype=text/javascript');

importScript('User:Ais523/adminrights.js');

importScript('User:Drilnoth/lefteditlinks.js');
 
importScript('User:Ohconfucius/script/MOSNUM dates.js');  //[[User:Ohconfucius/script/MOSNUM dates.js]]
 
importScript('User:Ohconfucius/script/Common Terms.js');  //[[User:Ohconfucius/script/Common Terms.js]]
 
importScript('User:Tim Song/afchelper4.js');
 
importScript('User:Anomie/util.js');
 
importScript('User:Anomie/linkclassifier.js'); // Linkback: [[User:Anomie/linkclassifier.js]]
 
importScript('User:Ioeth/friendly.js');
 
importScript('User:Dr pda/prosesize.js'); //[[User:Dr pda/prosesize.js]]
 
importScript("User:GregU/dashes.js");
 
 
importScript('User:AzaToth/twinkle.js');
 
importScript('User:Smith609/toolbox.js');

addOnloadHook(function () {
addPortletLink( "p-personal",
"http://en.wikipedia.org/wiki/User:Mlpearc/Status",
"Status", "pt-acctool", "Status",
"A", document.getElementById("pt-logout"));
});

addOnloadHook(function () {
addPortletLink( "p-personal",
"http://en.wikipedia.org/wiki/User:Mlpearc/Workshop#Frequently_used_stuff",
"Workshop", "pt-acctool", "Lnk to my Workshop",
"A", document.getElementById("pt-logout"));
});

addOnloadHook(function () {
addPortletLink( "p-personal",
"http://en.wikipedia.org/wiki/Special:NewFiles",
"New Files", "pt-acctool", "New Files",
"A", document.getElementById("pt-logout"));
});

addOnloadHook(function () {
addPortletLink( "p-personal",
"http://en.wikipedia.org/wiki/User:Mlpearc/Xtra_workshop",
"Xtra Workshop", "pt-acctool", "Xtra Workshop",
"A", document.getElementById("pt-logout"));
});

addOnloadHook(function () {
addPortletLink( "p-personal",
"http://en.wikipedia.org/wiki/Wikipedia:Requests_for_permissions#Current requests",
"RfP", "pt-acctool", "Link to Requests for Permissions",
"A", document.getElementById("pt-logout"));
});

addOnloadHook(function () {
addPortletLink( "p-personal",
"http://en.wikipedia.org/wiki/User:Krinkle/RTRC",
"RTRC", "pt-acctool", "RealTime RecentChanges",
"A", document.getElementById("pt-logout"));
});

// Add [[WP:Reflinks]] launcher in the toolbox on left
addOnloadHook(function () {
 addPortletLink(
  "p-tb",     // toolbox portlet
  "http://toolserver.org/~dispenser/cgi-bin/webreflinks.py/" + wgPageName 
   + "?client=script&citeweb=on&overwrite=&limit=20&lang=" + wgContentLanguage,
  "Reflinks"  // link label
)});

/*************
*** Regex menu framework
*** by [[m:user:Pathoschild]] <http://meta.wikimedia.org/wiki/User:Pathoschild/Scripts/Regex_menu_framework>
***	- adds a sidebar menu of user-defined scripts.
*************/
importScriptURI('http://meta.wikimedia.org/w/index.php?title=User:Pathoschild/Scripts/Regex_menu_framework.js&action=raw&ctype=text/javascript');

/* menu links */
// In the function below, add more lines like "regexTool('link text','function_name()')" to add
// links to the sidebar menu. The function name is the function defined in rfmscripts() below.
function rmflinks() {
	regexTool('Custom regex','custom()'); // a default tool which performs regex input in a dynamic form
}
	
/* scripts */
// Below, define the functions linked to from rmflinks() above. These functions can use any JavaScript,
// but there is a set of simplified tools documented at
// http://meta.wikimedia.org/wiki/User:Pathoschild/Script:Regex_menu_framework .
/*************
***
*** Trial Run
***
*************/


// install [[Wikipedia:User:Cacycle/wikEd]] in-browser text editor importScriptURI('http://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js' + '&action=raw&ctype=text/javascript');


// [[File:Krinkle_RTRC.js]]
mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Krinkle/RTRC.js&action=raw&ctype=text/javascript');

// [[File:Krinkle_OneClickCommoniser.js]]
mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Krinkle/Scripts/OneClickCommoniser.js&action=raw&ctype=text/javascript');