-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support inputs in options #13
Comments
Hi. It's possible when I'll have some time to work on this project again
Is this proxy can be added to any opensource projects freely? Currently you can just copy-paste some build in driver and use it as template to replace required urls. For ex. I use my own proxy-server as fallback way to get dislikes (if RYD not responding for person - depends on country \ blocks and other personal local restrictions) - https://github.com/NC22/KellyC-Show-YouTube-Dislikes/blob/main/extension/lib/api/catface.js Addition drivers can be simply added too. Since suggested proxy "Only fetching the Dislike count is supported, and will ever be supported." I can check how good it works bit later by myself too. |
I know, but it will be simpler to add |
Currently anyway I won't be able to add this in production version without an actuall reason. This will be helpfull only for devs, cause new driver \ or new urls will need to edit manifest (host_permissions + content_scripts, or only host_permissions in case of API URL option). Yes you can edit host_permissions to some thing with "all_urls" analog, but this will create addition questions from moderators on every update, less trust for extension overall, addition actions for user after update (extension will be disabled, because of new permissions request). May be in future, when google remove all manifest v2 extensions (~march 2023), people will hate them and creates an alternative shop with more loyal rules, but this will not happend near future. |
Ok, what about |
I dont know in which state this project currently. SponsorBlock dev removed all api information from docs https://wiki.sponsor.ajay.app/w/API_Docs may be he is stopped support this project after this year? Any news? |
https://github.com/ajayyy/SponsorBlockServer is still getting updates |
It will allow to do thing like:
The text was updated successfully, but these errors were encountered: