0
Since there don't seem to be any video players with a seamless loop, I've been opening my webms through Firefox since the webm player is capable of seamless looping. Problem is every time I open a webm I have to manually edit the video tag in the html through the element inspector. I want to find this file and edit it directly so that I can save it and keep it that way. But I don't see any obvious way to do that and it's proven a tricky task to string together the right keywords in the right order on google.
Any thoughts?
Brilliant response Logan. You answered my question, offered three alternative solutions, and assumed nothing about my knowledge. Thank you! – Musixauce3000 – 2015-11-10T17:51:53.093
I decided to go with the user script engine, because I imagine I'll have several uses for such a solution in the future. I installed grease monkey, installed the script from the link you gave me. Grease monkey notified me that the script installed correctly and I gave it a go bu loading a webm I had handy. It isn't working though. So I examined the script myself. Turns out it's exactly the same as the script you offered in your answer as a bookmarklet solution. So I'm guessing I'm just doing something wrong, because everything else seems to be in order. – Musixauce3000 – 2015-11-10T18:11:39.140
The GitHub page mentions that enabling GreaseMonkey on local pages requires a change in Firefox's configuration: Link
– Logan Fleur – 2015-11-10T18:13:49.973