Nyaa.isohunt.to Enhancements

Changes page style for comfort browsing.

Versione datata 23/12/2014. Vedi la nuova versione l'ultima versione.

// ==UserScript==
// @name        Nyaa.isohunt.to Enhancements
// @description Changes page style for comfort browsing.
// @version     1.0.0.2
// @author      ath7
// @grant       none
// @include     http://nyaa.isohunt.to/*
// @namespace   https://greasyfork.org/ru/users/7517
// ==/UserScript==

var el = document.getElementById("isohunt-message-info");
el.style.display = "none";

el = document.getElementById("topbar");
el.style.position = "static";
el.style.paddingTop = "0";
el.style.background = "black";