Community Central
Community Central

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
var commonLib = {
	windowURL: window.location.href, //lmao why can't i just fmucking use the actual thing instead of a property like a NORMAL person?
	windowDomain: window.location.hostname //ditto. ^ Just a simpler version of '.href'.
}; // Declares some properties (and perhaps methods) for later use


if (commonLib.myURL == "https://www.fandom.com/") {
	window.location.replace("https://community.fandom.com/wiki/");
} // Redirects to community wiki.