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.
- Addon-Settings
- Repost-Highlight
- Widescreen mode
- Current benis in header
- Notification Center
- Advanced Comments
- Desktop Notifications
- Filter-Labels
- Integration of Rene8888s repost-check
- Automated text recognition
- (ToDo) Slideshow mode
- (ToDo) Improved search
Help and instructions can be found on this repositorys wiki-pages.
Just install Tapermonkey 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
Repost-Highlighting
Enable or diasble modules via settings
Use pr0gramm in a very productive widescreen-mode
Colorize comment-dimensions and quickly jump to parent comments
Access your notifications directly from any page
See the images filter as a colored label
Check if an image is a rep0st, by using the check on rep0st.rene8888.at
Tired of retyping a text? Just use p0werusers optical character recognition (OCR) to simply copy the text!
Just open an issue and describe your request as accurately as possible. If you like to do script it on your own, feel free to fork 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 will be released under GPLv3 licence.
After checkout run npm install
and npm will install all needed dependencies
and will run bower install
to install needed frontend-libaries. After installation run
npm run build
to build a bundle from source. There are filewatchers running, starting a new build after a
each filechange. Just create a new UserScript in Tapermonkey and add your local file (found in
dist
folder) to test your script.