Youtube SUX now
17 minutes ago, TECHNICAL GAMER said:I dont know if its just me, but the youtube on my pc has been eating my entire CPU up. Its a 10100f, so It isn't surprising to see like 10-15% useage by 1080p playback, but 40% is. It makes my whole PC lag. It only peaks when I try to get the HUD up. Can someone help???
Especially if you are using the uBlock origin extension, you might be able to install a script on the extension that makes YouTube unable to detect your adblocker, therefore theoretically speeding up your client.
Go to your settings page on your extension, go to the "built-in" section and make sure everything is flipped, then click "purge all caches" and then insert this script into the "my filters page":
! Youtube
!#if (!adguard_app_windows && !adguard_app_mac && !adguard_app_android)
www.youtube.com#%#//scriptlet('abort-on-stack-trace', 'btoa', '/[A-Za-z]lb \S+polymer/')
! For the closable popup
youtube.com#?#ytd-enforcement-message-view-model:has(> div.ytd-enforcement-message-view-model)
youtube.com#$#tp-yt-iron-overlay-backdrop { display: none !important; }
youtube.com#$?#tp-yt-paper-dialog:has(> ytd-enforcement-message-view-model > div.ytd-enforcement-message-view-model) { remove: true; }
! For the overlay
youtube.com#$#ytd-watch-flexy[player-unavailable] #player-container-outer.ytd-watch-flexy { visibility: visible !important; }
youtube.com#$?#yt-playability-error-supported-renderers:has(yt-button-view-model[dialog-dismiss]) { display: none !important; }
!#endif
Worked for me, hopefully it will for you. Just reload youtube and your adblocker will work flawlessly.

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now