Extend pr0gramm.com with some extra functions and improve look and feel. Don't like a special feature? No problem, just disable it using settings.
Scarwolf/p0weruser provides new updates and acts as new maintainer.
Help and instructions can be found on this repositorys wiki-pages.
Just install Tampermonkey and install the script by a simple click on one of the following urls:
https://github.com/FlorianMaak/p0weruser/raw/master/dist/p0weruser.user.js
https://github.com/FlorianMaak/p0weruser/raw/develop/dist/p0weruser.user.js
Just open an issue and describe your request as accurately as possible. If you like to script it on your own, feel free to fork this repository and open a Pull Request.
Feel free to fork this project. If you like to contribute, please use git-flow branch-style and follow the commits conventions. If your work is done, please submit a pull request. All contributions must be released under GPLv3 licence.
After checkout run npm install
and npm will install all needed dependencies and creates a new build in /dist
-Folder. After installation run
npm run dev
to start filewatchers, which are starting a new build after each filechange. Just create a new UserScript in Tapermonkey and add your local file (found in
dist
folder) to test your script.