From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.

/**** welcome new user ****/

document.write('<script type="text/javascript"' +

  'src="http://en.wikipedia.org/?title=User:Casper2k3/welcome.js' +

  '&action=raw&ctype=text/javascript&dontcountme=s"></script>');



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







mw.loader.load(

             'https://en.wikipedia.org/?title=User:Lupin/popups.js'

             + '&action=raw&ctype=text/javascript&dontcountme=s');









// Script from [[User:Lupin/editcount.js]]

document.write('<script type="text/javascript" src="' 

             + 'http://en.wikipedia.org/?title=User:Lupin/editcount.js' 

             + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');

popupEditCounterTool='custom';

popupEditCounterUrl='http://en.wikipedia.org/wiki/User:$1?ectarget=$1';





// Add date and time to your monobook "personal menu" list at the very top of the page.

// Created by [[User:Mathwiz2020]]



// Indicate where you would like the time to appear:

// 1 is first (before username), 2 is second (before talk link), ... 7 is last (after log out link)

insertBeforeNum = 7;



// Do NOT edit below this line unless you're experiened in javascript

insertBeforeArr = new Array("","pt-userpage","pt-mytalk","pt-preferences","pt-watchlist","pt-mycontris","pt-logout","");

insertBefore = insertBeforeArrinsertBeforeNum];



function makeTime()

{

  var li = document.createElement( 'li' );

  li.id = 'pt-time';



  var mySpan = document.createElement( 'span' );

  mySpan.appendChild( document.createTextNode( 'date and time' ) );



  li.appendChild( mySpan );



  if ( insertBefore )

  {

    var before = document.getElementById( insertBefore );

    before.appendChild( li, before );

  }

  else // append to end (right) of list

  {

    document.getElementById( 'pt-logout' ).parentNode.appendChild( li );

  }



  getTime();

}



if      ( window.addEventListener ) window.addEventListener ( 'load', makeTime, false );

else if ( window.attachEvent      ) window.attachEvent      ( 'onload', makeTime      );



function getTime()

{

    var time    = new Date();

    var date    = time.getUTCDate();

    var months  = 'Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec'.split(' ');

        month   = monthstime.getUTCMonth()];

    var year    = time.getUTCFullYear();

    var hours   = '0' + time.getUTCHours();

        hours   = hours.substr(hours.length-2, hours.length);

    var minutes = '0' + time.getUTCMinutes();

        minutes = minutes.substr(minutes.length-2, minutes.length);

    var seconds = '0' + time.getUTCSeconds();

        seconds = seconds.substr(seconds.length-2, seconds.length);

    var curTime = hours + ":" + minutes + ":" + seconds + ", " + date + " " + month + " " + year + " (UTC)";

    datePlace   = document.getElementById('pt-time').childNodes0].childNodes0];

                  datePlace.replaceData(0, datePlace.length, curTime);

    doTime      = window.setTimeout("getTime()", 1000);

}

//





  if (document.title.indexOf("Editing User talk:") != -1 || document.title.indexOf("User talk:") != -1) {

document.getElementById('jsMessageBox').innerHTML = '<form name="wikiX" action="" method="get"><INPUT TYPE="button" NAME="userwarnbutton" Value="Warn User" onClick="userWarnButton();" class="button"><INPUT TYPE="button" NAME="userinfobutton" Value="User Info" onClick="javascript:userInfoButton()" class="button"><INPUT TYPE="button" NAME="userheaderbutton" Value="Header" onClick="javascript:userheaderButton()" class="button"><INPUT TYPE="button" NAME="userwelcomebutton" Value="Welcome" onClick="javascript:userWelcomeButton()" class="button"></FORM><div id="jsArticleMessageBox"></div><div id="jsWaitMessageBox"></div>';

  };



