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 03:32, 6 February 2021 view sourceLadsgroup (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)← 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
Line 11: Line 11:


// 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');

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:}
};