Fandom Developers Wiki
Advertisement

Global Discussions JS & CSS Importer is a developer Chrome Extension that lets users import custom JavaScript and CSS into any Discussions.

Usage

  1. Download the files from the ZIP file from the latest release
  2. Unzip the downloaded ZIP file
  3. Place the content in a place where you won't accidentally move or delete it
  4. In Google Chrome, Go to chrome://extensions
  5. Enable Developer Mode in the top right corner
  6. Click LOAD UNPACKED and select the folder containing the files

Script Locations

JavaScript

By default, the script will search for w:Special:MyPage/globalDiscussions.javascript, but it is possible to change it. All .javascript pages have been locked to only the owner on Community Central.

  1. Click the FANDOM JS button at the top right and select Options
  2. Import Styles
    1. cc - globalDiscussions.javascript -- w:Special:MyPage/globalDiscussions.javascript
    2. cc - globalDiscussions.css -- w:Special:MyPage/globalDiscussions.css
    3. cc - common -- w:Special:MyPage/common.js
    4. Your link of choice -- You can select a link from any other Wiki (external or internal to Wikia)
      1. URL -- Needs to be in this exact format, but can be http or https: https://community.wikia.com
      2. Page -- Specified page, such as Special:MyPage/discussionsGlobal.javascript

CSS

By default, the script will search for w:Special:MyPage/globalDiscussions.css.

  1. Click the FANDOM JS button at the top right and select Options
  2. Import Styles
    1. cc - globalDiscussions.css -- w:Special:MyPage/globalDiscussions.css
    2. Your link of choice -- You can select a link from any other Wiki (external or internal to Wikia)
      1. URL -- Needs to be in this exact format, but can be http or https: https://community.wikia.com
      2. Page -- Specified page, such as Special:MyPage/discussionsGlobal.css

Frequently Asked Questions

Help!!! My scripts won't import!
Because Discussions isn't quite MediaWiki, basic functionalities won't work. JQuery does work, but that's about it. To import scripts, you can use
$.getScript("https://community.wikia.com/index.php?title=Special:MyPage/discussionsKiller.javascript&action=raw&ctype=text/javascript");
Is there jQuery in Discussions?
Yes, there is!
Can anybody edit .javascript pages?
On Community Central, .javascript pages have been locked to only the owner by AbuseFilter.
Is this available in other browsers?
At this moment, no.
Advertisement