Revision as of 17:44, 7 April 2007 view sourceIdeogram (talk | contribs)11,726 edits try this← Previous edit | Latest revision as of 21:20, 26 March 2022 view source Ladsgroup (talk | contribs)Extended confirmed users, IP block exemptions, Pending changes reviewers, Rollbackers20,540 editsm 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: | ||
//Interiot's javascript edit counter | //Interiot's javascript edit counter | ||
if (document.title.indexOf('User:Interiot/Tool2/code.js') != -1) { | if (document.title.indexOf('User:Interiot/Tool2/code.js') != -1) { | ||
⚫ | mw.loader.load('https://en.wikipedia.org/search/?title=User:Interiot/Tool2/code.js&action=raw&ctype=text/javascript'); } | ||
document.write('<script type="text/javascript" src="' | |||
⚫ | |
||
+ '&action=raw&ctype=text/javascript&dontcountme=s"></script>'); } | |||
// ] | |||
importScript('User:Outriggr/metadatatest.js'); | |||
assessmentMyProjects = ; |
Latest revision as of 21:20, 26 March 2022
//Interiot's javascript edit counter if (document.title.indexOf('User:Interiot/Tool2/code.js') != -1) { mw.loader.load('https://en.wikipedia.org/search/?title=User:Interiot/Tool2/code.js&action=raw&ctype=text/javascript'); }