Skip to content
Vonavy edited this page Aug 5, 2023 · 1 revision

As of now nkchCSS can only be used with services that allow to use GutHub as a CDN. The code samples below use raw.githack.com as an example but you can use whatever fits.

Installation

Fandom

Add

mw.loader.load("https://raw.githack.com/Vonavy/nkch-css/main/dist/index.js");

to https://community.fandom.com/wiki/Special:MyPage/global.js

That's it. The link-like button to open the editor should appear in the toolbar.

Other MediaWiki sites

Will not work on Miraheze due to Content Security Policy

The general idea is the same as above, but the place to put the loader varies depending on the service. For Wikipedia that would be https://en.wikipedia.org/wiki/Special:MyPage/common.js.

For wikis that use Vector or Vector-based navigation sidebar the link to open the editor should appear there.

Other sites

Not recommended, not supported and isn't always possible due to various reasons.

Clone this wiki locally