Jump to content

User:Ks0stm/vector.js

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Ks0stm (talk | contribs) at 09:28, 21 December 2016 (fix). 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.
// importScript('User:AzaToth/twinkle.js');
// if( typeof( TwinkleConfig ) == 'undefined' ) TwinkleConfig = {}; // DO NOT REMOVE THIS LINE - ALL TWINKLE SETTINGS AFTER THIS
// TwinkleConfig.watchRevertedPages			=	[];
// TwinkleConfig.watchSpeedyPages				=	[ 'g3',	'g5', 'g10', 'g11', 'g12', 't1'	];
// TwinkleConfig.watchWarnings				=	false;

//importScript('User:TheDJ/qui.js');

//AC Case Page Implementation Notes creator
importScript('User:Timotheus Canens/acimplnotes.js');

//Working DelSort
importScript('User:APerson/delsort.js');

importScript('Wikipedia:WikiProject User scripts/Scripts/Add LI menu');
importStylesheet('Wikipedia:WikiProject User scripts/Scripts/Add LI menu/css');

//Not working DelSort
//importScript('Wikipedia:WikiProject Deletion sorting/delsort.js');
//DelsortConfig = {
//  debugLevel : 0,
//  watchDelsortedLists : 0,
//  watchDelsortedAfd : 1,
//  shortcuts : []
//};

//AfD Closing Script
importScript('User:Mr.Z-man/closeAFD.js');

//XfD Closing Script
importScript('User:King of Hearts/closexfd.js');

//SPI helpers
importScript('User:Timotheus Canens/spihelper.js');
importScript('User:Timotheus Canens/SPIW.js');

//importScript('User:Dr pda/prosesize.js');

//Mark Blocked Users (moved to gadget)
//importScriptURI('//ru.wikipedia.org/w/index.php?title=MediaWiki:Gadget-markblocked.js&action=raw&ctype=text/javascript');

//ResponseHelper
importScript( 'User:MusikAnimal/responseHelper.js' ); // Backlink: [[User:MusikAnimal/responseHelper.js]]

//CentralAuth link to sidebar
importScript('User:The Voidwalker/centralAuthLink.js');

//RFPP Clerking Script (obsolete)
//importScript('User:Rami_R/rfppClerk.js');
//pr_timeout = 4

//Add custom link in my user links in the top right
//$(document).ready(function() {
//    $('<li id="pt-todo"><a href="//en.wikipedia.org/wiki/User:Ks0stm/Useful_stuff">Fast Links</a></li>').insertAfter("#pt-mytalk");
//});