User Tools

Site Tools


tweak:firefox

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
tweak:firefox [2016/05/20 00:45] – created Wulf Rajektweak:firefox [2023/05/29 11:55] (current) – external edit 127.0.0.1
Line 8: Line 8:
 2 : do nothing (the default on linux after 2006-12-07)\\ 2 : do nothing (the default on linux after 2006-12-07)\\
  
 +===== Enable HTML5 video player on BBC website =====
 +For whatever reason, the BBC website defaults to flash for videos and displays an error message to install it when disabled, even though they have a usable HTML5 player they use for mobile devices. So, desktop browsers will have to pretend to be a mobile by changing the User-Agent string. Firefox removed options for site-specific strings, but addons are available to do this\\
 +https://addons.mozilla.org/en-GB/firefox/addon/uacontrol/ \\
 +https://addons.mozilla.org/en-US/firefox/addon/user-agent-js-fixer/?src=search \\
 +Set the user agent to the following and limit it to the BBC News website
 +<code>Mozilla/5.0 (Linux; Android 4.4.4; en-us; Nexus 5 Build/JOP40D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2307.2 Mobile Safari/537.36</code>
 +
 +===== Disable Pocket =====
 +
 +Go to ''about:config'', search for pocket and set the following settings to false:\\
 +
 +<code>
 +extensions.pocket.onSaveRecs=false
 +extensions.pocket.enabled=false
 +extensions.pocket.showHome=false
 +</code>
  
tweak/firefox.1463701556.txt.gz · Last modified: 2023/05/29 11:54 (external edit)