Youtube HD

Select a youtube resolution and resize the player.

< Feedback on Youtube HD

Review: Good - script works

§
Posted: 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;
§
Posted: 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?

§
Posted: 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

adisibAuthor
§
Posted: 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?

§
Posted: 30.06.2023.

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

§
Posted: 18.08.2023.

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

§
Posted: 19.08.2023.

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

+1

§
Posted: 19.08.2023.

Same here, youtube just broke this feature once again.

adisibAuthor
§
Posted: 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?

§
Posted: 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

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

§
Posted: 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.

adisibAuthor
§
Posted: 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?

§
Posted: 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,
adisibAuthor
§
Posted: 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

§
Posted: 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

§
Posted: 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.

Post reply

Sign in to post a reply.