this post was submitted on 28 Jun 2023
2 points (100.0% liked)

WebDev

37 readers
1 users here now

founded 2 years ago
 

Hey y'all. I have a work pc that has chrome and edge installed on it, but can't have any extensions added due to security reasons. I primarily work with a web program that is purpose built for my job. I would to adjust the css of the website on a permanent basis in order to make my work easier. Is this possible using only the default browser settings / addons?

The f12 development tool has shown me that it's possible to make the adjustments i want on the fly, but I would like to make those changes permanent to my web browser.

As far as I know chrome used to support user scripts but has made it impossible to do with a modern version. I found less results for edge.

you are viewing a single comment's thread
view the rest of the comments
[–] patatoeswizard 2 points 2 years ago

You could try the chrome dev tools local override feature to permanently use your own local css.