darktohka / FlashPatch

FlashPatch! Play Adobe Flash Player games in the browser after January 12th, 2021.
MIT License
534 stars 46 forks source link

Guide for patching flash on chrome for Linux? #18

Open Meganium97 opened 2 years ago

Meganium97 commented 2 years ago

Can you make/is there a guide for patching flash on Linux chrome? Thank you

r3sus commented 2 years ago

Do you need the guide specifically or just installing would go? If 2nd: https://github.com/darktohka/clean-flash-builds/releases/tag/v1.7

pftmclub commented 2 years ago

Do you need the guide specifically or just installing would go? If 2nd: https://github.com/darktohka/clean-flash-builds/releases/tag/v1.7

I need an guide, i don't understand how to install flash plugin for pale moon linux version

darktohka commented 2 years ago

Sorry for that misclick.

Simply run this command to install Firefox Flash Player to your current user:

mkdir -p ~/.mozilla/plugins && wget -q https://github.com/darktohka/clean-flash-builds/releases/download/v1.7/flash_player_patched_npapi_linux.$( (( $(getconf LONG_BIT) == 32 )) && echo "i386" || echo "x86_64").tar.gz -O - | tar -zxf - -C ~/.mozilla/plugins libflashplayer.so

Then run Pale Moon.