Last active
March 30, 2018 10:04
-
-
Save bradenbest/00a946dcbbaedeb2f5f40498a01e1b2d to your computer and use it in GitHub Desktop.
[linux] How to add flash to Firefox (in 2018)
View raw
(Sorry about that, but we can’t show files that are this big right now.)
View raw
(Sorry about that, but we can’t show files that are this big right now.)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here's a script:
it...
.mozilla/plugins
directory if it doesn't already existlibflashplayer.so.bz2
, runs it throughbunzip2
, and outputs it inplugins/libflashplayer.so
pluginreg.dat
and saves it as/tmp/prinsert
pluginreg.dat
.It needs these programs to run:
You can see whether you have a given command with
which
, e.g.:Although if you don't have
ed
,mkdir
orrm
for some reason, then you won't havewhich
either, cause your system is broken.Update
I've tested the script and it works.
Went from a fresh, empty
.mozilla
directory (tar cf moz.tar .mozilla
to backup) that tried to download the SWF, to being able to run the SWF directly, using only the lines in the above script.