Raw Source
jtagcat / GitHub homepage to notifications

// ==UserScript==
// @name         GitHub homepage to notifications
// @description  Redirect Github homepage to the notifications center. https://stackoverflow.com/a/10662143/12470046
// @version      1.0
// @author       jtagcat
// @match        https://github.com
// @grant        none
// @licence      GPL-3.0-or-later
// @run-at       document-start
// @downloadURL  https://gitlab.com/snippets/1941625/raw
// @updateURL    https://gitlab.com/snippets/1941625/raw
// ==/UserScript==
window.location.replace ("https://github.com/notifications")