Alex313031 / quark-player

An Electron based Web Video Services Player, supporting Netflix, Youtube, Twitch, Floatplane, Hulu and More!
https://thorium.rocks/quark-player/
MIT License
81 stars 7 forks source link

Extension #35

Open kokolo12325 opened 7 months ago

kokolo12325 commented 7 months ago

Is it possible to insert additional extensions besides adblocker?

DI555 commented 7 months ago

kikolo12325, you might be mistaking by a repo, looking for a similar browser one.. ..here, in QP each "service" already is an existant "extension".

but might be tellng about supporting user.js and user.css implimentation here, yes - it might be usefull!

kokolo12325 commented 6 months ago

Thank You, I was thinking of implementing a basic video filter: brightness, gamma, contrast...

Alex313031 commented 4 months ago

@kokolo12325 @DI555 No, because almost all of the services use Widevine and proprietary video players, i.e. it isn't a normal simple \<video> tag that uses Chromium's built in video player. Widevine prevents piracy by encrypting the media stream, and preventing access to the video by anything other than Chromium's main process. Trying to inject .js with an extension to change attributes of the playing video would thus not work. Exceptions to this are YouTube and Woolyss, but it's not worth the amount of development effort to me to make something like that work on just those two services.