Misplaced Pages

User:Coren/monobook.js: Difference between revisions

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
< User:Coren Browse history interactively← Previous editContent deleted Content added
Revision as of 23:13, 17 April 2007 view sourceCoren (talk | contribs)Extended confirmed users18,492 editsNo edit summary← Previous edit Latest revision as of 07:14, 23 July 2021 view source Ladsgroup (talk | contribs)Extended confirmed users, IP block exemptions, Pending changes reviewers, Rollbackers20,548 editsm Maintenance: Replacing document.write with mw.loader.load (mw:ResourceLoader/Migration_guide_(users)#Avoid_document.write() - phab:T130879
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
importScript('User:Ais523 non-admin/adminrights.js');

// ] // ]


mw.loader.load(
document.write('<script type="text/javascript" src="'
+ 'http://en.wikipedia.org/search/?title=User:Lupin/popups.js' 'https://en.wikipedia.org/search/?title=User:Lupin/popups.js'
+ '&action=raw&ctype=text/javascript&dontcountme=s"></script>'); + '&action=raw&ctype=text/javascript&dontcountme=s');
importScript('User:Lupin/editcount.js'); //]
//Interiot's javascript edit counter
popupEditCounterTool='custom';
if (document.title.indexOf('User:Interiot/Tool2/code.js') != -1) {
popupEditCounterUrl='http://en.wikipedia.org/User:$1?ectarget=$1';
document.write('<script type="text/javascript" src="'
+ 'http://en.wikipedia.org/search/?title=User:Interiot/Tool2/code.js'
+ '&action=raw&ctype=text/javascript&dontcountme=s"></script>'); }


// Script from ] // Script from ]
mw.loader.load(
document.write('<script type="text/javascript" src="'
+ 'http://en.wikipedia.org/search/?title=User:Lupin/recent2.js' 'https://en.wikipedia.org/search/?title=User:Lupin/recent2.js'
+ '&action=raw&ctype=text/javascript&dontcountme=s"></script>'); + '&action=raw&ctype=text/javascript&dontcountme=s');


importScript('User:AzaToth/twinkle.js'); importScript('User:AzaToth/twinkle.js');

TwinkleConfig = {
revertMaxRevisions : 50,
userTalkPageMode : 'window',
showSharedIPNotice : true,
openTalkPage : ,
openTalkPageOnAutoRevert : false,
summaryAd : " using ]",
deletionSummaryAd : " using ]",
protectionSummaryAd : " using ]",
watchSpeedyPages : ,
watchProdPages : true,
openUserTalkPageOnSpeedyDelete : ,
watchRevertedPages : ,
markRevertedPagesAsMinor : ,
deleteTalkPageOnDelete : false,
watchWarnings : false,
markAIVReportAsMinor : true,
markSpeedyPagesAsMinor : false,
offerReasonOnNormalRevert : true,
orphanBacklinksOnSpeedyDelete : {orphan:true, exclude:}
};

Latest revision as of 07:14, 23 July 2021

importScript('User:Ais523 non-admin/adminrights.js');

// ]

mw.loader.load(
             'https://en.wikipedia.org/search/?title=User:Lupin/popups.js'
             + '&action=raw&ctype=text/javascript&dontcountme=s');
importScript('User:Lupin/editcount.js'); //]
popupEditCounterTool='custom';
popupEditCounterUrl='http://en.wikipedia.org/User:$1?ectarget=$1';

// Script from ]
mw.loader.load(
             'https://en.wikipedia.org/search/?title=User:Lupin/recent2.js'
             + '&action=raw&ctype=text/javascript&dontcountme=s');

importScript('User:AzaToth/twinkle.js');

TwinkleConfig = {
        revertMaxRevisions              :       50,
        userTalkPageMode                :       'window',
        showSharedIPNotice              :       true,
        openTalkPage                    :       ,
        openTalkPageOnAutoRevert        :       false,
        summaryAd                       :       " using ]",
        deletionSummaryAd               :       " using ]",
        protectionSummaryAd             :       " using ]",
        watchSpeedyPages                :       ,
        watchProdPages                  :       true,
        openUserTalkPageOnSpeedyDelete  :       ,
        watchRevertedPages              :       ,
        markRevertedPagesAsMinor        :       ,
        deleteTalkPageOnDelete          :       false,
        watchWarnings                   :       false,
        markAIVReportAsMinor            :       true,
        markSpeedyPagesAsMinor          :       false,
        offerReasonOnNormalRevert       :       true,
        orphanBacklinksOnSpeedyDelete   :       {orphan:true, exclude:}
};