NC22 / KellyC-Show-YouTube-Dislikes

Shows dislikes counter for Youtube videos. Optionaly ratio bar with configurable colors. Data sources controlled in extension setting
https://nradiowave.ru/webdev/
GNU General Public License v3.0
82 stars 4 forks source link

Dislike count only shows when the browser Window is shrunken #23

Open JIMBOYKELLY opened 2 months ago

JIMBOYKELLY commented 2 months ago

When the browser window is taking up the entire screen, the dislike count is hidden. But when you click the "restore down" button, the dislike count is displayed. have included pictures displaying the issue in action. Screenshot (749) Screenshot (751)

NC22 commented 2 months ago

@JIMBOYKELLY

Hi. Tried to find way to enable \ check this new layout from time to time, but still dont have alot of feedback about it. Is there any working way to enable new mode shown on your first screen? I tried to change regions \ IPs, experiment with resolutions up to 5000px but no luck, everything works fine without this ugly stretched page mode. (my native screen resolution is same - 1920x1080)

If you want to help, you can send addition info on mail listed here https://kellydownloader.com/en/author/ with short info - may be more info about how to enable this messy mode, perhaps region + language, layout (html code) of problem page saved by ctrl + s (can be saved for anonimouse mode))

2024-06-26_19-12-16

jpa102 commented 1 month ago

can confirm, it acts that way too (i also use the return dislikes from Anarios)

it reverted back to the old layout (your first pic seems to be the new experimental layout that causes issues)

since i don't have that kind of layout anymore, what i did is type this copy + paste this line into the devtools console and hit enter quickly after loading a youtube video (or create a custom userscript for automation)

yt.config_.EXPERIMENT_FLAGS.kevlar_watch_grid = true

this will behave like in your first pic

NC22 commented 1 month ago

@jpa102 thx. Sended new version to stores - 1.1.6.8, perhaps this experiment mode is act the same as when it turned on for someone constantly. but atleast now its supported too

jpa102 commented 1 month ago

it works now as intended

here's a screenshot

Capture67

JIMBOYKELLY commented 4 weeks ago

@NC22 It's happening again. Can you please look into it? Screenshot (1015)

jpa102 commented 4 weeks ago

can you try this?

press the f12 key, go to the console tab, and paste this text:

yt.config_.EXPERIMENT_FLAGS.kevlar_watch_grid

let me know if there is a preview text and it says true

if it doesn't work, that line seems to be obsolete to get the non-experimental layout back (the extension works there)