We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Discussed further in iv-org/invidious#160.
Fanboy's Social Blocking and Fanboy's Annoyance List block the class .vjs-share.
.vjs-share
This class is applied to the entire video frame here, along with .vjs-videojs-share:
.vjs-videojs-share
videojs-share/src/plugin.js
Lines 37 to 42 in fb04cff
And thus the entire player is blocked, instead of only the share button.
The text was updated successfully, but these errors were encountered:
@Discookie @AlertDOTEXE PR welcome :)
Sorry, something went wrong.
Appears to be fixed using the latest version of Fanboy's Social Blocking and Fanboy's Annoyance List. Both now contain this line:
/videojs-share.
Which blocks assets for this plugin, so the player still works as normal. I believe this can be closed.
No branches or pull requests
Discussed further in iv-org/invidious#160.
Fanboy's Social Blocking and Fanboy's Annoyance List block the class
.vjs-share
.This class is applied to the entire video frame here, along with
.vjs-videojs-share
:videojs-share/src/plugin.js
Lines 37 to 42 in fb04cff
But later you only make use of
.vjs-videojs-share
on the frame, while using.vjs-share
for the button.And thus the entire player is blocked, instead of only the share button.
The text was updated successfully, but these errors were encountered: