muzuiget / dualsub-support

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

Settings page #475

Closed fragarray closed 1 year ago

fragarray commented 1 year ago

As i undestand whit google translate, you decide to remove completely the setting page from your extension. Shurely you have your own reasons for doing that, can i ask you at least to implement some more default styles? Most important, in my opinion, is the coulor of the subtitles.

For those who use not-asian alphabeth, it's really confusing and difficult to read quickily the proper language.

p.s. There is some way to make a simbolic money donation for your job? You really can't know how useful is your extension for bi-national couple as mine!

muzuiget commented 1 year ago

The settings for styles will be re-designed in the furture versions.

Currently two workarounds:

  1. Install WildMonkey

Add a CSS code, like this:

Screenshot_20221211_011254

.dualsub-renderer .dialogue {
    color: #ffa500;
}
  1. Stay in an old version

If you still want the GUI way, you can use the developer mode to load an old version Dualsub.

Get the history verisons here.

You can use Firefox, or unzip the .xpi to a directory to load it into Chrome.

fragarray commented 1 year ago

.dualsub-renderer .dialogue { color: #ffa500; }

Using WildMonkey i can change the style of all subs not one by one, using older version don't work for disney+.

Maybe i did not undestand the way to do what i need?

What about the donation? Please, take my money! XD

muzuiget commented 1 year ago

You can use another CSS rule to override, like this:

.dualsub-renderer .dialogue {
    color: #fff;
}

.dualsub-renderer .subtitle-2 .dialogue {
    color: #ffa500;
}

The v1.86.6 should works in Disney+, have you try it?

I don't accept the "donation" for feature request.