This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Hacker News Story Rank Change Indicator | |
// @namespace http://tampermonkey.net/ | |
// @version 2024-09-07_15-42 | |
// @description Indicate the new stories and stories moving up/down on the front page | |
// @author SMUsamaShah | |
// @match https://news.ycombinator.com/ | |
// @match https://news.ycombinator.com/news | |
// @match https://news.ycombinator.com/news?p=* | |
// @match https://news.ycombinator.com/?p=* |