In
User:Grandmaster Huon/common.js's article we will explore a fascinating topic that has captured the interest of many people over the years. From its origins to its relevance today, this article will provide a detailed and insightful look at
User:Grandmaster Huon/common.js. Through deep and insightful analysis, we will dive into the most intriguing and significant dimensions related to
User:Grandmaster Huon/common.js, uncovering its impact on various aspects of society and culture. With a combination of historical information, current data and relevant reflections, this article seeks to shed new light on
User:Grandmaster Huon/common.js and provide a renewed perspective on its importance and relevance in the modern world.
importScript('User:Ingenuity/AntiVandal.js'); // Backlink: ]
importScript('User:Evad37/OneClickArchiver.js'); // Backlink: ]
/*** BEGIN WIKIBREAK ENFORCER ***/
$(document).ready(function()
{
/*** Start editing here ***/
// When you want to end your break?
// no leading zeroes. (example: 9 - correct, 09 - incorrect)
var date = { year: 2023, month: 8, day: 31};
var time = { hours: 0, minutes: 0, seconds: 0 };
/*** Stop editing here ***/
var currentDate = new Date();
var enforcedBreakEnd = new Date(
date.year,date.month-1,date.day,time.hours,time.minutes,time.seconds);
if (currentDate <= enforcedBreakEnd)
{
alert("Enforced wikibreak until "+enforcedBreakEnd.toLocaleString()
+ "\n(now is "+currentDate.toLocaleString()+")\n\nBye!");
mw.loader.using().then(function ()
{
new mw.Api().post(
{
action: 'logout',
token: mw.user.tokens.get('csrfToken')
}).done(function (data)
{
location = "//" + location.host + "/w/index.php?title="
+ "Special:Userlogin&returnto=Main_Page";
}).fail(function ()
{
console.log("logout failed")
});
});
}
});
/*** END WIKIBREAK ENFORCER ***/
importScript('User:RedWarn/.js'); // Backlink: ]
importScript('User:SD0001/GAR-helper.js'); // Backlink: ]