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.
/*  Twinkle tool for wikipedia http://en.wikipedia.org/wiki/Wikipedia:WikiProject_User_scripts/Scripts/Twinkle */
// importScript('User:AzaToth/twinkle.js');
// Instead just part of twinkle

//revert functionality
// importScript('User:AzaToth/morebits.js');
// importScript('User:AzaToth/twinklefluff.js');


/* 
*********** 
    Prefs for wikiEd 
************* 

http://en.wikipedia.org/wiki/User:Cacycle/wikEd_customization

*/


var wikEdRegExTypoFix = true;

var wikEdShowSourceButton = true;

// Random Tools

//Ajax edit
//importScript('User:Sander Säde/quickpreview.js');
//Inline section edit
importScript('User:Supadawg/secedit.js');


// Shortcuts


// Load shortcut code
// [[User:Jsimlo/shortcuts.js]]
mw.loader.load('https://en.wikipedia.org/w/index.php?title=User:Jsimlo/shortcuts.js' 
             + '&action=raw&ctype=text/javascript');
 
// My shortcuts ... to be executed by the included template

/* Add link using following
shortcutsAddLink ( 'name', 'article' );
Start new section by 
  shortcutsStartSection ( 'name' );
*/

function shortcutsInit ()
{ 
shortcutsStartSection ( 'Editing' );
shortcutsAddLink('Template Help','Help:Template');
shortcutsAddLink('Link Help','Help:Link');
shortcutsAddLink('Footnotes','Wikipedia:Footnotes');
shortcutsAddLink('Citation Templates','Wikipedia:Citation_Templates');
shortcutsStartSection ( 'Customization' );
shortcutsAddLink ( 'Monobook.js', 'Special:Mypage/monobook.js' );
shortcutsAddLink ( 'Monobook.css', 'Special:Mypage/monobook.css' );
shortcutsAddLink ( 'Scripts', 'Wikipedia:WikiProject User scripts/Scripts' );
shortcutsAddLink ( 'wikEd', 'User:Cacycle/wikEd' );
shortcutsAddLink ( 'Twinkle', 'Wikipedia:WikiProject User scripts/Scripts/Twinkle' );
shortcutsAddLink ( 'Friendly', 'Wikipedia:WikiProject User scripts/Scripts/Friendly' );
shortcutsAddLink ( 'New pages', 'Special:Newpages' );
shortcutsAddLink ( 'AIV', 'Wikipedia:Administrator intervention against vandalism' );
shortcutsAddLink ( 'Help desk', 'Wikipedia:Help desk' );


}