Skip to content
Snippets Groups Projects
Commit a9290d6f authored by Ruben Rodriguez's avatar Ruben Rodriguez Committed by Santiago Rodriguez
Browse files

Abrowser: Disable newtab What is this popup and config button

parent 851ebb9f
No related branches found
No related tags found
2 merge requests!96Firefox v38 issues 2,!94Firefox v38 issues
......@@ -189,6 +189,13 @@ echo "debian/search/* /usr/lib/abrowser-addons/searchplugins" >> debian/abrowser
cp $DATA/aboutabrowser@trisquel.info -r debian
echo "debian/aboutabrowser@trisquel.info @MOZ_ADDONDIR@/extensions/" >> debian/abrowser.install.in
# Disable newtab "What is this" popup and config button
cat << EOF >> ./browser/base/content/newtab/newTab.css
#newtab.customize.what, #newtab.customize.button {
display:none;
}
EOF
# Disable search field at extensions panel
#sed '/header-search/d; /search.placeholder/d' -i toolkit/mozapps/extensions/content/extensions.xul
cat << EOF >> toolkit/mozapps/extensions/content/extensions.css
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment