muzuiget / dualsub-support

Dualsub - Dual Subtitles for YouTube
https://www.dualsub.xyz/
280 stars 23 forks source link

Wildmonkey Code for the New Extension #602

Closed fragarray closed 3 months ago

fragarray commented 4 months ago

One of the most useful functions of the extension has long been removed, and the only way to customize and differentiate the subtitles individually is through the Wildmonkey extension.

Here is an example of code to add, compatible with the new version of the extension:

Type: Page Style

Code:

.dualsub-renderer .dualsub-subtitle:nth-child(odd) { font-size: 120%; }

.dualsub-renderer .dualsub-subtitle:nth-child(even) { font-size: 120%; color: #FFAA00; }

muzuiget commented 4 months ago

This is not an issue?