Jump to content

User:FlightTime/common.js

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by FlightTime (talk | contribs) at 21:02, 25 March 2011 (Start Page). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(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.
importScript('User:Drilnoth/lefteditlinks.js');

importScript('User:Ohconfucius/MOSNUM dates.js');  //[[User:Ohconfucius/MOSNUM dates.js]]

importScript('User:Ohconfucius/Common Terms.js');  //[[User:Ohconfucius/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');

// Adds a link to the acc tool
// and en-accounts irc
//
 
addOnloadHook(function () {
addPortletLink( "p-personal",
"http://toolserver.org/~acc/acc.php",
"Acc tool", "pt-acctool", "Link to acc tool",
"A", document.getElementById("pt-logout"));
});

addOnloadHook(function () {
addPortletLink( "p-personal",
"http://webchat.freenode.net/?channels=wikipedia-en-accounts",
"Acc irc", "pt-acctool", "Link to acc irc",
"A", document.getElementById("pt-logout"));
});