https://github.com/getsentry/sentry-user-scripts
greasemonkey / tampermonkey browser user scripts
https://github.com/getsentry/sentry-user-scripts
tag-non-production
Last synced: 4 months ago
JSON representation
greasemonkey / tampermonkey browser user scripts
- Host: GitHub
- URL: https://github.com/getsentry/sentry-user-scripts
- Owner: getsentry
- License: apache-2.0
- Created: 2022-04-26T19:12:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-05T14:25:28.000Z (over 2 years ago)
- Last Synced: 2025-03-22T06:47:10.744Z (9 months ago)
- Topics: tag-non-production
- Language: JavaScript
- Homepage:
- Size: 21.5 KB
- Stars: 5
- Watchers: 38
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/getsentry/sentry-user-scripts/actions)
sentry-user-scripts
===================
greasemonkey / tampermonkey browser user scripts
## installation
these scripts depend on a user scripting browser extension
- google chrome uses [tampermonkey](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo?hl=en)
- firefox uses [greasemonkey](https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/)
once that extension is installed, click on the `raw` link for a user script
(links are provided below)
### fails-first
for PR status results sometimes the failures are buried amongst the other 50
checks!
this user script sorts failures, pending, and skipped status checks at the top
of the status pane
[install](https://github.com/getsentry/sentry-user-scripts/raw/main/fails-first.user.js)

### fsso
"""forget""" sso!
it's annoying to click the SSO button on github -- just do it for me!
[install](https://github.com/getsentry/sentry-user-scripts/raw/main/fsso.user.js)

### i-work-here
I work here! I don't need the legalese boilerplate in PR descriptions
[install](https://github.com/getsentry/sentry-user-scripts/raw/main/i-work-here.user.js)

### gocd-auto-signin
Automatically sign in to GoCD
[install](https://github.com/getsentry/sentry-user-scripts/raw/main/gocd-auto-signin.user.js)
### gocd-ui-tweaks
Automatically sign in to GoCD
[install](https://github.com/getsentry/sentry-user-scripts/raw/main/gocd-ui-tweaks.user.js)