StylishThemes / StackOverflow-Dark

📚 Dark theme for Stack Overflow & most Stack Exchange network sites
https://github.com/StylishThemes/StackOverflow-Dark/raw/master/stackoverflow-dark.user.css
Other
686 stars 43 forks source link

Support Enterprise urls #204

Closed derekantrican closed 4 years ago

derekantrican commented 4 years ago

Should support enterprise stackoverflow urls. EG: https://stackoverflow.[^\.]*.com/.* (maybe my regex could be improved but the general form is https://stackoverflow.DOMAIN.com/*)

the-j0k3r commented 4 years ago

@derekantrican I'm not sure its just as easy as adding a regexp is it?

None of us has enterprise access, I don't anyway, so my concern is mainly for styling fixes since we cant inspect the classes, if so how are we suppose to fix any issues?

On the other hand, assuming there is no such problem, then its OK by me,

In any case we definitely would benefit from collaborators with enterprise access to take on any arising issues and we welcome anyone interested in learning or help out in with this.

@Mottie @silverwind

derekantrican commented 4 years ago

I'd be willing to test and attempt to fix issues. I'm still a learner to CSS, but I've messed around with making a couple of my own userstyles always willing to learn more.

That being said, I changed the domains in the StackOverflow-Dark to include stackoverflow.microsoft.com and it seemed to work just fine (see below)

the-j0k3r commented 4 years ago

Feel free to submit a PR :+1: