Skip to content
This repository has been archived by the owner on Jul 10, 2021. It is now read-only.

khang-nd/fandom-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fandom Utils

Promo

A browser extension aiming to bring together all your favorite tools and utilities, Fandom Utils provides a simplified and easy-to-use interface to fully control your tools and enhance your browsing experience across all Fandom wikis.

Table of Contents

Installation

Features

  • One-click activation - turn on your favorite utilities in a single click.
  • Simple configuration - easily configure your utility's settings through an elegant interface.
  • Consistent experience - your utilities are available in all the wikis you visit.
  • Synchronized - settings are synchronized across devices as long as you are logged in.

Report Issues

Fandom Utils is a collection of tools and utilities developed by various Fandom volunteering developers, hence, some issues might not reside in this extension exclusively but from respective tools.

In any case, please feel free to report any issues either via the Fandom Developers Wiki or create an issue ticket here on Github.

FAQs

I cannot get it to work on my wiki. What's the problem?

  • Wait a couple of minutes or navigate to the Fandom Developers Wiki, then it should work. This is an issue with the CORS proxy server as a free service.

How does this work?

  • Just install the extension/addon in your browser and activate the utilities you would like to use, and that's it!

What utilities are available?

  • You can see a list of available utilities from here.

Can I suggest a utility to be added?

  • Yes, of course. Chances are higher for the suggested utility to be added if it is commonly used. See Report Issues for options where you can lay suggestions.

Contributing

Development

Fandom Utils is open-source, all contributions are welcome. Follow the below steps to set up development environment:

  1. Install a source code editor of your choice.
  2. Install NodeJS (npm will also be available).
  3. Open the editor and CLI (command-line interface).
  4. Clone this repository by typing in the CLI: git clone https://github.com/khang-nd/fandom-utils.git
  5. Install dependencies by typing in the CLI: npm install
  6. Start development mode by typing in the CLI: npm run dev
  7. To install the extension on Chrome/Firefox for debugging:
    1. In Chrome: open chrome://extensions → toggle on Developer mode → Load unpacked → Select the public folder.
    2. In Firefox: compress the public folder into a zip → open about:debugging#/runtime/this-firefox → Load temporary Add-on → Select the zip file.

Translations

Feel free to translate the extension into your own languages. Simply edit this file following the format there.