EXhentai Visual Borders Helper

Highlight images between JPG, GIF and PNG by border color.

スクリプトをインストールするには、Tampermonkey, GreasemonkeyViolentmonkey のような拡張機能のインストールが必要です。

スクリプトをインストールするには、TampermonkeyViolentmonkey のような拡張機能のインストールが必要です。

スクリプトをインストールするには、TampermonkeyViolentmonkey のような拡張機能のインストールが必要です。

スクリプトをインストールするには、TampermonkeyUserscripts のような拡張機能のインストールが必要です。

このスクリプトをインストールするには、Tampermonkeyなどの拡張機能をインストールする必要があります。

このスクリプトをインストールするには、ユーザースクリプト管理ツールの拡張機能をインストールする必要があります。

(ユーザースクリプト管理ツールは設定済みなのでインストール!)

このスタイルをインストールするには、Stylusなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus などの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus tなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

(ユーザースタイル管理ツールは設定済みなのでインストール!)

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
/* ==UserStyle==
@name           EXhentai Visual Borders Helper
@namespace      https://greasyfork.org/users/58231
@version        0.0.2.1
@description    Highlight images between JPG, GIF and PNG by border color.
@author         Jaraya
==/UserStyle== */
@-moz-document url-prefix("https://exhentai.org/g/"),
url-prefix("https://e-hentai.org/g/") {
    #gdt a div div[title*="png"] {
        border: 3px solid red!important;
        margin: -2px!important;
    }

    #gdt a div div[title*="jpg"],
    #gdt a div div[title*="jpeg"] {
        border: 3px solid cyan!important;
        margin: -2px!important;
    }

    #gdt a div div[title*="gif"] {
        border: 3px solid magenta!important;
        margin: -2px!important;
    }
    #gdt a div div[title*="webp"] {
        border: 3px solid green!important;
        margin: -2px!important;
    }
}