Stack-Exchange-Userscripts
Stack-Exchange-Userscripts copied to clipboard
Userscripts for Stack Exchange
If a question is part of a collective, ([1](https://stackoverflow.com/q/73405159), [2](https://stackoverflow.com/q/62052185)), the userscript fails to run: ``` Uncaught TypeError: Cannot read properties of null (reading 'textContent') at moveQuestionStats ``` https://github.com/CertainPerformance/Stack-Exchange-Userscripts/blob/80a46191412b40285ddb63e03b4d766087f97be8/Sidebar-Question-Stats/StackSidebarQuestionStats.user.js#L55
An UI update changed the top bar and the DOM structure. In particular, it affected the current user profile. The userscript could not find it to check the details of...
**Which userscript** Three Column Adjustable **Describe the bug** When switch to three column layout, the middle column textarea is short and can only show 3 lines. It isn't able to...
When the dark mode is set to ‘System setting’, the `theme-dark` class isn't present and instead `theme-system` is on the `body` element. ![Screenshot of HTML source of StackOverflow page, showing...
**Which userscript** StackHighlightUnfoldedComments **Describe the bug** With dark mode it makes highlighted comments unreadable. **To Reproduce** Steps to reproduce the behavior: 1. Activate dark mode 2. Click on Show X...
Ask Dates Everywhere is probably not compatible with some recent site redesign. Neither front page nor explicit "Newest" tab displays any question date information at all, even though Tampermonkey shows...
This adds the stackoverflowteams.com domain as one on which this userscript runs.
A change to the top bar put the for the user profile in a element. Adjusted the selector to prevent the script from throwing errors.