HN improvements

Improves HN readability and streamlines functionality

  1. // ==UserScript==
  2. // @name HN improvements
  3. // @namespace https://github.com/tekinosman/
  4. // @version 1.6
  5. // @license MIT
  6. // @description Improves HN readability and streamlines functionality
  7. // @author Osman Tekin
  8. // @match https://news.ycombinator.com/*
  9. // @match http://news.ycombinator.com/*
  10. // @icon https://www.google.com/s2/favicons?sz=64&domain=ycombinator.com
  11. // @require https://greasyfork.org/scripts/460783-hn-sans-votes/code/HN%20sans%20votes.js?version=1154997
  12. // @require https://greasyfork.org/scripts/460785-fix-hn-comment-length/code/Fix%20HN%20comment%20length.js?version=1154524
  13. // @require https://greasyfork.org/scripts/460786-halve-hn-comment-s-indentation/code/Halve%20HN%20comment's%20indentation.js?version=1154528
  14. // @require https://update.greasyfork.org/scripts/460859/1338556/HN%20unrank.js
  15. // @require https://update.greasyfork.org/scripts/489141/1338571/Uniform%20HN%20comment%20color.js
  16. // @grant GM_addStyle
  17. // ==/UserScript==
  18.  
  19. (function(){})()