Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Difference between revisions of "User:Aemony/common.js"

From PCGamingWiki, the wiki about fixing PC games
m (removed WYSIWYG changes -- pushed to global.js)
Tag: Replaced
m (dd)
Line 1: Line 1:
 
console.log("User:Aemony/common.js executing...");
 
console.log("User:Aemony/common.js executing...");
 
console.log("-- Link: https://pcgamingwiki.com/wiki/User:Aemony/common.js");
 
console.log("-- Link: https://pcgamingwiki.com/wiki/User:Aemony/common.js");
 +
 +
// install [[:Wikipedia:User:Cacycle/wikEd]] in-browser text editor
 +
(function ()
 +
{
 +
console.log("Loading wikiEd.js...");
 +
var script = document.createElement('script');
 +
script.src = 'https://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js&action=raw&ctype=text/javascript';
 +
script.async = true;
 +
document.getElementsByTagName('head')[0].appendChild(script);
 +
}
 +
) ();

Revision as of 18:26, 28 September 2022

console.log("User:Aemony/common.js executing...");
console.log("-- Link: https://pcgamingwiki.com/wiki/User:Aemony/common.js");

// install [[:Wikipedia:User:Cacycle/wikEd]] in-browser text editor
(function ()
{
	console.log("Loading wikiEd.js...");
	var script = document.createElement('script');
	script.src = 'https://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js&action=raw&ctype=text/javascript';
	script.async = true;
	document.getElementsByTagName('head')[0].appendChild(script);
 }
) ();