Misplaced Pages

User:MBisanz/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:MBisanz Browse history interactively← Previous editNext edit →Content deleted Content added
Revision as of 22:25, 6 September 2008 view sourceMBisanz (talk | contribs)Extended confirmed users126,668 edits User:Howcheng/quickimgdelete.js← Previous edit Revision as of 12:57, 11 September 2008 view source MBisanz (talk | contribs)Extended confirmed users126,668 edits importScript('User:Mr.Z-man/closeAFD.js');Next edit →
Line 1: Line 1:
importScript('User:Howcheng/quickimgdelete.js'); importScript('User:Howcheng/quickimgdelete.js');
importScript('User:Mr.Z-man/closeAFD.js');


importScript('User:AWeenieMan/furme.js'); importScript('User:AWeenieMan/furme.js');

Revision as of 12:57, 11 September 2008

importScript('User:Howcheng/quickimgdelete.js');
importScript('User:Mr.Z-man/closeAFD.js');

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


// <nowiki>
importScript('User:AzaToth/morebits.js');
importScript('User:Ioeth/friendlywelcome.js');
importScript('User:Ioeth/friendlyshared.js');
importScript('User:Ioeth/friendlytag.js');
//]
importScript('User:Animum/easyblock.js'); 

// </nowiki>


function Dfn_js_con()
{
//moves
Mvaluejs_class = 'yes';
//edits
Rvaluejs_class = 'yes';
//uploads
Uvaluejs_class = 'yes';
}


importScript('User:ais523/editcount.js');
importScript('user:js/watchlist.js')

FriendlyConfig = {
        summaryAd                       :       " using ]",
        topWelcomes                     :       false,
        watchWelcomes                   :       false,
        markWelcomesAsMinor             :       true,
        insertHeadings                  :       true,
        welcomeHeading                  :       "== Welcome ==",
        insertUsername                  :       true,
        insertSignature                 :       true,
        quickWelcomeMode                :       "auto",
        quickWelcomeTemplate            :       "Welcome",
        maskTemplateInSummary           :       true,
        markSharedAsMinor               :       true,
        groupByDefault                  :       true,
        watchTaggedPages                :       false,
        markTaggedPagesAsMinor          :       true
};

FurMeConfig = {
        actionOnSubmit                  :  'diff',
        cleanAmazonURLs                 :  true,
        furmeLocation                   :  'tab',
        imageRemovalMethod              :  'comment',
        linkFreeLogo                    :  true,
        openAllArticles                 :  false,
        openArticleMode                 :  'none',
        renameMethod                    :  'ifd',
        scrollerMax                     :  10,
        scrollerSkipDone                :  true,
        watchMyEdits                    :  false,
        windowHeight                    :  660
};







// VOA Stuff
//--------------------------------------------------------------
//First loads
//Helper tools
document.write('<script type="text/javascript" src="' 
             + 'http://en.wikipedia.org/search/?title=User:AuburnPilot/Addtabs/monobook.js' 
             + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
//////////////////////
 
// Admin tools
document.write('<script type="text/javascript" src="' 
             + 'http://en.wikipedia.org/search/?title=User:Mr.Z-man/adminnolupin/monobook.js' 
             + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
 
//END
 
 
//************
 
 
window.onload = Main;
function Main() 
{
    watchlist_tab();
    block_check();
}
//END VOA Stuff










importScript('User:Tra/sidebartranslate.js'); //]
 
importScript('User:Gimmetrow/fixRefs.js');
 
importScript('Misplaced Pages:WikiProject_User_scripts/Scripts/CloseAFD.js');