Jump to content

User:TheDJ/monobook.js: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
importStylesheet
test shortcuts.js
Line 1: Line 1:
importStylesheet( 'User:Father_Goose/monobook.css' );
importStylesheet( 'User:Father_Goose/monobook.css' );

// [[User:Jsimlo/shortcuts.js]] - customized sidebar links
// I've included a few example links, you'll probably want to customize them.
importScript('User:Jsimlo/shortcuts.js');
function shortcutsInit ()
{
shortcutsAddLink ( 'Random template', 'Special:Random/Template' );
}


TwinkleConfig = {
TwinkleConfig = {

Revision as of 20:20, 14 October 2007

importStylesheet( 'User:Father_Goose/monobook.css' );

// [[User:Jsimlo/shortcuts.js]] - customized sidebar links
// I've included a few example links, you'll probably want to customize them.
importScript('User:Jsimlo/shortcuts.js');
 
function shortcutsInit ()
{
shortcutsAddLink ( 'Random template', 'Special:Random/Template' );
}

TwinkleConfig = {
userTalkPageMode : 'tab'
};

//twinkle (in development)
if( navigator.userAgent.indexOf( 'Firefox' ) != -1 ||
     (navigator.userAgent.indexOf('Opera') != -1 ) ||
     (navigator.userAgent.indexOf('Safari') != -1 && navigator.userAgent.indexOf('Version/3.') != -1) )
  importScript('User:TheDJ/twinkle.js')

// popups (works)
//importScript('User:Lupin/popups.js');
importScript('User:TheDJ/popups.js');

popupRevertSummaryPrompt=true;
popupLazyDownloads=true;
popupFixDabs=true;

// [[User:Zocky/Picture Popups]]
// CSS document.write issue.
//importScript('User:Zocky/PicturePopups.js');

// [[User:Dschwen/wikiminia<link rel="stylesheet" type="text/css" href="http://en.wikipedia.org/w/index.php?title=User:Zocky/PicturePopups.css&action=raw&ctype=text/css&dontcountme=s">tlas2.js]] - please include this line (works)
//importScript('User:Dschwen/wikiminiatlas2.js');

// Performs basic formatting changes from a tab while editing (works)
importScript('Wikipedia:WikiProject_User_scripts/Scripts/Formatter');

// Adds a purge tab (works)
importScript('User:Rparle/monobook.js/purgebutton');

// Section editor (works)
// importScript('User:Supadawg/secedit.js');

// Quick preview (works)
importScript('User:Alex_Smotrov/qpreview.js');

// Sign button (works)
importScript('Wikipedia:WikiProject User scripts/Scripts/qSig');

// Improved diff (works - CSS)
importScript('User:Cacycle/wikEdDiff.js');

// Last.fm player (works)
// importScript('User:TheDJ/lastfm.js');

// Watches an entire Category of pages
//importScript('User:TheDJ/catwatch.js');
importScript('User:Ais523/catwatchdev.js');
importScript('User:Ais523/editsection0tab.js');

// Lupin's Anti Vandal Tool
importScript("User:Lupin/recent2.js");