NEW YouTube layout


Recommended Posts

Is it only for Chrome ? When I hit install it just opens a new page with the script code displayed

EDIT - NM, I just read the how to :p

download it and paste it into a plugin like stylish if its not working for you the way it is. I wouldn't bother personally but as I said before in the thread, it'd be easily done.

One thing I do love about the new layout is that playlists are now built into the video player. I hated the old playlist HUGE bar at the bottom, the video would start playing, you'd get the scroll at the right place then the stupid playlist bar would pop up and scroll the screen. It was also far too big.

I'm actually liking the new design TBH, just don't get the off centre thing.

Who in this day and age actually browses with the browser full screen? At first I didn't "get it" till I maximized my browser, then I saw it, but I never maximize my browser so it's not a real issue

I do when im on my laptop as its a small widescreen screen.

if you're on firefox you need to install the greasemonkey add-on

download it and paste it into a plugin like stylish if its not working for you the way it is. I wouldn't bother personally but as I said before in the thread, it'd be easily done.

One thing I do love about the new layout is that playlists are now built into the video player. I hated the old playlist HUGE bar at the bottom, the video would start playing, you'd get the scroll at the right place then the stupid playlist bar would pop up and scroll the screen. It was also far too big.

I'm actually liking the new design TBH, just don't get the off centre thing.

Thanks, I installed GreaseMonkey and all is aligned centrally again :)

For anyone who liked uploads only, this is the direct link to it: https://www.youtube.com/feed/subscriptions/u

I have youtube in my bookmarks bar, so I changed the bookmark from the homepage to that^

Now when I click it, i go straight to uploads :)

Is there a version for stylish? That doesn't seem to work with it. The 2 scripts on userstyles.org that I found don't seem to work either.

I'll make one. will post it asap

For anyone who liked uploads only, this is the direct link to it: https://www.youtube....subscriptions/u

I have youtube in my bookmarks bar, so I changed the bookmark from the homepage to that^

Now when I click it, i go straight to uploads :)

I'll make one. will post it asap

Thanks for both!

the one i linked uses greasemonkey not stylish

I'm aware of that and I was asking if you were aware of a version that works with stylish.

In any case Guth seems to be on the job. (Y)

the one i linked uses greasemonkey not stylish

there is no greasemonkey for chrome AFAIK ?

thats why I installed stylish when i was looking for greasemonkey a while ago.

Problem is, stylish uses CSS but greasemonkey can run javascript.

Youtubes body has a class of "site-left-aligned" but if you change that to site-centre-aligned it does centre. However, you need javascript to replace the class.

Im going to try just edit the site-left-aligned class with stylish and see if i can get it to centre.

I use Magic Actions to increase the width of videos and have them default to 1080p:

The homepage is still incredibly inefficient in terms of utilising screen space but that's unfortunately true of so many websites.

That video is not even centered on your screen, lmao.

Heres my centre youtube script for stylish

Click the stylish button > Managed installed Styles > Write New Style

Paste this into the code box:


/*Centre Youtube by Guth */
#yt-masthead-container {
margin: 0 auto;
}
#page-container {
margin: 0 auto;
width: 1100px;
}
[/CODE]

Then next to "Applies to" click Specify > "URLs on the domain" and enter youtube.com

click save and you're done. Hopefully with a centred YouTube :)

I've tested this on both my monitors (1280x1024 and 1366x768) and it works fine with me.

For anyone who liked uploads only, this is the direct link to it: https://www.youtube....subscriptions/u

I have youtube in my bookmarks bar, so I changed the bookmark from the homepage to that^

Now when I click it, i go straight to uploads :)

I use http://www.youtube.c...y_subscriptions

It's a lot tighter than the list view in the link you gave.

there is no greasemonkey for chrome AFAIK ?

thats why I installed stylish when i was looking for greasemonkey a while ago.

Problem is, stylish uses CSS but greasemonkey can run javascript.

Youtubes body has a class of "site-left-aligned" but if you change that to site-centre-aligned it does centre. However, you need javascript to replace the class.

Im going to try just edit the site-left-aligned class with stylish and see if i can get it to centre.

both greasemonkey and stylish are built into chrome

both greasemonkey and stylish are built into chrome

??

IT has a console you could paste those scripts, but you'd have to do it each time.

I tried clicking install without greasemonkey on that site you linked and it told me I could not install userscripts from that site.

I use http://www.youtube.c...y_subscriptions

It's a lot tighter than the list view in the link you gave.

