{"id":1606,"date":"2022-01-22T17:43:56","date_gmt":"2022-01-22T17:43:56","guid":{"rendered":"http:\/\/www.ishygddt.xyz\/~blog\/?p=1606"},"modified":"2022-03-08T18:35:41","modified_gmt":"2022-03-08T18:35:41","slug":"remove-vpn-ads-from-private-browsing","status":"publish","type":"post","link":"http:\/\/www.ishygddt.xyz\/~blog\/2022\/01\/remove-vpn-ads-from-private-browsing","title":{"rendered":"Quick Fix: remove \"Mozilla VPN\" ads from Firefox Private Browsing window"},"content":{"rendered":"<ol>\n<li>Open your profile folder<br \/>\n(Easy access: go to <u>about:support<\/u> and scroll down to \u201cProfile Directory\u201d, click \u201cOpen Directory\u201d)<\/li>\n<li>Create a folder inside of it called <code class=\"\" data-line=\"\">chrome<\/code> (all-lowercase)<\/li>\n<li>Create a [blank, empty, text] file inside of that called <code class=\"\" data-line=\"\">userContent.css<\/code> (uppercase <em>C<\/em>, and, yes, that's <em>Content<\/em>, not <em>Chrome<\/em>!)<br \/>\n(Windows users: don't forget to show file extensions!)<\/li>\n<li>paste this into it:\n<pre><code class=\"language-css\" data-line=\"\">\/* Remove advertisements for Mozilla VPN *\/\n@-moz-document url(about:privatebrowsing) {\n\t.promo {\n\t\tdisplay: none;\n\t}\n}<\/code><\/pre>\n<\/li>\n<li>Go to <u>about:config<\/u> and set <code class=\"\" data-line=\"\">toolkit.legacyUserProfileCustomizations.stylesheets<\/code> to <code class=\"\" data-line=\"\">true<\/code><\/li>\n<li>Restart Firefox<\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<pre><code class=\"language-css\" data-line=\"\">\/* ~\/.mozilla\/firefox\/\u2026\/chrome\/userContent.css *\/\n\/* Remove advertisements for Mozilla VPN *\/\n@-moz-document url(about:privatebrowsing) {\n\t.promo {\n\t\tdisplay: none;\n\t}\n}<\/code><\/pre>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[96],"tags":[115,114],"class_list":["post-1606","post","type-post","status-publish","format-standard","hentry","category-howto","tag-advertisements","tag-firefox"],"_links":{"self":[{"href":"http:\/\/www.ishygddt.xyz\/~blog\/wp-json\/wp\/v2\/posts\/1606","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.ishygddt.xyz\/~blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.ishygddt.xyz\/~blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.ishygddt.xyz\/~blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"http:\/\/www.ishygddt.xyz\/~blog\/wp-json\/wp\/v2\/comments?post=1606"}],"version-history":[{"count":15,"href":"http:\/\/www.ishygddt.xyz\/~blog\/wp-json\/wp\/v2\/posts\/1606\/revisions"}],"predecessor-version":[{"id":1891,"href":"http:\/\/www.ishygddt.xyz\/~blog\/wp-json\/wp\/v2\/posts\/1606\/revisions\/1891"}],"wp:attachment":[{"href":"http:\/\/www.ishygddt.xyz\/~blog\/wp-json\/wp\/v2\/media?parent=1606"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.ishygddt.xyz\/~blog\/wp-json\/wp\/v2\/categories?post=1606"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.ishygddt.xyz\/~blog\/wp-json\/wp\/v2\/tags?post=1606"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}