For watching videos with Substital subtitles and Zhongwen dictionary pop-ups.
SubstitalZhongwen by heffa-lump
Details
Authorheffa-lump
LicenseNo License
Categoryviki, youtube, vimeo, amazon, netflix
Created
Updated
Size580 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Switches the z-axis order of the Substital and Zhongwen overlays so Zhongwen is on top.
Source code
/* ==UserStyle==
@name SubstitalZhongwen
@namespace github.com/openstyles/stylus
@version 1.0.0
@description For watching videos with Substital subtitles and Zhongwen dictionary pop-ups.
@author heffa-lump
==/UserStyle== */
@-moz-document url-prefix("https://www.viki.com/"), url-prefix("vimeo.com"), url-prefix("youtube.com"), url-prefix("amazon.com"), url-prefix("netflix.com") {
#substital-overlay-highlight {
z-index: 2147483646 !important
}
#zhongwen-window {
z-index: 2147483647 !important
}
}