summaryrefslogtreecommitdiff
path: root/mozilla-vpn-ad.patch
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-10-02 18:59:16 -0400
committerB. Stack <bgstack15@gmail.com>2021-10-02 18:59:16 -0400
commit305bc0e9a971a0f93f6107ed70e814f45bca121c (patch)
tree4a85db753d11533a22469a3dfee3e9d7ad080434 /mozilla-vpn-ad.patch
parentUpdated to 92.0.1 (diff)
downloadlibrewolf-fedora-ff-305bc0e9a971a0f93f6107ed70e814f45bca121c.tar.gz
librewolf-fedora-ff-305bc0e9a971a0f93f6107ed70e814f45bca121c.tar.bz2
librewolf-fedora-ff-305bc0e9a971a0f93f6107ed70e814f45bca121c.zip
92.0.1
Diffstat (limited to 'mozilla-vpn-ad.patch')
-rw-r--r--mozilla-vpn-ad.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/mozilla-vpn-ad.patch b/mozilla-vpn-ad.patch
new file mode 100644
index 0000000..ec3505a
--- /dev/null
+++ b/mozilla-vpn-ad.patch
@@ -0,0 +1,24 @@
+diff --git a/browser/components/privatebrowsing/content/aboutPrivateBrowsing.html b/browser/components/privatebrowsing/content/aboutPrivateBrowsing.html
+index f8a1764..ebf4206 100644
+--- a/browser/components/privatebrowsing/content/aboutPrivateBrowsing.html
++++ b/browser/components/privatebrowsing/content/aboutPrivateBrowsing.html
+@@ -54,10 +54,11 @@
+ <div class="info">
+ <h1 id="info-title" data-l10n-id="about-private-browsing-info-title"></h1>
+ <p id="info-body" data-l10n-id="about-private-browsing-info-description"></p>
+- <a id="private-browsing-myths" data-l10n-id="about-private-browsing-info-myths"></a>
++<!-- <a id="private-browsing-myths" data-l10n-id="about-private-browsing-info-myths"></a> -->
+ </div>
+ </div>
+
++ <!--
+ <div class="promo">
+ <div class="promo-image-large">
+ <img src="" alt="" />
+@@ -73,5 +74,6 @@
+ </div>
+ </div>
+ </div>
++ -->
+ </body>
+ </html>
bgstack15