I am aware flash is EOL. However, I need it for http://sciencenetlinks.com/media/filer/2017/12/21/evolution.html. according to https://www.whatismybrowser.com/detect/is-flash-installed however trying to use flash results in "Right Click to enable Adobe Flash". when I do that it does nothing.
Edit: I have chromium Version 73.0.3683.103 (Official Build) Built on Ubuntu , running on Ubuntu 19.04 (64-bit) and https://www.whatismybrowser.com/detect/is-flash-installed says Yes Flash 32.0.0 is installed in this browser
Edit 2: about:components does not have flash recognized.
in chrome it looks like https://i.stack.imgur.com/zAjI8.jpg something about the sandbox broke it. --no-sandbox "fixed it"
which chromium-browser
– Gunnar Hjalmarsson Apr 26 '19 at 01:57sudo apt install chromium-browser
andsudo apt install adobe-flashplugin
– AdamAtBeef Apr 27 '19 at 14:34