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.)
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here's a script:
it...
.mozilla/pluginsdirectory if it doesn't already existlibflashplayer.so.bz2, runs it throughbunzip2, and outputs it inplugins/libflashplayer.sopluginreg.datand saves it as/tmp/prinsertpluginreg.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,mkdirorrmfor some reason, then you won't havewhicheither, cause your system is broken.Update
I've tested the script and it works.
Went from a fresh, empty
.mozilladirectory (tar cf moz.tar .mozillato backup) that tried to download the SWF, to being able to run the SWF directly, using only the lines in the above script.