nice! thats even better :) thanks

??

IT has a console you could paste those scripts, but you'd have to do it each time.

I tried clicking install without greasemonkey on that site you linked and it told me I could not install userscripts from that site.

oh yeah, chrome changed that recently, they only allow direct installation of extensions from the chrome web store

to install extensions from other sites you have to right click and save the extension to a folder then goto "chrome menu > tools > extensions" and drag the extension from the folder into chrome and then it will install

they changed this a few months ago for added "security"

http://lifehacker.com/5919997/how-to-install-extensions-that-arent-from-the-official-chrome-web-store

Heres my centre youtube script for stylish

Click the stylish button > Managed installed Styles > Write New Style

Paste this into the code box:


/*Centre Youtube by Guth */
#yt-masthead-container {
margin: 0 auto;
}
#page-container {
margin: 0 auto;
width: 1100px;
}
[/CODE]

Then next to "Applies to" click Specify > "URLs on the domain" and enter youtube.com

click save and you're done. Hopefully with a centred YouTube :)

I've tested this on both my monitors (1280x1024 and 1366x768) and it works fine with me.

Thanks, works for Chrome but not for Firefox, oddly. Stylish for firefox does not have that "Applies to" feature that I can find.

Thanks, works for Chrome but not for Firefox, oddly. Stylish for firefox does not have that "Applies to" feature that I can find.

Yeah I dont use FF so made that on chrome. Someone posted a greasemonkey one for FF.

It should still work without the applies to bit.

Although if any other site you use has those exact class names it may break them lol. Unlikely though.

If you are on FF the greasemonkey script is better as it can use javascript and actually replace the left with centered class which is actually in the CSS from youtube themselves, so that would work better. Just made the stylish one as there is no greasemonkey for FF.

Alternatively you could download the FF grasemonkey script and paste it into chromes console, but you'd have to do that every time you visited youtube.

oh yeah, chrome changed that recently, they only allow direct installation of extensions from the chrome web store

to install extensions from other sites you have to right click and save the extension to a folder then goto "chrome menu > tools > extensions" and drag the extension from the folder into chrome and then it will install

they changed this a few months ago for added "security"

http://lifehacker.co...hrome-web-store

Yep I knew that for extensions, but never heard of installing scripts? Only in the console as I mentioned earlier.

Yep I knew that for extensions, but never heard of installing scripts? Only in the console as I mentioned earlier.

no, it's the same for installing scripts from userscripts.org, just drag the script into the extensions window and it installs

not sure why you would do it through the console, because as you said, if you do it that way you have to apply it every time

edit: scripts install just like extensions in chrome

post-335698-0-43066400-1354906329.png

That video is not even centered on your screen, lmao.

Firstly, the new design is aligned to the left. Secondly, I don't use my browser maximised because of the wasted space. Here's a screenshot of what it looks like when I do:

youtubejno.jpg

And here is Pinterest for comparison:

pinteresty.jpg

now just need to find another stop autoplay extension

youtube options note that you will have to re-enable most of the UI elements after installing becuase it whites out the stuff that's not related to the video like comments, etc...

post-361542-0-46973100-1354929266.png

they seem to be coming out with a new layout every 3 months. this one is the worst so far.

