Greasy Fork is available in English.

YouTube - Proper Description

Watch page description below the video with proper open/close toggle, instead of a side bar.

< Spätná väzba na YouTube - Proper Description

Hodnotenie: OK - skript funguje, ale má chyby

§
Pridaný: 16.10.2023

Script doesn't work anymore. I've tried uninstalling and re-installing it, but nothing. Worked fine up until this morning, so I don't know if Youtube did something internally.

q1kAutor
§
Pridaný: 17.10.2023

Youtube is probably just changing something on their side. It's most likely just another experiment and only affects certain users.

You can try with an older version of the script, see if that has any effect.

q1kAutor
§
Pridaný: 17.10.2023
Upravený: 17.10.2023

I just posted a new version that will write logs in the console. It will help with finding where it gets stuck.

Set the variable in the top to true and save the script. var debug_mode = true;

Now reload youtube and open the console (F12).

If all goes well it should have logs like this

  searching for elements
  found: #top-row
  found: #bottom-row
  found: #owner
  found: #tooltip
  found: #description
  found: #expand
  found: #collapse
  ytpd-done

if ytpd-done is not shown, where does it stop?

§
Pridaný: 17.10.2023

This is all it returned.

§
Pridaný: 17.10.2023

Update: so version 2.0.5 seems to work for me.

q1kAutor
§
Pridaný: 17.10.2023

ok. what does this return when you paste into the console under youtube?

document.querySelectorAll("ytd-watch-metadata #bottom-row #description > tp-yt-paper-tooltip")

§
Pridaný: 17.10.2023

Here you go.

q1kAutor
§
Pridaný: 17.10.2023

Can you expand the element it found?

§
Pridaný: 17.10.2023

wanted to help cuz im greatly appreciative of this script, heres the expanded element you wanted

theres alot of layers to expand but heres the jist of it.

§
Pridaný: 17.10.2023
Upravený: 17.10.2023

https://streamable.com/wzrhd2

heres the ytd element expanded (couldnt screenshot its too damn long)

q1kAutor
§
Pridaný: 17.10.2023

no, no. that's not what i meant.
first reveal in elements inspector, then expand it.
https://streamable.com/x4ca5o

and can you also run this in console:
document.querySelectorAll("ytd-watch-metadata #bottom-row #description > tp-yt-paper-tooltip")[0].innerText.trim()
thanks

§
Pridaný: 17.10.2023

So I went to grab the info you requested and the latest version seems to be working now? If you still need any more data, please let me know.

q1kAutor
§
Pridaný: 17.10.2023

i updated it anyway. hopefully if these experiments hit other users the script won't just stop working.

§
Pridaný: 19.10.2023

I've actually found that to fix this issue, you have to disable a flag that says "display: flex;". This moves the action bar back to the right where it originally was.

I have no idea whether or not this breaks anything, but it is a solution that the author could take to fix this.

q1kAutor
§
Pridaný: 21.10.2023

I've actually found that to fix this issue, you have to disable a flag that says "display: flex;". This moves the action bar back to the right where it originally was.

I have no idea whether or not this breaks anything, but it is a solution that the author could take to fix this.



That wasn't the cause of this issue. Youtube is changing the layout a bit which added more elements with the same name, so to avoid selecting the wrong one I had to make the selector more specific.
So this shouldn't happen anymore. At least until Youtube makes a big change again.

Pridať odpoveď

Aby ste mohli pridať odpoveď, prihláste sa.