■実験的機能(モバイル書込み)
tasker
MacroDroid
================
例1
指定したssidにつながっだとき
プライベート DNSオン
adguard オフ
指定したssidから離脱したとき
adguard オン
プライベート DNSオフ
================
例2
chmate立ち上げたとき
プライベート DNSオン
adguard オフ
chmate閉じたとき
adguard オン
プライベート DNSオフへ
================
【広告除去】AdGuard Part101
3名無しさん@お腹いっぱい。
2026/06/18(木) 08:31:05.22ID:ic7a95pP4名無しさん@お腹いっぱい。
2026/06/18(木) 08:31:35.25ID:ic7a95pP ■lineの広告が出たときの対処方法
トーク画面でしばらく放置すると
ぴょこっとトーク全体が上に上がる
それでも上がらなければ
lineホームとトークボタンを交互に連打
これで広告がきえる
トーク画面でしばらく放置すると
ぴょこっとトーク全体が上に上がる
それでも上がらなければ
lineホームとトークボタンを交互に連打
これで広告がきえる
5名無しさん@お腹いっぱい。
2026/06/18(木) 08:31:59.70ID:ic7a95pP ■最近Xiaomiはお眠りになる!
Autostart does not work when the phone boots up, and after a period of inactivity, the application shuts down
github.com/AdguardTeam/AdguardForAndroid/issues/5973
Autostart does not work when the phone boots up, and after a period of inactivity, the application shuts down
github.com/AdguardTeam/AdguardForAndroid/issues/5973
6名無しさん@お腹いっぱい。
2026/06/18(木) 08:32:25.47ID:ic7a95pP ■要素非表示は自分で自分探せ
それでもダメなら質問
・firefox アドオンuboを使用し消したい箇所を作成
あるいは
・Viaブラウザにて以下同上
それらをadguard コンテンツマイルールにコピペ移植
■サルでもわかる! 自分専用の280blocker転送リンクの作り方 コピペまとめ 改訂版
https://rentry.co/new280
それでもダメなら質問
・firefox アドオンuboを使用し消したい箇所を作成
あるいは
・Viaブラウザにて以下同上
それらをadguard コンテンツマイルールにコピペ移植
■サルでもわかる! 自分専用の280blocker転送リンクの作り方 コピペまとめ 改訂版
https://rentry.co/new280
2026/06/18(木) 08:58:03.62ID:96ls/gzq
adguard Android用フィルター
広告
adguard ベースフィルタ
adguard モバイル広告フィルタ
追跡
adguard URL追跡防止フィルタ
adguard 追跡防止フィルタ
迷惑
adguard 迷惑要素フィルタ
セキュリティ
ublock origin badware risks
言語
adguard 日本語フィルタ
カスタム
adguard japanese filter plus
広告
adguard ベースフィルタ
adguard モバイル広告フィルタ
追跡
adguard URL追跡防止フィルタ
adguard 追跡防止フィルタ
迷惑
adguard 迷惑要素フィルタ
セキュリティ
ublock origin badware risks
言語
adguard 日本語フィルタ
カスタム
adguard japanese filter plus
8名無しさん@お腹いっぱい。
2026/06/18(木) 09:06:16.27ID:ZtwBNJe/ ブラウザにてx閲覧時に出てくるアプリへの誘導等全てのポップをブロックするスクリプト
// ==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);
})();
// ==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);
})();
9名無しさん@お腹いっぱい。
2026/06/18(木) 09:07:53.33ID:ZtwBNJe/ Private DNSしか使えない糞端末
ブラウザ VIA
これを導入しなきゃ消せないが広告でる
github.com/FilteringDev/tinyShield
でも導入すると
t.coなどのプリビューが見れなくなるなど
設定/スクリプト/tinyShield/長押し/Excludesに除外したいものを登録追加
例
*://x.com/*
*://twitter.com/*
ブラウザ VIA
これを導入しなきゃ消せないが広告でる
github.com/FilteringDev/tinyShield
でも導入すると
t.coなどのプリビューが見れなくなるなど
設定/スクリプト/tinyShield/長押し/Excludesに除外したいものを登録追加
例
*://x.com/*
*://twitter.com/*
10名無しさん@お腹いっぱい。
2026/06/18(木) 12:03:13.76ID:wdUMJyoT >>8,9は書いた本人がスレ間違えたといってるんだから
わざわざテンプレにすんな 事故装った風なんか?
950 名無しさん@お腹いっぱい。 2026/06/16(火) 17:45:23.47 ID:UXeyXj87
スレ間違えた
http://hissi.org/read.php/android/20260616/VVhleVhqODc.html
わざわざテンプレにすんな 事故装った風なんか?
950 名無しさん@お腹いっぱい。 2026/06/16(火) 17:45:23.47 ID:UXeyXj87
スレ間違えた
http://hissi.org/read.php/android/20260616/VVhleVhqODc.html
11名無しさん@お腹いっぱい。
2026/06/18(木) 13:35:00.70ID:kBKtfpIW テンプレは>>6ここまでだから誰もテンプレなど思ってない
12名無しさん@お腹いっぱい。
2026/06/18(木) 15:31:00.03ID:5LJ1OUQg adguard vpnアプデしたら
adguardもアプデしろとかで
そもそもadguardをアプデ出来んし併用して使えんのだが
他にadguard vpn使ってる人はどう?
adguardもアプデしろとかで
そもそもadguardをアプデ出来んし併用して使えんのだが
他にadguard vpn使ってる人はどう?
13名無しさん@お腹いっぱい。
2026/06/18(木) 16:17:21.99ID:5LJ1OUQg2026/06/18(木) 16:27:44.29ID:cRyUTiyh
>>9
t.coも安全策として除外登録すればよいのに
t.coも安全策として除外登録すればよいのに
15名無しさん@お腹いっぱい。
2026/06/18(木) 16:49:08.73ID:gDQjdiyj // ==UserScript==
// @name Xポップ消し←これは好きな文字
// @namespace https://viayoo.com/ ←無記入あるいはlocal
// @version 0.1←1.0
←この部分はこれでいい気がする
// @name Xポップ消し←これは好きな文字
// @namespace https://viayoo.com/ ←無記入あるいはlocal
// @version 0.1←1.0
←この部分はこれでいい気がする
2026/06/18(木) 22:46:12.01ID:e4leV4tb
nightlyが更新されて設定の一部が場所変わった
レスを投稿する
ニュース
- 【サッカーW杯】1-0 メキシコ代表 2連勝でグループ首位突破を決める! 韓国は守備陣の“痛恨ミス”で失点 ★2 [阿弥陀ヶ峰★]
- 「6月に詰む」発言で話題・専門家語るナフサ危機「『どこが詰んでいないのか、逆に聞きたい』というのが正直なところ」 境野春彦氏 ★2 [少考さん★]
- 高市総理「可能性否定しないが面識ないと報告受けている」 高市総理陣営の誹謗中傷動画作成報道めぐり [少考さん★]
- 東京・北区の小学校で出火 音楽室が火元か、10人けが [蚤の市★]
- ショーツ露出、TWICE・サナが“スカートめくれ”事故に心境吐露「開いた状態で撮られていたなんて…」 [ネギうどん★]
- サッカー日本代表・佐野海舟と結婚を公表… モデルがへそ出しルック! 「可愛すぎ」スタイル抜群の木下桜 [冬月記者★]
- 自衛隊員(37)コインランドリーで中古の下着を盗み逮捕。これ経済的理由によるやむを得ない犯罪だろ。金があれば新品を買う [389326466]
- トランプ大統領「わたしの権力に限界などない」 [709039863]
- 【動画】BBC「なぜ9条改正が必要か」 小泉防衛大臣「国民のみなさんが決めること」 [834922174]
- BBC「なぜ憲法9条改正が必要なのですか?」 小泉進次郎「最後は国民の皆さんの判断です😀」 ………🤔 [117552482]
- 【速報】北区小学校、全員生還!!!全員無事!!! [398059782]
- 関東で一軒家