Jump to content

User:Fl/vector.js: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
slight modifications
Blanked the page
Tag: Blanking
 
Line 1: Line 1:
// Selected TWINKLE scripts
importScript('User:AzaToth/morebits.js');
// importScript('User:Fl/Sandbox/twinklewarn.js');
importScript('User:AzaToth/twinklewarn.js');
importScript('User:AzaToth/twinklearv.js');
importScript('User:AzaToth/twinklespeedy.js');;
importScript('User:AzaToth/twinkleprod.js');
importScript('User:AzaToth/twinklexfd.js');
importScript('User:AzaToth/twinkleprotect.js');
importScript('User:AzaToth/twinklebatchprotect.js');

// Prose counter
importScript('User:Dr pda/prosesize.js'); //[[User:Dr pda/prosesize.js]]

// Friendly
importScript('User:Ioeth/friendly.js');

// NPP script
//importScript('User:TheJosh/Scripts/NewPagePatrol.js');

// Stub tagging
importScript('User:Ais523/stubtagtab2.js');

// Inline section edition
// importScript('User:fl/scripts/secedit.js');

// Lupin's recent changes script
importScript('User:Lupin/recent2.js');

// Rollback summary script
importScript('User:Gracenotes/rollback.js');

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

// Shortcut links
document.write('<script type="text/javascript" src="'
+ 'http://en.wikipedia.org/w/index.php?title=User:Jsimlo/shortcuts.js'
+ '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
function shortcutsInit ()
{
shortcutsStartSection ('Admin st00f');
shortcutsAddLink ('AfD closes', 'Wikipedia:Articles for deletion/Old');
shortcutsAddLink ('CSD requests', 'CAT:CSD');
shortcutsAddLink ('Unblock reqs', 'CAT:UNBLOCK');
shortcutsAddLink ('AIV reports', 'WP:AIV');
shortcutsAddLink ('SPI reports', 'WP:SPI');
shortcutsAddLink ('UAA reports', 'WP:UAA');
shortcutsStartSection ('Misc st00f');
shortcutsAddLink ('To Do List', 'User:fl/todolist');
shortcutsAddLink ('RfAs', 'WP:RfA');
shortcutsAddLink ('monobook.js', 'User:fl/monobook.js');
shortcutsAddLink ('monobook.css', 'User:fl/monobook.css');
shortcutsAddLink ('Special:Random', 'Special:Random');
shortcutsAddLink ('Open tasks page', 'Wikipedia:Community Portal/Opentask');
shortcutsAddLink ('Userpage', 'User:flBot');
shortcutsAddLink ('Contributions', 'Special:Contributions/flBot');
}

// AfD voting script [[User:Jnothman/afd_helper/script.js]]
// importScript('User:Jnothman/afd_helper/script.js');

// Vote symbols
importScript('User:Ais523/votesymbols.js');

// Purge tab
addOnloadHook(function () {
var hist; var url;
if (!(hist = document.getElementById('ca-history') )) return;
if (!(url = hist.getElementsByTagName('a')[0] )) return;
if (!(url = url.href )) return;
addPortletLink('p-cactions', url.replace(/([?&]action=)history([&#]|$)/, '$1purge$2'),
'Purge', 'ca-purge', 'Purge server cache for this page', '0');
});

// Only last changes script
importScript('Wikipedia:WikiProject User scripts/Scripts/Watchlist since');

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

// Null edit script
importScript('User:Splarka/nulledit.js')

// [[User:Superm401/Compare link.js]]
//importScript("User:Superm401/Compare link.js");

Latest revision as of 23:56, 28 April 2019