Redirects you from the Fandom OldSchool RuneScape wiki, to the official OldSchool Runescape wiki
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"description": "Redirects you from the Fandom OldSchool RuneScape wiki, to the official OldSchool Runescape wiki",
"manifest_version": 2,
"name": "GoAwayFandom",
"version": "1.0",
"homepage_url": "https://github.com/evaan/GoAwayFandom",
"icons": {
"64": "icons/icon.png"
},
"content_scripts": [
{
"matches": [
"https://oldschoolrunescape.fandom.com/wiki/*"
],
"js": [
"GoAwayFandom.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{911af895-ea70-4f18-a911-db8db6b56556}"
}
}
}