linux without flash

27 jul 2014

motivation

adobe flash has always been a big issue for me, that is because of this:

  • cpu usage issues and sometimes sound issues on linux
  • usability: on linux you can click fullscreen but if you focus a different widget (when watching a docu while programming something) it will revert fullscreen immediately
  • insecure, the CVE records for adobe products are all speaking against using them! see [1]
  • not open source, hassle to install/maintain
  • mainly used for ads anyway

now the good news: thanks to steve jobs [1], i got rid of flash on my linux computer! this posting is about how i did it!

getting rid of flash

on most webpages i leave the default user agent (which is either chrome or firefox, depending on the browser is use). occationally there is an embedded video and if it relies on flash, then i switch using the ‘browser toolbar’ icon of user agent switcher.

on youtube i have a permanent user-agent-switcher setting.

occational usage

if the page you visit embeds a flash video, just use the user-agent-switcher: click iOS, then iPad and after you reload the page, the video should be working. this way you can also download the video easily, but this is not my main focus.

permanent usage

on youtube.com and golem.de, both sites i visit frequenly, i enabled a permanent user-agent spoofing [2]. so now i’m surfing as i was using an ipad. some pages look a little bogus but you get used to! this can be combined with flashblock [3], which blocks the flash execution until one explicitly clicks the flash-app to make it execute.

note: you might have to reload the webpages, in order to clear the cache and make the identify change work.

summary

it is quite sad that youtube still defaults to flash. we have html5 now, so please: stop using flash! despite of cpu usage improvements, i guess this increases browser security as well!

article source