diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:00:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:00:11 +0000 |
commit | d41d78304ef6ce22d02bc8ebf2f4056c9ff2407b (patch) | |
tree | b361815f350d67649b040931a92a24c052734a3c | |
parent | Disabling visually cluttering messages on popup menu. (diff) | |
download | privacybadger-d41d78304ef6ce22d02bc8ebf2f4056c9ff2407b.tar.xz privacybadger-d41d78304ef6ce22d02bc8ebf2f4056c9ff2407b.zip |
Removing visually cluttering donate button.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/patches/progress-linux/0004-remove-donate-button.patch | 14 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 15 insertions, 0 deletions
diff --git a/debian/patches/progress-linux/0004-remove-donate-button.patch b/debian/patches/progress-linux/0004-remove-donate-button.patch new file mode 100644 index 0000000..49673fc --- /dev/null +++ b/debian/patches/progress-linux/0004-remove-donate-button.patch @@ -0,0 +1,14 @@ +Author: Daniel Baumann <daniel.baumann@progress-linux.org> +Description: Removing visually cluttering donate button. + +diff -Naurp privacybadger.orig/src/skin/popup.html privacybadger/src/skin/popup.html +--- privacybadger.orig/src/skin/popup.html ++++ privacybadger/src/skin/popup.html +@@ -147,7 +147,6 @@ + <button id="deactivate_site_btn" class="i18n_popup_disable_for_site pbButton"></button> + <button id="activate_site_btn" class="i18n_popup_enable_for_site pbButton" style="display:none"></button> + <button id="error" class="i18n_report_broken_site pbButton"></button> +- <button id="donate" class="pbButton" target="_blank"><span class="ui-icon ui-icon-heart" style="color:#ec1e1e"></span> <span class="i18n_donate_to_eff"></span></button> + </div> + <span id="version" class="i18n_version"></span> + <div class='clear'></div> diff --git a/debian/patches/series b/debian/patches/series index 3e759c8..080ace9 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ progress-linux/0001-disable-first-run-page.patch progress-linux/0002-pin-to-toolbar.patch progress-linux/0003-disable-messages-on-popup.patch +progress-linux/0004-remove-donate-button.patch |