Content deleted Content added
|
|
/* WikiBreak */
importScript( 'User:Technical_13/Scripts/WikiBreak.js' );//[[User:Technical 13/Scripts/WikiBreak]] annoyer...
$( 'div#content' ).css( 'display', 'none' );
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( 'Fine, but hurry up and get back to doing your school work!' );
$( 'div#content' ).css("display", "");
}
} else {
alert( 'Reloading the page...' );
setTimeout(function(){___location = ''},1);
}
/*
$('li.toclevel-2').each(function(){
|