This is why developers need to REALLY understand they are not like other people when building product
-----
1)Create a directory [fair enough]
2)put a manifest.json
2a) Add content_scripts
2b) css attribute
2b) plus a matching attribute and
3)css file.
4)Turn on developer mode
5) Load directory
As author of Safari User CSS extension[1], most of support email I've ever got are from non-developers. There are many kind I can recall, from those who simply want to adjust font sizes of a site permanently, to following tutorials on website on how to customize YouTube layout, to those that wrote userstyles on their own. I even got questions like "how do I turn Google black"/"how do I remove x from this url" sometimes.
I'm not sure about Chrome, but Safari had a similar feature but it lacked a way to scope stylesheets to certain domain. If Chrome userstyles behaves the same way then I don't think this change will affect those users anyway since being able to scope userstyles to certain domain seems very important to them.
> Do you really think non-developers are creating user stylesheets to begin with?
Then ask yourself why they are called user stylesheets?
IMHO all these attempts at taking away features "because most of the users won't ever use them" or similar reasons, and then saying "but developers can just do {more complicated thing}, it's better" is a terribly wrong direction that a lot of software seems to be heading in.
"Most of the users won't ever use them" is definitely a valid observation, but how about the ones who do? They probably use them because they discovered that feature and decided to play with it more, learn about it, and found out how useful it could be. By removing them, many more who would've otherwise discovered them will not, they will have a harder time learning about these things that benefit them, and instead remain ignorant. I find this to be almost patronising.
I have seen more than a few Linux screenshots with customized Xdefaults and customized user stylesheets. Granted, they are advanced user, but they were not developers.
I am a non dev. I just tried the recipe provided by leobelle using the files provided in gist.github and it works fine. I had to change "matches" to use
"<all_urls>" though. -------------------
Now I get a popup whenever I start Chrome telling me to disable developer mode extensions -- how to get rid of that?
Maybe only developers would write CSS from scratch, but there are plenty of non-devs who are capable of finding CSS snippets (e.g. on userstyles.org) and adding it to some sort of user stylesheet. However, once they're lost once the process gets beyond "find your user stylesheet at this path" or "click to install with Stylish."
Are you implying that "non-developers" should be discouraged from doing so? Would you agree if CSS was replaced with HTML?
Consider that many people learned how to write their own webpages with nothing more than a browser and a text editor, and the simplicity and soft error recovery characteristics of HTML is what I think was responsible for a large part of the Internet's growth. The barrier to entry was low, so it was easy to participate. Many people I know learned how to create webpages this way, largely by example (i.e. view source). Many of them also learned a bit of CSS too. These users produced and consumed content. But now, all I see is a growing divide between "users" and "developers", with these changes in browsers both reflecting and encouraging it, and I can't see that as being at all a good thing.
1)Create a directory [fair enough] 2)put a manifest.json 2a) Add content_scripts 2b) css attribute 2b) plus a matching attribute and 3)css file. 4)Turn on developer mode 5) Load directory