Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hjk789/userscripts

A collection of some of the userscripts I created.
https://github.com/hjk789/userscripts

greasemonkey hacker-news tampermonkey userscript-collection userscripts violentmonkey youtube

Last synced: 4 days ago
JSON representation

A collection of some of the userscripts I created.

Awesome Lists containing this project

README

        

# Userscripts

These are some browser scripts that add new features to webpages or make the browsing experience more practical. These scripts require a script-engine browser extension, such as Tampermonkey, Violentmonkey or Greasemonkey, but some of them can be run as any other JavaScript snippet, like a bookmarklet.

To have the best compatibility with the userscripts in this directory, use Firefox with Tampermonkey. Other browsers or script-engines have much less priority in my testings, but should work (except Greasemonkey, which has some bugs in the engine).

## [Collapse HackerNews Parent Comments](https://github.com/hjk789/Userscripts/tree/master/Collapse-HackerNews-Parent-Comments)

Adds vertical bars to the left of the comments, enabling you to easily collapse the parent comments. It also can leave only a specified number of comments expanded and auto-collapse the rest. [Read more](https://github.com/hjk789/Userscripts/tree/master/Collapse-HackerNews-Parent-Comments)

[Install link](https://greasyfork.org/scripts/409640-collapse-hackernews-parent-comments/code/Collapse%20HackerNews%20Parent%20Comments.user.js)

## [Media Speed Changer](https://github.com/hjk789/Userscripts/tree/master/Media-Speed-Changer)

Enables you to change the speed of video and audio with hotkeys (even if the video is inside an iframe). [Read more](https://github.com/hjk789/Userscripts/tree/master/Media-Speed-Changer)

[Install link](https://greasyfork.org/scripts/409500-media-speed-changer/code/Media%20Speed%20Changer.user.js)

## [YouTube Clickbait-Buster](https://github.com/hjk789/Userscripts/tree/master/YouTube-Clickbait-Buster)

Check whether it's worth watching a video before actually clicking on it by peeking it's visual or verbal content, description, comments, viewing the thumbnail in full-size and displaying the full title. Works on both YouTube's desktop and mobile layouts, and is also compatible with dark theme. [Read more](https://github.com/hjk789/Userscripts/tree/master/YouTube-Clickbait-Buster)

[Install link](https://greasyfork.org/scripts/439305-youtube-clickbait-buster/code/YouTube%20Clickbait-Buster.user.js)

## [YouTube Repeated Recommendations Hider](https://github.com/hjk789/Userscripts/tree/master/YouTube-Repeated-Recommendations-Hider)

Hide any videos that are recommended more than twice. You can also hide by channel or by partial title. Works on both YouTube's desktop and mobile layouts. [Read more](https://github.com/hjk789/Userscripts/tree/master/YouTube-Repeated-Recommendations-Hider)

[Install link](https://greasyfork.org/scripts/419666-youtube-repeated-recommendations-hider/code/YouTube%20Repeated%20Recommendations%20Hider.user.js)

## [YouTube Similar Comments Hider](https://github.com/hjk789/Userscripts/tree/master/YouTube-Similar-Comments-Hider)

Ensure originality in YouTube's comment section by hiding all sorts of repeated comments, copy-paste comments, quotes from the video and saturated memes. [Read more](https://github.com/hjk789/Userscripts/tree/master/YouTube-Similar-Comments-Hider)

[Install link](https://greasyfork.org/scripts/433914-youtube-similar-comments-hider/code/YouTube%20Similar%20Comments%20Hider.user.js)