HN improvements

Improves HN readability and streamlines functionality

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Greasemonkey lub Violentmonkey.

You will need to install an extension such as Tampermonkey to install this script.

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Violentmonkey.

Aby zainstalować ten skrypt, wymagana będzie instalacja rozszerzenia Tampermonkey lub Userscripts.

You will need to install an extension such as Tampermonkey to install this script.

Aby zainstalować ten skrypt, musisz zainstalować rozszerzenie menedżera skryptów użytkownika.

(Mam już menedżera skryptów użytkownika, pozwól mi to zainstalować!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Musisz zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

(Mam już menedżera stylów użytkownika, pozwól mi to zainstalować!)

// ==UserScript==
// @name         HN improvements
// @namespace    https://github.com/tekinosman/
// @version      1.6
// @license      MIT
// @description  Improves HN readability and streamlines functionality
// @author       Osman Tekin
// @match        https://news.ycombinator.com/*
// @match        http://news.ycombinator.com/*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=ycombinator.com
// @require      https://greatest.deepsurf.us/scripts/460783-hn-sans-votes/code/HN%20sans%20votes.js?version=1154997
// @require      https://greatest.deepsurf.us/scripts/460785-fix-hn-comment-length/code/Fix%20HN%20comment%20length.js?version=1154524
// @require      https://greatest.deepsurf.us/scripts/460786-halve-hn-comment-s-indentation/code/Halve%20HN%20comment's%20indentation.js?version=1154528
// @require      https://update.greatest.deepsurf.us/scripts/460859/1338556/HN%20unrank.js
// @require https://update.greatest.deepsurf.us/scripts/489141/1338571/Uniform%20HN%20comment%20color.js
// @grant        GM_addStyle
// ==/UserScript==

(function(){})()