Content deleted Content added
Technical 13 (talk | contribs) This should be annoying enough... |
Technical 13 (talk | contribs) This should be annoying enough... |
||
Line 1:
/* WikiBreak */
var stillOnBreak = confirm('You are still on a WikiBreak because you need to get your school work done');alert(stillOnBreak);
if(stillOnBreak === null){
stillOnBreak = confirm('Are you sure you are done with your break?');alert(stillOnBreak);
if(stillOnBreak === null){
// setTimeout(function(){___location = 'https://en.wikipedia.org/w/index.php?title=User:Technical_13/common.js&action=edit#editform'},1);
} else {
stillOnBreak = alert('You are still on a WikiBreak because you need to get your school work done');
Line 10:
} else {
alert('You are still on a WikiBreak because you need to get your school work done');
}
|