Skip to content

An extension for Firefox and Chrome-based browsers that redirects to wiki.gg wikis.

License

Notifications You must be signed in to change notification settings

freedomgamesdev/wikigg-redirect-extension

Repository files navigation

wiki.gg Redirect is a browser extension that automatically redirects you from wikis that are forked/abandoned from Fandom to wiki.gg. It will also adjust Google's search results to try and populate the wiki instead of Fandom's SEO.

The extension is available on these browsers:

  • Google Chrome
    • Opera users may also use this link. For search filtering to work, you will have to go to your browser's extensions panel and tick the "Allow access to search page results" checkbox next to wiki.gg Redirect.
  • Firefox
  • Microsoft Edge
    • Update verification can be slow for Edge, and this version may be lagging slightly behind Chrome and Firefox.
    • Listing in the Edge Add-ons Portal has changed in mid-November 2023 due to a publisher change. To receive updates, switch to the listing linked above.
  • Opera GX

Only wiki.gg wikis will be added to this extension. Independent or nearly-independent wikis are out of scope, because a separate Indie Wiki Buddy extension is already available for Chrome and Firefox that you can use alongside wiki.gg Redirect.

Permission justifications

  • Persistent storage (storage): used for saving and loading user preferences.
  • Navigation activity (webNavigation): used to react to navigation events resulting in visits to former wikis. This enables performing the redirection functionality.
  • Site data access to fandom.com, gamepedia.com: used to redirect visits to former wikis (through the use of the limited tabs API). This enables performing the redirection functionality.
  • Running scripts on google.com, duckduckgo.com, and their regional sites: used to rewrite search results.
  • Running scripts on fandom.com: used to display notice banners about wiki forks, if enabled in settings.

The code was originally based on proEndreeper's RSWikiRedirector, and is licenced under the MIT licence.