View source for MediaWiki:Common.js
From Tycoon Gaming
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
mw.loader.load( '/wiki/index.php?title=MediaWiki:ServerList.js&action=raw&ctype=text/javascript');
mw.loader.load( '/wiki/index.php?title=MediaWiki:ReplaceWordWithLink.js&action=raw&ctype=text/javascript');
var path = window.location.href;
var path1 = 'https://dash.tycoon.community/wiki/index.php/User:Donald'
function iniFrame() {
if ( window.location !== window.parent.location )
{
var output;
window.element = document.getElementById("bodyContent");
var save = window.element.innerHTML;
var oldURL = document.referrer;
output = '<p>' + oldURL + '</p>'
window.element.innerHTML = save + output;
} else {
if (path == path1) {
var output;
window.element = document.getElementById("globalWrapper");
var save = window.element.innerHTML;
output = '<button class="LastPage" onclick="var oldURL = document.referrer; window.location.href = oldURL;">Return to Last Page</button>'
window.element.innerHTML = save + output;
000
1:0
Return to MediaWiki:Common.js.