Skip to content

Instantly share code, notes, and snippets.

@danielbarry
danielbarry / hacker-news-notifications.user.js
Last active June 2, 2016 19:52
A simple notifications system for YCombinator Hacker News
// ==UserScript==
// @name hacker-news-notifications
// @namespace https://news.ycombinator.com/news
// @description Adds simple notifications to Hacker News
// @include https://news.ycombinator.com/news
// @version 1
// @grant none
// ==/UserScript==
/* NOTE: This script is run each time the user refreshes the page. */