document.write('<script type="text/javascript" src="' 

             + 'http://en.wikipedia.org/?title=User:Casper2k3/Javascript/userheader.js' 

             + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.

/**** welcome new user ****/

document.write('<script type="text/javascript"' +

  'src="http://en.wikipedia.org/?title=User:Casper2k3/welcome.js' +

  '&action=raw&ctype=text/javascript&dontcountme=s"></script>');



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







mw.loader.load(

             'https://en.wikipedia.org/?title=User:Lupin/popups.js'

             + '&action=raw&ctype=text/javascript&dontcountme=s');









// Script from [[User:Lupin/editcount.js]]

document.write('<script type="text/javascript" src="' 

             + 'http://en.wikipedia.org/?title=User:Lupin/editcount.js' 

             + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');

popupEditCounterTool='custom';

popupEditCounterUrl='http://en.wikipedia.org/wiki/User:$1?ectarget=$1';





// Add date and time to your monobook "personal menu" list at the very top of the page.

// Created by [[User:Mathwiz2020]]



// Indicate where you would like the time to appear:

// 1 is first (before username), 2 is second (before talk link), ... 7 is last (after log out link)

insertBeforeNum = 7;



// Do NOT edit below this line unless you're experiened in javascript

insertBeforeArr = new Array("","pt-userpage","pt-mytalk","pt-preferences","pt-watchlist","pt-mycontris","pt-logout","");

insertBefore = insertBeforeArrinsertBeforeNum];



function makeTime()

{

  var li = document.createElement( 'li' );

  li.id = 'pt-time';



  var mySpan = document.createElement( 'span' );

  mySpan.appendChild( document.createTextNode( 'date and time' ) );



  li.appendChild( mySpan );



  if ( insertBefore )

  {

    var before = document.getElementById( insertBefore );

    before.appendChild( li, before );

  }

  else // append to end (right) of list

  {

    document.getElementById( 'pt-logout' ).parentNode.appendChild( li );

  }



  getTime();

}



if      ( window.addEventListener ) window.addEventListener ( 'load', makeTime, false );

else if ( window.attachEvent      ) window.attachEvent      ( 'onload', makeTime      );



function getTime()

{

    var time    = new Date();

    var date    = time.getUTCDate();

    var months  = 'Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec'.split(' ');

        month   = monthstime.getUTCMonth()];

    var year    = time.getUTCFullYear();

    var hours   = '0' + time.getUTCHours();

        hours   = hours.substr(hours.length-2, hours.length);

    var minutes = '0' + time.getUTCMinutes();

        minutes = minutes.substr(minutes.length-2, minutes.length);

    var seconds = '0' + time.getUTCSeconds();

        seconds = seconds.substr(seconds.length-2, seconds.length);

    var curTime = hours + ":" + minutes + ":" + seconds + ", " + date + " " + month + " " + year + " (UTC)";

    datePlace   = document.getElementById('pt-time').childNodes0].childNodes0];

                  datePlace.replaceData(0, datePlace.length, curTime);

    doTime      = window.setTimeout("getTime()", 1000);

}

//





  if (document.title.indexOf("Editing User talk:") != -1 || document.title.indexOf("User talk:") != -1) {

document.getElementById('jsMessageBox').innerHTML = '<form name="wikiX" action="" method="get"><INPUT TYPE="button" NAME="userwarnbutton" Value="Warn User" onClick="userWarnButton();" class="button"><INPUT TYPE="button" NAME="userinfobutton" Value="User Info" onClick="javascript:userInfoButton()" class="button"><INPUT TYPE="button" NAME="userheaderbutton" Value="Header" onClick="javascript:userheaderButton()" class="button"><INPUT TYPE="button" NAME="userwelcomebutton" Value="Welcome" onClick="javascript:userWelcomeButton()" class="button"></FORM><div id="jsArticleMessageBox"></div><div id="jsWaitMessageBox"></div>';

  };



document.write('<script type="text/javascript" src="' 

             + 'http://en.wikipedia.org/?title=User:Casper2k3/Javascript/userheader.js' 

             + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');

Videos

Youtube | Vimeo | Bing

Websites

Google | Yahoo | Bing

Encyclopedia

Google | Yahoo | Bing

Facebook