{"id":10810,"date":"2022-09-25T01:27:22","date_gmt":"2022-09-24T19:57:22","guid":{"rendered":"http:\/\/jassweb.com\/solved\/solved-add-use-easylist-type-of-urls-manually-with-thunderbird-or-add-adblock-ublock-origin-alt-addon-closed\/"},"modified":"2022-09-25T01:27:22","modified_gmt":"2022-09-24T19:57:22","slug":"solved-add-use-easylist-type-of-urls-manually-with-thunderbird-or-add-adblock-ublock-origin-alt-addon-closed","status":"publish","type":"post","link":"https:\/\/jassweb.com\/solved\/solved-add-use-easylist-type-of-urls-manually-with-thunderbird-or-add-adblock-ublock-origin-alt-addon-closed\/","title":{"rendered":"[Solved] Add\/Use EasyList type Of URLs Manually With Thunderbird Or Add AdBlock\/uBlock-Origin\/Alt Addon [closed]"},"content":{"rendered":"<p> [ad_1]<br \/>\n<\/p>\n<div id=\"answer-63286125\" class=\"answer js-answer accepted-answer js-accepted-answer\" data-answerid=\"63286125\" data-parentid=\"63284885\" data-score=\"-2\" data-position-on-page=\"1\" data-highest-scored=\"1\" data-question-has-accepted-highest-score=\"1\" itemprop=\"acceptedAnswer\" itemscope itemtype=\"https:\/\/schema.org\/Answer\">\n<div class=\"post-layout\">\n<div class=\"votecell post-layout--left\"><\/div>\n<div class=\"answercell post-layout--right\">\n<div class=\"s-prose js-post-body\" itemprop=\"text\">\n<p>SOLUTION # 1 :<br \/>\nUse uBlock addon in Thunderbird(TB) :<br \/>\nLoad uBlock in this way (summary: download addon XPI file from Firefox addon site, then load XPI into Thunderbird):<\/p>\n<ul>\n<li>Goto Mozilla Firefox Addons site :<br \/>\n\u00a0\u00a0\u00a0 <a rel=\"nofollow noopener\" target=\"_blank\" href=\"https:\/\/addons.mozilla.org\/en-US\/firefox\/\">https:\/\/addons.mozilla.org\/en-US\/firefox\/<\/a><\/li>\n<li>search for <code>\"uBlock\"<\/code> or <code>\"uBlock Origin\"<\/code> <a rel=\"nofollow noopener\" target=\"_blank\" href=\"https:\/\/addons.mozilla.org\/en-US\/firefox\/addon\/ublock-origin\/\">addon<\/a>, search result should show it, go into it, make sure it is from Developer <code>\"Raymond Hill\"<\/code>.<\/li>\n<li>right-click on <code>[ + Add to Firefox ]<\/code> button, &amp; choose the option <code>\"Save link as\"<\/code> or something similar (if you use different than Firefox).<br \/>\nsave the XPI file <code>ublock_origin-1.28.4-an+fx.xpi<\/code> in your <code>Downloads<\/code> ( ~\/Downloads ) folder.<\/li>\n<li>goto\/start <code>Thunderbird<\/code> &gt; <code>Tools<\/code> &gt; <code>Addons<\/code> &gt;<br \/>\nfind the line that shows <code>\"Manage Your Extensions\"<\/code>, there is a \u2699 &#8220;GEAR&#8221; button in its right-side, that gear also has a tiny \u25bc down-arrow symbol next to it, to indicate it has a drop-down menu\/options, Click on that dropdown option,<br \/>\nchoose <code>\"Install Add-on From File\"<\/code> option &gt; browse into <code>Downloads<\/code> folder &amp; choose the <code>ublock_origin-1.28.4-an+fx.xpi<\/code> file &gt; <code>\"Open\"<\/code> &gt;<br \/>\nselect <code>\"Accept\"<\/code> to permit\/allow it to access what it needs to &gt;<br \/>\nselect <code>\"Done\"<\/code>\/&#8221;Ok&#8221;.<\/li>\n<li>now its available for use in Thunderbird.<br \/>\nGoto its <code>\"Preferences\"<\/code> button to configure further, if you need to.<br \/>\ni have tried it, tested it, works great. Options can be set as well.<\/li>\n<\/ul>\n<p>Note: this is a good temporary solution for now until uBlock devs release correct replacement. So we do need to request uBlock-Origin devs in Github (<a rel=\"nofollow noopener\" target=\"_blank\" href=\"https:\/\/github.com\/gorhill\/uBlock\/issues\/3698\">here<\/a> i think) to release a correct one correctly for the Thunderbird.<\/p>\n<hr>\n<p>SOLUTION # 2 :<br \/>\nCreate a combined block-list, &amp; apply on where applicable, i.e <code>\/etc\/hosts<\/code> file:<br \/><a rel=\"nofollow noopener\" target=\"_blank\" href=\"https:\/\/www.reddit.com\/r\/pihole\/comments\/4p2tp7\/adding_easylist_and_other_adblocklike_sources_to\/\">Here<\/a>(Reddit:\/r\/pihole) is a bash &amp; perl script combination, that can obtain various latest list file, then combine them, Thank to the dev who posted it there 4yrs ago. Links are not right there anymore, etc, but script commands are valid, and needs lots of improvements . A simple adaptation is shown below, you must understand coding pattern &amp; reason, &amp; modify further yourself:<\/p>\n<ul>\n<li>MacOS (upto Catalina\/10.15 or BugSur\/11.0) pre-includes various Unix &amp; Linux tools, so below commands, examples, etc are valid for it directly without any further package-manager. And you may try <a rel=\"nofollow noopener\" target=\"_blank\" href=\"https:\/\/en.wikipedia.org\/wiki\/MacPorts\">MacPorts<\/a> for more+latest Unix+Linux tools, (Homebrew package-manager does-not respect Privacy-Rights <sup><a rel=\"nofollow noopener\" target=\"_blank\" href=\"https:\/\/en.wikipedia.org\/wiki\/Homebrew_%28package_manager%29#Data_collection\">1<\/a>, <a rel=\"nofollow noopener\" target=\"_blank\" href=\"https:\/\/news.ycombinator.com\/item?id=11566720\">2<\/a>, <a rel=\"nofollow noopener\" target=\"_blank\" href=\"https:\/\/www.reddit.com\/r\/programming\/comments\/4gj664\/homebrew_enabled_tracking_with_google_analytics\/\">3<\/a>, <a rel=\"nofollow noopener\" target=\"_blank\" href=\"https:\/\/security.stackexchange.com\/questions\/191364\/\">4<\/a>, <a rel=\"nofollow noopener\" target=\"_blank\" href=\"https:\/\/security.stackexchange.com\/questions\/105088\/\">5<\/a>, <a rel=\"nofollow noopener\" target=\"_blank\" href=\"https:\/\/security.stackexchange.com\/questions\/197095\/\">6<\/a>, &#8230;<\/sup>, so choice is yours).<br \/>\nIn Windows, please get <a rel=\"nofollow noopener\" target=\"_blank\" href=\"https:\/\/en.wikipedia.org\/wiki\/Cygwin\">Cygwin<\/a> package manager to get Unix, Linux tools, in Cygwin based (bash)-shell you can use\/run below commands, examples, etc . Instead of Cygwin you can also obtain MSYS2 shell for the mingw64 toolchain, as you indicated you want to use those Open-Source tools to develop\/compile programs . Windows10 also allows to get Debian-GNU\/Linux from <a rel=\"nofollow noopener\" target=\"_blank\" href=\"https:\/\/www.microsoft.com\/en-us\/p\/debian\/9msvkqc78pk6\">AppStore<\/a>, its not complete but should be sufficient for development related purpose, so you may use that also if you need GNU\/Linux . And another option is Homebrew package-manager but it does-not respect Privacy-Rights, so choice is yours.<\/li>\n<li>content of <code>easylist.pl<\/code> file : this script will go thru a file and filter out anything that doesn&#8217;t match a domain name, which will allow you to use lists in the easylist format.\n<pre class=\"lang-perl prettyprint-override\"><code>#!\/usr\/bin\/perl -w\n# Source: https:\/\/newspaint.wordpress.com\/2014\/08\/18\/filtering-easylist-for-hosts-file-style-adblock\/\n\nuse strict;\n\nmy %hosts = ();\nwhile ( &lt;&gt; ) {\n  if ( $_ =~ m\/^\\|\\|([a-z][a-z0-9-_.]+\\.([a-z]{2,3}))\\^\\s*$\/ ) {\n      $hosts{$1} = 1;\n  }\n}\n\nforeach my $host ( sort keys %hosts ) {\n  print( \"$host\\n\" );\n}\n<\/code><\/pre>\n<\/li>\n<li>MacOS upto BigSur(11.0) pre-includes Perl. Get <a rel=\"nofollow noopener\" target=\"_blank\" href=\"https:\/\/www.strawberryperl.com\/\">Strawberry Perl<\/a> for Windows.<\/li>\n<li>here is a sample <code>lists.lst<\/code> file w\/only 6 lists, please modify them to updated &amp; correct list(s), which you want to apply for your implementation case:\n<pre class=\"lang-none prettyprint-override\"><code>https:\/\/easylist-downloads.adblockplus.org\/easylist.txt\nhttps:\/\/easylist-downloads.adblockplus.org\/abpindo+easylist.txt\nhttps:\/\/raw.githubusercontent.com\/ABPindo\/indonesianadblockrules\/master\/subscriptions\/abpindo.txt\nhttps:\/\/easylist-downloads.adblockplus.org\/bulgarian_list+easylist.txt\nhttp:\/\/stanev.org\/abp\/adblock_bg.txt\nhttps:\/\/easylist-downloads.adblockplus.org\/easylistchina+easylist.txt\n<\/code><\/pre>\n<\/li>\n<li>content of <code>manual-easylist.sh<\/code> file (developed by reddit user) : it downloads the sources above, then parses them using easylist.pl, then appends them to the blacklist (and cleans any duplicates), and finally runs <code>\"gravity.sh\"<\/code> to update the HOSTS file in Raspberry-Pi, so change the line with &#8220;gravity&#8221; to suit with your OS\/distro.\n<pre class=\"lang-sh prettyprint-override\"><code>#!\/bin\/bash\nfor source in `cat lists.lst` ; do\n  echo \"$source\" ;\n  curl --silent $source &gt;&gt; ads.txt\n  echo -e \"\\t`wc -l ads.txt | cut -d \" \" -f 1` lines downloaded\"\ndone\n\necho -e \"\\nFiltering non-url content...\"\nperl easylist.pl ads.txt &gt; ads_parsed.txt\nrm ads.txt\necho -e \"\\t`wc -l ads_parsed.txt | cut -d \" \" -f 1` lines after parsing\"\n\necho -e \"\\nRemoving duplicates...\"\nsort -u ads_parsed.txt &gt; ads_unique.txt\nrm ads_parsed.txt\necho -e \"\\t`wc -l ads_unique.txt | cut -d \" \" -f 1` lines after deduping\"\n\ncat ads_unique.txt &gt;&gt; \/etc\/pihole\/blacklist.txt\nsort -u \/etc\/pihole\/blacklist.txt &gt; \/etc\/pihole\/blacklist.txt2\nrm \/etc\/pihole\/blacklist.txt\nmv \/etc\/pihole\/blacklist.txt2 \/etc\/pihole\/blacklist.txt\nrm ads_unique.txt\n\n# Below is for Raspberry-Pi. Change it suit with your OS\/distro.\nsudo gravity.sh\n<\/code><\/pre>\n<\/li>\n<li>To download lists again &amp; recreate another combined blocklist file,<br \/>\neither run <code>cmd:  bash \"manual-easylist.sh\"<\/code> Or schedule it in cron.<br \/>\n( Do not use the word <code>cmd:<\/code> as part of a command, use the actual command shown after it. )<\/li>\n<li>in MacOS, to add the list in <code>\/etc\/hosts<\/code> file you could do something like this to change HOSTS file:<br \/><code>cmd:  sudo nano \/private\/etc\/hosts<\/code><br \/>\ncopy-paste from <code>\"blacklist.txt\"<\/code> into nano editor in Terminal.<br \/>\nwhen changes+editing completes, press <code>[Control]+[X]<\/code> to exit nano editor, press <code>[Y]<\/code> to save, and press <code>[Return]<\/code> to overwrite old content with new changes.<br \/>\n( i may later add complete script(s) to do this on MacOS &amp; Debian-GNU\/Linux &amp; Windows )<\/li>\n<li>Flush DNS on MacOS (more info <a rel=\"nofollow noopener\" target=\"_blank\" href=\"https:\/\/osxdaily.com\/2008\/03\/21\/how-to-flush-your-dns-cache-in-mac-os-x\/\">here<\/a>) :<br \/>\nfor MacOSX 10.11, 10.12 &amp; later : <code>cmd:  sudo killall -HUP mDNSResponder &amp;&amp; { say DNS cache has been flushed } || { say Some error occurred, could not flush DNS cache }<\/code><br \/>\nfor MacOSX Snow-Leopard : <code>cmd:  sudo dscacheutil -flushcache<\/code><br \/>\nfor MacOS X Mavericks : <code>cmd:  sudo dscacheutil -flushcache ; sudo killall -HUP mDNSResponder<\/code><br \/>\nfor MacOS X Mountain Lion, and Lion : <code>cmd:  sudo killall -HUP mDNSResponder ; sudo discoveryutil mdnsflushcache<\/code><br \/>\nfor MacOSX Yosemite : <code>cmd:  sudo discoveryutil mdnsflushcache &amp;&amp; { say mdnsflushcache flushed } ; sudo discoveryutil udnsflushcaches &amp;&amp; { say udnsflushcaches flushed }<\/code><\/li>\n<li>Flush DNS (on Windows) : run Command-Prompt with Administrative privilege, &amp; then run <code>cmd:  ipconfig \/flushdns<\/code>.<\/li>\n<li>Test it:<br \/>\nMacOS\/Unix\/Linux usually pre-includes &#8220;dig&#8221; tool. To use &#8220;dig&#8221; tool in Windows, get ISC BIND installer for Windows &amp; run it, choose &#8220;Tools-only&#8221; option.<br \/>\n\u00a0\u00a0<code>cmd:  dig www.google.com. +short<\/code><br \/>\n\u00a0\u00a0<code>172.217.4.164<\/code><br \/>\ngoogle website was not blocked by <code>\/etc\/hosts<\/code> so you see above ip-adrs <code>172.217.4.164<\/code>.<br \/>\nif we add below 2-lines in HOSTS file to test google domain name:<br \/>\n\u00a0\u00a0<code>0.0.0.0   www.google.com<\/code><br \/>\n\u00a0\u00a0<code>0.0.0.0   google.com<\/code><br \/>\nthen, running <code>dig<\/code> again will show result like this:<br \/>\n\u00a0\u00a0<code>cmd:  dig www.google.com. +short<\/code><br \/>\n\u00a0\u00a0<code>Host not found<\/code><br \/>\nOur above test with google domain name is done, So now remove those two google lines from <code>\/etc\/hosts<\/code> HOSTS file, or else you&#8217;ll not be able to visit the site.<\/li>\n<li><a rel=\"nofollow noopener\" target=\"_blank\" href=\"https:\/\/news.ycombinator.com\/item?id=11084968\">here<\/a> is an old discussion page on <code>\/etc\/host<\/code> &amp; AdBlocklist.<\/li>\n<\/ul>\n<\/div>\n<div class=\"mt24\"><\/div>\n<\/div>\n<p>            <span class=\"d-none\" itemprop=\"commentCount\"><\/span> <\/p><\/div>\n<\/div>\n<p>[ad_2]<\/p>\n<p>solved Add\/Use EasyList type Of URLs Manually With Thunderbird Or Add AdBlock\/uBlock-Origin\/Alt Addon [closed] <\/p>\n","protected":false},"excerpt":{"rendered":"<p>[ad_1] SOLUTION # 1 : Use uBlock addon in Thunderbird(TB) : Load uBlock in this way (summary: download addon XPI file from Firefox addon site, then load XPI into Thunderbird): Goto Mozilla Firefox Addons site : \u00a0\u00a0\u00a0 https:\/\/addons.mozilla.org\/en-US\/firefox\/ search for &#8220;uBlock&#8221; or &#8220;uBlock Origin&#8221; addon, search result should show it, go into it, make sure &#8230; <a title=\"[Solved] Add\/Use EasyList type Of URLs Manually With Thunderbird Or Add AdBlock\/uBlock-Origin\/Alt Addon [closed]\" class=\"read-more\" href=\"https:\/\/jassweb.com\/solved\/solved-add-use-easylist-type-of-urls-manually-with-thunderbird-or-add-adblock-ublock-origin-alt-addon-closed\/\" aria-label=\"More on [Solved] Add\/Use EasyList type Of URLs Manually With Thunderbird Or Add AdBlock\/uBlock-Origin\/Alt Addon [closed]\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[320],"tags":[2777,2965,2964,2962,2963],"class_list":["post-10810","post","type-post","status-publish","format-standard","hentry","category-solved","tag-adblock","tag-antimalware","tag-malware-detection","tag-privacy","tag-thunderbird-addon"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>[Solved] Add\/Use EasyList type Of URLs Manually With Thunderbird Or Add AdBlock\/uBlock-Origin\/Alt Addon [closed] - JassWeb<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/jassweb.com\/solved\/solved-add-use-easylist-type-of-urls-manually-with-thunderbird-or-add-adblock-ublock-origin-alt-addon-closed\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"[Solved] Add\/Use EasyList type Of URLs Manually With Thunderbird Or Add AdBlock\/uBlock-Origin\/Alt Addon [closed] - JassWeb\" \/>\n<meta property=\"og:description\" content=\"[ad_1] SOLUTION # 1 : Use uBlock addon in Thunderbird(TB) : Load uBlock in this way (summary: download addon XPI file from Firefox addon site, then load XPI into Thunderbird): Goto Mozilla Firefox Addons site : \u00a0\u00a0\u00a0 https:\/\/addons.mozilla.org\/en-US\/firefox\/ search for &quot;uBlock&quot; or &quot;uBlock Origin&quot; addon, search result should show it, go into it, make sure ... Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/jassweb.com\/solved\/solved-add-use-easylist-type-of-urls-manually-with-thunderbird-or-add-adblock-ublock-origin-alt-addon-closed\/\" \/>\n<meta property=\"og:site_name\" content=\"JassWeb\" \/>\n<meta property=\"article:published_time\" content=\"2022-09-24T19:57:22+00:00\" \/>\n<meta name=\"author\" content=\"Kirat\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Kirat\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/jassweb.com\\\/solved\\\/solved-add-use-easylist-type-of-urls-manually-with-thunderbird-or-add-adblock-ublock-origin-alt-addon-closed\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/jassweb.com\\\/solved\\\/solved-add-use-easylist-type-of-urls-manually-with-thunderbird-or-add-adblock-ublock-origin-alt-addon-closed\\\/\"},\"author\":{\"name\":\"Kirat\",\"@id\":\"https:\\\/\\\/jassweb.com\\\/solved\\\/#\\\/schema\\\/person\\\/65c9c7b7958150c0dc8371fa35dd7c31\"},\"headline\":\"[Solved] Add\\\/Use EasyList type Of URLs Manually With Thunderbird Or Add AdBlock\\\/uBlock-Origin\\\/Alt Addon [closed]\",\"datePublished\":\"2022-09-24T19:57:22+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/jassweb.com\\\/solved\\\/solved-add-use-easylist-type-of-urls-manually-with-thunderbird-or-add-adblock-ublock-origin-alt-addon-closed\\\/\"},\"wordCount\":825,\"publisher\":{\"@id\":\"https:\\\/\\\/jassweb.com\\\/solved\\\/#organization\"},\"keywords\":[\"adblock\",\"antimalware\",\"malware-detection\",\"privacy\",\"thunderbird-addon\"],\"articleSection\":[\"Solved\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/jassweb.com\\\/solved\\\/solved-add-use-easylist-type-of-urls-manually-with-thunderbird-or-add-adblock-ublock-origin-alt-addon-closed\\\/\",\"url\":\"https:\\\/\\\/jassweb.com\\\/solved\\\/solved-add-use-easylist-type-of-urls-manually-with-thunderbird-or-add-adblock-ublock-origin-alt-addon-closed\\\/\",\"name\":\"[Solved] Add\\\/Use EasyList type Of URLs Manually With Thunderbird Or Add AdBlock\\\/uBlock-Origin\\\/Alt Addon [closed] - JassWeb\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/jassweb.com\\\/solved\\\/#website\"},\"datePublished\":\"2022-09-24T19:57:22+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/jassweb.com\\\/solved\\\/solved-add-use-easylist-type-of-urls-manually-with-thunderbird-or-add-adblock-ublock-origin-alt-addon-closed\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/jassweb.com\\\/solved\\\/solved-add-use-easylist-type-of-urls-manually-with-thunderbird-or-add-adblock-ublock-origin-alt-addon-closed\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/jassweb.com\\\/solved\\\/solved-add-use-easylist-type-of-urls-manually-with-thunderbird-or-add-adblock-ublock-origin-alt-addon-closed\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/jassweb.com\\\/solved\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"[Solved] Add\\\/Use EasyList type Of URLs Manually With Thunderbird Or Add AdBlock\\\/uBlock-Origin\\\/Alt Addon [closed]\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/jassweb.com\\\/solved\\\/#website\",\"url\":\"https:\\\/\\\/jassweb.com\\\/solved\\\/\",\"name\":\"JassWeb\",\"description\":\"Build High-quality Websites\",\"publisher\":{\"@id\":\"https:\\\/\\\/jassweb.com\\\/solved\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/jassweb.com\\\/solved\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/jassweb.com\\\/solved\\\/#organization\",\"name\":\"Jass Web\",\"url\":\"https:\\\/\\\/jassweb.com\\\/solved\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/jassweb.com\\\/solved\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/jassweb.com\\\/wp-content\\\/uploads\\\/2021\\\/02\\\/jass-website-logo-1.png\",\"contentUrl\":\"https:\\\/\\\/jassweb.com\\\/wp-content\\\/uploads\\\/2021\\\/02\\\/jass-website-logo-1.png\",\"width\":693,\"height\":132,\"caption\":\"Jass Web\"},\"image\":{\"@id\":\"https:\\\/\\\/jassweb.com\\\/solved\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/jassweb.com\\\/solved\\\/#\\\/schema\\\/person\\\/65c9c7b7958150c0dc8371fa35dd7c31\",\"name\":\"Kirat\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/jassweb.com\\\/solved\\\/wp-content\\\/litespeed\\\/avatar\\\/1261af3c9451399fa1336d28b98ea3bb.jpg?ver=1777008400\",\"url\":\"https:\\\/\\\/jassweb.com\\\/solved\\\/wp-content\\\/litespeed\\\/avatar\\\/1261af3c9451399fa1336d28b98ea3bb.jpg?ver=1777008400\",\"contentUrl\":\"https:\\\/\\\/jassweb.com\\\/solved\\\/wp-content\\\/litespeed\\\/avatar\\\/1261af3c9451399fa1336d28b98ea3bb.jpg?ver=1777008400\",\"caption\":\"Kirat\"},\"sameAs\":[\"http:\\\/\\\/jassweb.com\"],\"url\":\"https:\\\/\\\/jassweb.com\\\/solved\\\/author\\\/jaspritsinghghumangmail-com\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"[Solved] Add\/Use EasyList type Of URLs Manually With Thunderbird Or Add AdBlock\/uBlock-Origin\/Alt Addon [closed] - JassWeb","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/jassweb.com\/solved\/solved-add-use-easylist-type-of-urls-manually-with-thunderbird-or-add-adblock-ublock-origin-alt-addon-closed\/","og_locale":"en_US","og_type":"article","og_title":"[Solved] Add\/Use EasyList type Of URLs Manually With Thunderbird Or Add AdBlock\/uBlock-Origin\/Alt Addon [closed] - JassWeb","og_description":"[ad_1] SOLUTION # 1 : Use uBlock addon in Thunderbird(TB) : Load uBlock in this way (summary: download addon XPI file from Firefox addon site, then load XPI into Thunderbird): Goto Mozilla Firefox Addons site : \u00a0\u00a0\u00a0 https:\/\/addons.mozilla.org\/en-US\/firefox\/ search for \"uBlock\" or \"uBlock Origin\" addon, search result should show it, go into it, make sure ... Read more","og_url":"https:\/\/jassweb.com\/solved\/solved-add-use-easylist-type-of-urls-manually-with-thunderbird-or-add-adblock-ublock-origin-alt-addon-closed\/","og_site_name":"JassWeb","article_published_time":"2022-09-24T19:57:22+00:00","author":"Kirat","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Kirat","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/jassweb.com\/solved\/solved-add-use-easylist-type-of-urls-manually-with-thunderbird-or-add-adblock-ublock-origin-alt-addon-closed\/#article","isPartOf":{"@id":"https:\/\/jassweb.com\/solved\/solved-add-use-easylist-type-of-urls-manually-with-thunderbird-or-add-adblock-ublock-origin-alt-addon-closed\/"},"author":{"name":"Kirat","@id":"https:\/\/jassweb.com\/solved\/#\/schema\/person\/65c9c7b7958150c0dc8371fa35dd7c31"},"headline":"[Solved] Add\/Use EasyList type Of URLs Manually With Thunderbird Or Add AdBlock\/uBlock-Origin\/Alt Addon [closed]","datePublished":"2022-09-24T19:57:22+00:00","mainEntityOfPage":{"@id":"https:\/\/jassweb.com\/solved\/solved-add-use-easylist-type-of-urls-manually-with-thunderbird-or-add-adblock-ublock-origin-alt-addon-closed\/"},"wordCount":825,"publisher":{"@id":"https:\/\/jassweb.com\/solved\/#organization"},"keywords":["adblock","antimalware","malware-detection","privacy","thunderbird-addon"],"articleSection":["Solved"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/jassweb.com\/solved\/solved-add-use-easylist-type-of-urls-manually-with-thunderbird-or-add-adblock-ublock-origin-alt-addon-closed\/","url":"https:\/\/jassweb.com\/solved\/solved-add-use-easylist-type-of-urls-manually-with-thunderbird-or-add-adblock-ublock-origin-alt-addon-closed\/","name":"[Solved] Add\/Use EasyList type Of URLs Manually With Thunderbird Or Add AdBlock\/uBlock-Origin\/Alt Addon [closed] - JassWeb","isPartOf":{"@id":"https:\/\/jassweb.com\/solved\/#website"},"datePublished":"2022-09-24T19:57:22+00:00","breadcrumb":{"@id":"https:\/\/jassweb.com\/solved\/solved-add-use-easylist-type-of-urls-manually-with-thunderbird-or-add-adblock-ublock-origin-alt-addon-closed\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/jassweb.com\/solved\/solved-add-use-easylist-type-of-urls-manually-with-thunderbird-or-add-adblock-ublock-origin-alt-addon-closed\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/jassweb.com\/solved\/solved-add-use-easylist-type-of-urls-manually-with-thunderbird-or-add-adblock-ublock-origin-alt-addon-closed\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/jassweb.com\/solved\/"},{"@type":"ListItem","position":2,"name":"[Solved] Add\/Use EasyList type Of URLs Manually With Thunderbird Or Add AdBlock\/uBlock-Origin\/Alt Addon [closed]"}]},{"@type":"WebSite","@id":"https:\/\/jassweb.com\/solved\/#website","url":"https:\/\/jassweb.com\/solved\/","name":"JassWeb","description":"Build High-quality Websites","publisher":{"@id":"https:\/\/jassweb.com\/solved\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/jassweb.com\/solved\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/jassweb.com\/solved\/#organization","name":"Jass Web","url":"https:\/\/jassweb.com\/solved\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/jassweb.com\/solved\/#\/schema\/logo\/image\/","url":"https:\/\/jassweb.com\/wp-content\/uploads\/2021\/02\/jass-website-logo-1.png","contentUrl":"https:\/\/jassweb.com\/wp-content\/uploads\/2021\/02\/jass-website-logo-1.png","width":693,"height":132,"caption":"Jass Web"},"image":{"@id":"https:\/\/jassweb.com\/solved\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/jassweb.com\/solved\/#\/schema\/person\/65c9c7b7958150c0dc8371fa35dd7c31","name":"Kirat","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/jassweb.com\/solved\/wp-content\/litespeed\/avatar\/1261af3c9451399fa1336d28b98ea3bb.jpg?ver=1777008400","url":"https:\/\/jassweb.com\/solved\/wp-content\/litespeed\/avatar\/1261af3c9451399fa1336d28b98ea3bb.jpg?ver=1777008400","contentUrl":"https:\/\/jassweb.com\/solved\/wp-content\/litespeed\/avatar\/1261af3c9451399fa1336d28b98ea3bb.jpg?ver=1777008400","caption":"Kirat"},"sameAs":["http:\/\/jassweb.com"],"url":"https:\/\/jassweb.com\/solved\/author\/jaspritsinghghumangmail-com\/"}]}},"_links":{"self":[{"href":"https:\/\/jassweb.com\/solved\/wp-json\/wp\/v2\/posts\/10810","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jassweb.com\/solved\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/jassweb.com\/solved\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/jassweb.com\/solved\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/jassweb.com\/solved\/wp-json\/wp\/v2\/comments?post=10810"}],"version-history":[{"count":0,"href":"https:\/\/jassweb.com\/solved\/wp-json\/wp\/v2\/posts\/10810\/revisions"}],"wp:attachment":[{"href":"https:\/\/jassweb.com\/solved\/wp-json\/wp\/v2\/media?parent=10810"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/jassweb.com\/solved\/wp-json\/wp\/v2\/categories?post=10810"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/jassweb.com\/solved\/wp-json\/wp\/v2\/tags?post=10810"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}