☰

Imaglr Extra Ad remover

Hide those "Sponsored" and "Go Premium" ad posts that are among normal posts

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

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

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

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

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

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

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

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

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

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

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

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

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

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

このスクリプトの質問や評価の投稿はこちら、通報はこちらへお寄せください
/* ==UserStyle==
@name        Imaglr Extra Ad remover
@description Hide those "Sponsored" and "Go Premium" ad posts that are among normal posts
@namespace   Hentiedup
@version     0.2.4
@author      Hentiedup
@license     unlicense
==/UserStyle== */

@-moz-document domain("imaglr.com") {
    .profile-content > .container > .flex > div.mb-4,
    .profile-grid-ad-span,
    .sidebar-vast-ad,
    #sidebar__inner > nav > a[href="/subscriptions"] {
        display: none;
    }
}