tildes-extended
tildes-extended copied to clipboard
Extension for Chrome and Firefox to enhance the UX/UI of https://tildes.net
Tildes Extended
This project is not maintained anymore, please refer to the excellent Tildes ReExtended by Bauke!
What it is
An attempt at creating a basic browser extension cross-compatible with at least firefox and chrome, that extend tildes functionalities.
How to use it
There are two version officially supported:
- Chrome: chrome.google.com
- Firefox: addons.mozilla.org
I've positive report of it working on Firefox Mobile and various forks of Chromium that supports extension but I cannot guarantee support for them. However you're welcome to contribute you feel inclined to do so!
How to contribute
Fork the project from the develop branch if you want to write a new feature.
Fork from master if you want to write an hotfix.
Remember to run npm install to install all dependencies.
Available npm commands are:
npm run lintto validate the code to be compatible with chrome and firefoxnpm run serveto assemble on the fly a non-packaged source code for testing purposenpm run serve:buildto assemble on the fly a non-packaged source code, as it will be made in the packaged version (aka with uglify)npm run buildto create a distributable source ready to be packaged into an extension