diff --git a/helpers/DATA/firefox/bookmarks.html.in b/helpers/DATA/firefox/bookmarks.html.in
deleted file mode 100644
index b4a2a7a..0000000
--- a/helpers/DATA/firefox/bookmarks.html.in
+++ /dev/null
@@ -1,17 +0,0 @@
-#filter substitution
-#include @BOOKMARKS_INCLUDE_PATH@
-
-
-
-
-
@bookmarks_title@
-@bookmarks_heading@
-
-
-
@bookmarks_toolbarfolder@
- - @bookmarks_toolbarfolder_description@
-
-
-
diff --git a/helpers/DATA/firefox/default-bookmarks.html b/helpers/DATA/firefox/default-bookmarks.html
new file mode 100644
index 0000000..bb85402
--- /dev/null
+++ b/helpers/DATA/firefox/default-bookmarks.html
@@ -0,0 +1,23 @@
+#filter substitution
+
+
+
+
+
+
+
+
+
+ default-bookmarks-title
+
+
+default-bookmarks-heading
+
+
Bookmarks Toolbar
+
+
+
diff --git a/helpers/make-firefox b/helpers/make-firefox
index 9467f45..6eb53df 100644
--- a/helpers/make-firefox
+++ b/helpers/make-firefox
@@ -18,7 +18,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
-VERSION=86
+VERSION=87
. ./config
@@ -282,7 +282,7 @@ sed "s/ubuntu_version/trisquel_version/; s/Ubuntu 10.10/Trisquel $REVISION/; s/1
rm -rf ./browser/metro ./addon-sdk/source/doc/static-files/media ./browser/themes/osx ./b2g
#Trisquel custom bookmarks
-cp $DATA/bookmarks.html.in browser/locales/generic/profile/bookmarks.html.in
+cp $DATA/default-bookmarks.html browser/base/content/default-bookmarks.html
#Trisquel custom search engines
cp -a $DATA/searchplugins/* browser/components/search/extensions/
@@ -358,16 +358,8 @@ MOZ_TELEMETRY_REPORTING=0
MOZ_ADDON_SIGNING=0
EOF
-# Fix locale
-cat << EOF >> mobile/locales/en-US/chrome/region.properties
-browser.search.defaultenginename=DuckDuckGo
-browser.search.order.1=DuckDuckGo
-browser.search.order.2=Google
-browser.search.order.3=Yahoo
-browser.suggestedsites.restricted_mozilla.url=https://www.trisquel.info
-browser.suggestedsites.webmaker.title=GNU Project
-browser.suggestedsites.webmaker.url=https://www.gnu.org
-EOF
+#Enable EGL by default
+sed -i '/gfx.x11-egl.force-enabled/,/mirror/s|false|true|' modules/libpref/init/StaticPrefList.yaml
# Branding
rm mobile/android/branding/{official,unofficial,beta,nightly} -rf