Jump to content

User:Blooooo/monobook.js: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Blooooo (talk | contribs)
Created page with '// Helper tools document.write('<script type="text/javascript" src="' + 'http://en.wikipedia.org/enwiki/w/index.php?title=User:Voice_of_All/Addtabs/monobook....'
 
m Maintenance: Replacing document.write with mw.loader.load (mw:ResourceLoader/Migration_guide_(users)#Avoid_document.write() - phab:T130879)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
// Helper tools
// Helper tools
mw.loader.load(
document.write('<script type="text/javascript" src="'
+ 'http://en.wikipedia.org/enwiki/w/index.php?title=User:Voice_of_All/Addtabs/monobook.js'
'https://en.wikipedia.org/enwiki/w/index.php?title=User:Voice_of_All/Addtabs/monobook.js'
+ '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
+ '&action=raw&ctype=text/javascript&dontcountme=s');
//
//

// Diff page links
mw.loader.load('https://en.wikipedia.org/enwiki/w/index.php?title=User:Voice_of_All/Revert/monobook.js'
+ '&action=raw&ctype=text/javascript');
//
importScript('User:Voice_of_All/Revert.js');

Latest revision as of 23:53, 18 May 2022

// Helper tools
mw.loader.load(
             'https://en.wikipedia.org/enwiki/w/index.php?title=User:Voice_of_All/Addtabs/monobook.js'
             + '&action=raw&ctype=text/javascript&dontcountme=s');
//

// Diff page links
mw.loader.load('https://en.wikipedia.org/enwiki/w/index.php?title=User:Voice_of_All/Revert/monobook.js' 
             + '&action=raw&ctype=text/javascript');
//
importScript('User:Voice_of_All/Revert.js');