探検


【広告除去】AdGuard Part100

レス数が950を超えています。1000を超えると書き込みができなくなります。
949名無しさん@お腹いっぱい。
垢版 |
2026/06/16(火) 17:44:55.55ID:UXeyXj87
// ==UserScript==
// @name Xポップ消し
// @namespace https://viayoo.com/
// @version 0.1
// @description Xのポップアップを削除
// @author You
// @run-at document-end
// @match https://x.com/*
// @grant none
// ==/UserScript==

(function() {
'use strict';

function removeBanner() {

document.querySelectorAll('[role="dialog"]').forEach(el => el.remove());
document.querySelectorAll('[aria-modal="true"]').forEach(el => el.remove());

document.querySelectorAll('div').forEach(el => {
const s = getComputedStyle(el);

if (
s.position === 'fixed' &&
s.backgroundColor.startsWith('rgba(')
) {
el.remove();
}
});

document.body.style.overflow = 'auto';
document.documentElement.style.overflow = 'auto';
}

setInterval(removeBanner, 500);
})();
950名無しさん@お腹いっぱい。
垢版 |
2026/06/16(火) 17:45:23.47ID:UXeyXj87
スレ間違えた
2026/06/16(火) 19:05:55.34ID:OGCHnsJa
また元から入ってるフィルターの更新が止まってるな
カスタムで入れたのは当然平気
952名無しさん@お腹いっぱい。
垢版 |
2026/06/16(火) 19:42:09.23ID:5ANArxo/
>>949
導入前、後のスクショ頼む
953名無しさん@お腹いっぱい。
垢版 |
2026/06/16(火) 19:50:07.11ID:7gGKVua4
この2つを一切表示させないってやつ
https://i.imgur.com/77AxVo0.jpeg
https://i.imgur.com/g6H1RHI.jpeg
レスを投稿する

レス数が950を超えています。1000を超えると書き込みができなくなります。

ニューススポーツなんでも実況