Greasy Fork is available in English.

Nyaa.isohunt.to Enhancements

Changes page style for comfort browsing.

2014-12-23 일자. 최신 버전을 확인하세요.

질문, 리뷰하거나, 이 스크립트를 신고하세요.
// ==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";