Youtube HD

Select a youtube resolution and resize the player.

< Σχολιασμός για τον κώδικα Youtube HD

Αναφορά: Καλός - ο κώδικας λειτουργεί

§
Δημοσιεύτηκε: 28/06/2023

Stopped filling in the page with the video. Not sure if it's just my browser or the script. Is anyone else experiencing this?

const changeResolution = true;
const targetRes = "hd1440";

const highFramerateTargetRes = null;

const changePlayerSize = true;
const useCustomSize = false;
const customHeight = 600;

const autoTheater = false;

const allowCookies = false;

const setResolutionEarly = true;

const enableErrorScreenWorkaround = true;
§
Δημοσιεύτηκε: 29/06/2023

Have similar issue with player resizing as of yesterday. I believe some new youtube update just broke player resizing. Another script Resize YT To Window Size had the same problem as of recently, but they fixed it not long ago. Maybe someone could help implementing this fix to the Youtube HD script?

§
Δημοσιεύτηκε: 29/06/2023

Yeah resizing seems to be busted. Hopefully someone can figure out a fix. The default theatre player is way too big lmao

adisibΔημιουργός
§
Δημοσιεύτηκε: 29/06/2023

Thanks for reporting everyone, I didn't notice because the height youtube chose was about the same as what I typically set it to. I have pushed out an update to fix the compatibility. Can you please try updating and let me know if it is working for you now?

§
Δημοσιεύτηκε: 30/06/2023

Resizing is working again for me. Thanks a million! :)

§
Δημοσιεύτηκε: 18/08/2023

Bumping old thread but it looks like the resizing broke again? For me at least. Just stopped working :(

§
Δημοσιεύτηκε: 19/08/2023

Bumping old thread but it looks like the resizing broke again? For me at least. Just stopped working :(

+1

§
Δημοσιεύτηκε: 19/08/2023

Same here, youtube just broke this feature once again.

adisibΔημιουργός
§
Δημοσιεύτηκε: 19/08/2023

Hey, Thanks for reporting. I have very limited internet access at the moment, but I have pushed an update that should make it work again. Can you please try it and verify for me?

§
Δημοσιεύτηκε: 19/08/2023
Have similar issue with player resizing as of yesterday. I believe some new youtube update just broke player resizing. Another script Resize YT To Window Size had the same problem as of recently, but they fixed it not long ago. Maybe someone could help implementing this fix to the Youtube HD script?

Hi guys
It appears that I'm not able to directly access the internet to post comments on specific websites or pages. However, if you'd like, I can help you draft a comment that you can then post yourself.freefirename

§
Δημοσιεύτηκε: 19/08/2023

Hey, Thanks for reporting. I have very limited internet access at the moment, but I have pushed an update that should make it work again. Can you please try it and verify for me?

it works thx

§
Δημοσιεύτηκε: 20/08/2023

Hey, Thanks for reporting. I have very limited internet access at the moment, but I have pushed an update that should make it work again. Can you please try it and verify for me?

It is working again. Thank you.

adisibΔημιουργός
§
Δημοσιεύτηκε: 20/10/2023

Hi mad_muffinz, I noticed that this discussion is listed as "Review: OK - script works, but has bugs". Is there any further issues you are having?

§
Δημοσιεύτηκε: 16/11/2023

Sorry I just noticed this email as it was marked as spam :(
I tried factory resetting the script, but I don't even get the target resolution still.
Some videos that are higher resolutions than 1080p only go up to 1080p. I know they are higher resolutions for the videos because the embeds on Discord allow higher resolutions.
The video doesn't fill the webpage either, allowing a gap at the bottom still.
I'm on a 1440p display. Maybe I don't have my settings correct.
Using Tampermonkey 4.19.0 and Firefox Dev 120.0b9 (64-bit)

changeResolution: true,
preferPremium: true,
targetRes: "hd1440",
highFramerateTargetRes: null,
changePlayerSize: true,
useCustomSize: false,
customHeight: 600,
autoTheater: false,
flushBuffer: true,
allowCookies: false,
setResolutionEarly: true,
enableErrorScreenWorkaround: true,
useAPI: true,
adisibΔημιουργός
§
Δημοσιεύτηκε: 11/12/2023

Sorry for the delay in responding to you. Your settings look like they should work, though resizing will only work when in theater mode. Are you still having the problems? Do you have an example video you can link where the video isn't going up to 1440? Unfortunately I haven't been able to reproduce such issues myself.

https://postimg.cc/kBLsQDMC

§
Δημοσιεύτηκε: 16/01/2024

It's definitely in theater mode.
Factory resetting in Tempermonkey made it look nice again
Would you happen to tell what made the difference?
changeResolution: true,
preferPremium: true,
targetRes: "hd1440",
highFramerateTargetRes: null,
changePlayerSize: true,
useCustomSize: false,
customHeight: 600,
autoTheater: false,
flushBuffer: true,
allowCookies: false,
setResolutionEarly: true,
enableErrorScreenWorkaround: true,
overwriteStoredSettings: false

§
Δημοσιεύτηκε: 26/01/2024

I think its because the effect of "overwriteStoredSettings". If you change the setting in the code directly and with overwriteStoredSettings=false, the change won't be applied.

Δημοσίευση απάντησης

Συνδεθείτε για να δημοσιεύσετε μια απάντηση.