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 editNext edit →Content deleted Content added
Revision as of 02:07, 15 October 2007 view sourceCoren (talk | contribs)Extended confirmed users18,492 edits Oink. Settings for TW← Previous edit Revision as of 20:19, 30 October 2007 view source Coren (talk | contribs)Extended confirmed users18,492 edits EditcountNext edit →
Line 4: Line 4:
+ 'http://en.wikipedia.org/search/?title=User:Lupin/popups.js' + 'http://en.wikipedia.org/search/?title=User:Lupin/popups.js'
+ '&action=raw&ctype=text/javascript&dontcountme=s"></script>'); + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
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 ]

Revision as of 20:19, 30 October 2007

// ]

document.write('<script type="text/javascript" src="' 
             + 'http://en.wikipedia.org/search/?title=User:Lupin/popups.js' 
             + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
importScript('User:Lupin/editcount.js'); //]
popupEditCounterTool='custom';
popupEditCounterUrl='http://en.wikipedia.org/User:$1?ectarget=$1';

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

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