reorg
[uweb.git] / en / adblock / index.html
blob883df8be4abf4760976f781ff21fad7d483bb840
1 <!doctype html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1" />
7 <link rel="stylesheet" href="../style.css#" type="text/css" />
8 <title>AD blocking</title>
9 <script type="text/javascript">
10 function findLang(){
11 let href = location.href;
12 for(let i=href.length-1;i>0;i--){
13 if('/'==href.charAt(i) && '/'==href.charAt(i-3))
14 return i;
16 return 0;
18 function nav2(page){
19 let i = findLang();
20 location.href = location.href.substring(0,i+1)+page;
22 function nav2Lang(lang){
23 let i = findLang();
24 let href = location.href;
25 location.href = location.href.substring(0,i-2)+lang+location.href.substring(i);
27 </script>
28 </head>
29 <body>
30 <header class='header'>
31 <a class="logo" href="javascript:void(0)" onclick="return nav2('index.html#')">Home</a> <a class="logo" href="javascript:void(0)" onclick="return nav2('tags/index.html#')">Tags</a>
34 <a class="logo" href="javascript:void(0)" onclick="return nav2Lang('zh')">简体中文</a>
37 <nav>
38 </nav>
39 </header>
40 <br />
42 <div class="container">
43 <h1 class="title">AD blocking
44 <br>
45 <span class="subtitle"></span>
46 </h1>
47 <ul class="tags">
49 </ul>
50 <ul>
51 <li>
52 <p><a href="../adblock_domain/index.html">Host blocking</a></p>
53 <ul>
54 <li>Use <a href="../bookmarklet/index.html">bookmarklet &quot;list all script urls&quot;</a> to generate url links, long pressing dubious script (usually 3rd-party library) link, click &quot;Block domain root&quot;.</li>
55 </ul>
56 </li>
57 <li>
58 <p><a href="../sitejs/index.html">Javascript and CSS for domains</a></p>
59 <ul>
60 <li>Long press the button &quot;js&quot;, click the menu &quot;MarkAD mode&quot;. In &quot;markAD mode&quot;, click page element to show all attributes and generate CSS AD blocking styles. By default, &quot;display:none&quot; is used. If &quot;display&quot; appears in the attribute information, recommend to use &quot;transform:scale(0)!important&quot; instead.</li>
61 </ul>
62 </li>
63 <li>
64 <p>Long press the tab manager button, check &quot;Videos only&quot; for video sites and &quot;Images only&quot; for image sites. Other AD blocking options are &quot;Hide pseudo elements&quot; and &quot;Hide iframes&quot;.</p>
65 <ul>
66 <li>Add prefix &quot;i:0mc32:&quot; to url when bookmarking, then the option &quot;Images only&quot; applies to whole url subtree. Similarly, &quot;c16&quot; for the option &quot;Videos only&quot; and &quot;c12&quot; for hiding both pseudo elements and iframes.</li>
67 <li>Long press the button [☰], check the option &quot;Fullscreen autoplay&quot;. Videos are autoplayed in fullscreen mode, ADs have no chance to appear.</li>
68 </ul>
69 </li>
70 <li>
71 <p>Long press the setting button, check the option &quot;Block external scripts&quot;. <a href="i:61:../searchurl/func.html">UI</a> website has option to also block dubious 3rd party resources. <a href="file:///data/data/info.torapp.uweb/files/js.allow">js.allow</a> whitelists js libraries.</p>
72 </li>
73 <li>
74 <p>Long press the button [☰], &quot;Disable floating ADs&quot;, &quot;Disable banners&quot;, &quot;clear all timers&quot;, &quot;stop events&quot; and &quot;Sleep ...&quot; are also available.</p>
75 </li>
76 <li>
77 <p>Click the button with image icon to hide all images.</p>
78 </li>
79 <li>
80 <p>Click the button &quot;JS&quot; to disable javascript.</p>
81 </li>
82 <li>
83 <p><a href="file:///data/data/info.torapp.uweb/files/url.deny">url.deny</a>: one giant regular expression for blocked urls (java grammar), in which carriage returns (CR or newline) are ignored and &quot;#&quot; is for comments.</p>
84 </li>
85 </ul>
87 </div>
88 <p>Last Modified: 2 April 2024<br>
89 add js function in README<br>
90 <pre></pre>
91 </p>
93 <script id='jsgiscus'
94 src='https://giscus.app/client.js'
95 data-repo="torappinfo/uweb"
96 data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
97 data-category="Announcements"
98 data-category-id="DIC_kwDOEgNLGc4CQjsh"
99 data-mapping="title"
100 data-strict="0"
101 data-reactions-enabled="1"
102 data-emit-metadata="0"
103 data-input-position="top"
104 data-theme="light"
105 data-lang="en"
106 data-loading="lazy"
107 crossorigin="anonymous" async>
108 </script>
110 </body>
111 </html>