Content deleted Content added
Technical 13 (talk | contribs) I don't want to see the background content... |
Technical 13 (talk | contribs) Minor wording adjustment. |
||
Line 1:
/* WikiBreak */
$( 'div#mw-content
var stillOnBreak = confirm( 'You are still on a WikiBreak because you need to get your school work done.' );
if(stillOnBreak === false){
stillOnBreak = confirm( 'Are you sure you are done with your break?' );
if(stillOnBreak === false){
setTimeout(function(){___location = 'https://en.wikipedia.org/w/index.php?title=User:Technical_13/common.js&action=edit#editform'},1);
} else {
stillOnBreak = alert( '
$( 'div#mw-content
}
} else {
alert( 'Reloading the page...' );
setTimeout(function(){___location = ''},1);
}
|