that is very annoying since most people got stuff in muscle memory :( specially with youtube.....

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Microsoft Edge gets tons of security features, including AI model that can see your screen by Usama Jawad Microsoft Edge may not be the most popular browser out there, but it does receive quite frequent updates that sometimes bring surprising new features and axe others that are not as popular. Now, Microsoft has detailed some of the new security enhancements that it has introduced in Edge for Business, typically used by commercial customers. Microsoft has emphasized that security features are baked into Edge for Business and offer native integration with security and governance tools like Defender and Purview. Browser sessions are governed by default on managed devices but can also be governed through dedicated work profiles on unmanaged devices. An important aspect in this area is controlling the use of shadow AI. We have talked about this before, but it essentially restricts employees from using unsanctioned AI apps through data loss prevention (DLP) policies, with Edge redirecting them to trusted AI services like Microsoft 365 Copilot. This feature, available as a pay-as-you-go (PAYG) license, ensures that confidential data never exits AI boundaries set by your organization in Purview. Additionally, Microsoft also has strong DLP policies for contractors. Contractors leveraging a Entra ID-joined work profile provisioned by their contracting company on a device managed by their actual employer can be restricted from downloading files locally. In such scenarios, the file is saved on the contracting firm's OneDrive rather than being downloaded locally. Another useful Edge security feature disallows copying and pasting from unmanaged locations and apps. Similarly, DLP policies can be configured at a granular level to restrict screenshots or downloading of files from certain locations. In the same vein, IT admins can block the installation of extensions, hosted apps, themes and scripts, and control if users can install extensions from external locations. They can also enable the installation of specific extensions and allow users to request access to certain extensions, so that they can be managed on a case-by-case basis. Finally, Edge for Business now has an on-device AI model that uses computer vision to see what's on your screen and block potentially malicious content immediately. This does not rely on site reputation, as it simply monitors what is being displayed on your screen, which means that it is effective against malicious content that takes over your screen and employs scareware tactics. Since this is an on-device AI model, it does use your system's resources, so it's enabled by default only on devices with at least 2GB of RAM and four CPU cores. You can find more details in the Microsoft Mechanics video here.
    • Could you come up with a slightly less depressing background for Tux instead of that gray gradient? Doesn't have to be cheerful, just less of a downer...
    • Linux 7.2's first release candidate gets off to a good start by Paul Hill Credit: Larry Ewing It has been a few weeks since the release of Linux 7.1, and in that time, the Linux 7.2 merge window has been open, where developers can submit their features and patches ready for the upcoming release. That window is now shut, and the release candidate phase has begun so that new features can be tested and further fixes applied. According to the founder of Linux, Linus Torvalds, this week’s release candidate looks “reasonably normal”. Although we are super early in the release candidates, this is a good sign as it makes it more likely that an eighth release candidate will not be needed. Torvalds even mentioned that the update’s stats are only larger than they really are because there was another AMD header drop with a third of the patch just being AMD GPU register definitions, which aren’t big changes but make the code contributed look larger overall. In addition to this, he noted that just over half the patch is drivers, even when excluding the AMD register dump. The rest of the changes are spread out over architecture updates, tooling, documentation, and core kernel updates. In the next week, Torvalds says that he will be chilling out, taking the week “mostly off”. Despite this, he will be reading emails and keeping up with things, so if he is slow responding, now you know why. He said he is hoping for a calm week, but we will just have to see if the second release candidate is actually like that. We should expect seven or eight release candidates before Linux 7.2 is released, so expect it around the end of August. If you missed it a few weeks ago, be sure to check out our coverage of Linux 7.1's release.
    • Ridiculous claim that the labor cost difference of $6000 annually would increase cost per phone by $200. The employees produce 3 phones per month or what?
    • Sparkle 2.20.1 by Razvan Serea Sparkle is a free, open-source Windows optimization tool designed to make your PC faster, cleaner, and more private. With Sparkle, you can easily debloat Windows by removing unnecessary apps and services, disable Microsoft tracking to enhance privacy, and apply performance tweaks to boost speed. Its cleaner removes junk and temporary files, while every change is safe and fully reversible. Sparkle also features a modern, user-friendly interface with automatic updates, making system maintenance simple. Explore over 39 tweaks, from disabling telemetry and hibernation to optimizing network and game settings, all aimed at customizing and enhancing your Windows experience. Sparkle supports Windows 10 and 11. Sparkle 2.20.1 changelog: You can now change the Animation Direction from Up, Left, or Off. Added configurable animation direction (Up, Left, Off) for improved accessibility Added TTL caching to the system info backend Refactored tweak application flow to await NvidiaProfileInspector Improved IPC listener cleanup to correctly remove specific listeners Fixed online status not updating after successful network requests Updated system info tests to support backend caching Removed electron-toolkit utils dependency in favor of internal is.dev helper Fixed unwanted files and folders being included in application bundles Download: Sparkle 2.20.1 | Portable | ~100.0 MB (Open Source) Links: Sparkle Website | Github | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • Dedicated
      Zeynel earned a badge
      Dedicated
    • One Month Later
      JKR earned a badge
      One Month Later
    • Dedicated
      Asgardi earned a badge
      Dedicated
    • Conversation Starter
      jessse3334 earned a badge
      Conversation Starter
    • Reacting Well
      JuvenileDelinquent earned a badge
      Reacting Well
  • Popular Contributors

    1. 1
      +primortal
      496
    2. 2
      +Edouard
      246
    3. 3
      PsYcHoKiLLa
      154
    4. 4
      Steven P.
      86
    5. 5
      macoman
      65
  • Tell a friend

    Love Neowin? Tell a friend!