Let me right-click on the videos
tumblr.com - Video right-click by denilsonsa
Details
Authordenilsonsa
LicensePublic Domain
Categorytumblr
Created
Updated
Size349 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name tumblr.com - Video right-click
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Let me right-click on the videos
@author Denilson
==/UserStyle== */
@-moz-document domain("tumblr.com") {
html .crt-skin-default .vjs-big-play-button {
pointer-events: none;
}
}