Minor feedback: Add an option/variable to the script code to prevent script from parsing http links. These can't be parsed in Chromium browsers because they block https -> http request for mixed content. Screenshots from TVshows are often hosted on http://clipimg.work/ which does not have http(s) version leading to images being broken. From what I understand https -> http still works in Firefox hence an option would be preferrable.
Also it would be nice to have a simple max-width;max-height option out of the box without manually adding necessary code the script to adjust the size of embedded content, some embeds are too large with default settings.
Minor feedback:
Add an option/variable to the script code to prevent script from parsing http links. These can't be parsed in Chromium browsers because they block https -> http request for mixed content. Screenshots from TVshows are often hosted on http://clipimg.work/ which does not have http(s) version leading to images being broken. From what I understand https -> http still works in Firefox hence an option would be preferrable.
Also it would be nice to have a simple max-width;max-height option out of the box without manually adding necessary code the script to adjust the size of embedded content, some embeds are too large with default settings.