abrowser: changes for v77
This commit is contained in:
parent
063347f0af
commit
796845b727
1 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@
|
||||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=70
|
VERSION=71
|
||||||
|
|
||||||
. ./config
|
. ./config
|
||||||
|
|
||||||
|
|
@ -209,7 +209,7 @@ cat << EOF >> toolkit/mozapps/extensions/content/extensions.css
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# Hide mobile promo
|
# Hide mobile promo
|
||||||
echo ".fxaMobilePromo { display: none !important; }" >> browser/themes/shared/incontentprefs/preferences.inc.css
|
echo ".fxaMobilePromo { display: none !important; }" >> browser/themes/shared/preferences/preferences.inc.css
|
||||||
# Hide unwanted elements on about:addons
|
# Hide unwanted elements on about:addons
|
||||||
echo ".discopane-notice, .privacy-policy-link, #main header, #plugindeprecation-notice { display: none !important; }" >> toolkit/mozapps/extensions/content/aboutaddons.css
|
echo ".discopane-notice, .privacy-policy-link, #main header, #plugindeprecation-notice { display: none !important; }" >> toolkit/mozapps/extensions/content/aboutaddons.css
|
||||||
# Hide warnings on unsigned extensions
|
# Hide warnings on unsigned extensions
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue