NHentai - Partially fade all but english

Partially fades out all that aren't in english

2018-04-12 일자. 최신 버전을 확인하세요.

질문, 리뷰하거나, 이 스크립트를 신고하세요.
// ==UserScript==
// @name         NHentai - Partially fade all but english
// @namespace    Hentiedup
// @version      0.1
// @description  Partially fades out all that aren't in english
// @author       Hentiedup
// @match        https://nhentai.net/*
// @grant        none
// @require      https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js
// ==/UserScript==

$(".gallery").not("[data-tags*='12227']").attr("style", "opacity: 0.3;");