Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| memberpages:ruru4143:fixwikicss [2026-04-15 07:53] – removed - external edit (Unknown date) 127.0.0.1 | memberpages:ruru4143:fixwikicss [2026-04-15 07:53] (current) – ↷ Page moved from ruru4143:fixwikicss to memberpages:ruru4143:fixwikicss ruru4143 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== This script fixes the r3 wiki bug of not loading css ====== | ||
| + | * bug: duplicated wiki/ | ||
| + | * fix: replace the url, if duplication happens | ||
| + | * How-to: install the userscript | ||
| + | * install violentmonkey: | ||
| + | * add a new script | ||
| + | * copy and paste the code block | ||
| + | |||
| + | <code javascript> | ||
| + | // ==UserScript== | ||
| + | // @name Fix realraum wiki css bug | ||
| + | // @namespace | ||
| + | // @include | ||
| + | // @version | ||
| + | // @grant | ||
| + | // ==/ | ||
| + | |||
| + | window.location = window.location.href.replace( " | ||
| + | </ | ||