Skip to content
/ 9Stats Public

9Gag browser extension. Show additional stats on 9 gag (upvote/downvote count) and slim down the page

License

Notifications You must be signed in to change notification settings

KilianB/9Stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

9Stats

A byproduct of the blog bost Getting tired of re-uploads, Dismantling 9Gag with perceptual image hashing" demonstrating how duplicates and reuploads of 9Gag could be prevented using JImageHash

The extension removes a lot of clutter and shows the upvote for posts even if they are voted masked (new posts in fresh).

Additionally the downvote count is displayed which was originally shown on 9gag, but has since been hidden in the official version.

examplebrowserextension

When finding similar bug like these I usually resort to get them fixed silently. Due to the unseverity of this leak, this may serve as a friendly reminder to the 9gag dev team that it has never been a good idea to send info to the client they are not supposed to see.

Usage

Install tapermonkey (chrome tested) or greasmonkey (firefox), download the js file in this repository and install the script by clicking new script and copy pasting the content into the window. This method only works for the front page.

The following settings may be adjutsed in the file if you don't want to hide the clutter. I just couldn't bare it and added it out of convinience

var removeTopAdds = true;
var hideRightFeaturedPosts = true;
var hideSections = true;
var hideHeader = true;
var hideTopTags = true;

Disclaimer

This is more of a proof of concept application written in 15 minutes instead of a full supported well tested code. My javascript is subpar so anyone feel free and improve it any way you like (GPL!).

About

9Gag browser extension. Show additional stats on 9 gag (upvote/downvote count) and slim down the page

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published