This website is a read-only preview of RuneLibris. Some features may not work. For more information about the full feature-complete version of this wiki, please visit this link.
(Return to archive index)
Meta/QOL guide
Overview[edit]
This pages describe changes you can apply to your system to make browsing and editing RuneLibris easier.
Increasing browser cache on Firefox[edit]
Performing the following can reduce issues when updating wiki pages in Firefox[1]:
- Go to about:config
- Type in browser.cache.disk.capacity
- Edit the nyumber to be 15000
Local links on Firefox[edit]
By default, Firefox requires you to press enter when loading a local link starting with file:/// as a security measure. You may disable this by creating (or editing) a user.js file in C:\Users\PC\AppData\Roaming\Mozilla\Firefox\Profiles\3whwcjou.default-release (exact folder might be different, but it is the one that has a prefs.js file. Edit the file and add (or ensure it has) the following content[2]:
user_pref("capability.policy.policynames", "localfilelinks"); user_pref("capability.policy.localfilelinks.sites", "http://localhost/"); user_pref("capability.policy.localfilelinks.checkloaduri.enabled", "allAccess");
Once done, restart Firefox[2].