Disable firefox sponsored tiles on newtab page
This commit is contained in:
parent
477c5e6f35
commit
7ed95bab3a
1 changed files with 3 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
|||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
#
|
||||
|
||||
VERSION=81
|
||||
VERSION=82
|
||||
|
||||
. ./config
|
||||
|
||||
|
|
@ -43,6 +43,8 @@ sed '/topics_endpoint/s/getpocket.cdn.mozilla.net/127.0.0.1/' -i $ActivityStream
|
|||
sed 's/preffedRegions.includes.geo. .. ..locales .. locales.includes.locale./false/' -i $ActivityStream
|
||||
sed 's/.Ubuntu., //' -i browser/components/newtab/css/activity-stream*.css
|
||||
echo "#header-asrouter-container{display: none!important;}" >> browser/components/newtab/css/activity-stream-linux.css
|
||||
#Disable «Sponsored tiles on the New Tab page» - firefox 92
|
||||
sed '/"showSponsoredTopSites"/,/value/s/value: true/value: false/' -i $ActivityStream
|
||||
|
||||
sed '/network.connectivity-service.IPv/s/http.*success.txt?ipv[46]//' -i modules/libpref/init/all.js
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue