Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions empty-npm-package/package.json

This file was deleted.

3 changes: 0 additions & 3 deletions package.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -88,8 +88,5 @@
"*.{ts,tsx,js,graphql}": "yarn eslint --cache --fix",
"*.{ts,tsx,js,graphql,css,md}": "yarn prettier --write"
},
"resolutions": {
"@sentry/remix/@sentry/cli@npm:^2.21.2": "file:./empty-npm-package"
},
"packageManager": "yarn@4.0.2"
}
94 changes: 90 additions & 4 deletions yarn.lock
Original file line numberDiff line numberDiff line change
Expand Up@@ -4279,10 +4279,89 @@ __metadata:
languageName: node
linkType: hard

"@sentry/cli@file:./empty-npm-package::locator=github-statuses%40workspace%3A.":
version: 1.0.0
resolution: "@sentry/cli@file:./empty-npm-package#./empty-npm-package::hash=cdb846&locator=github-statuses%40workspace%3A."
checksum: ec06dc7e06a3248beb78493f2b104ccb2e34c64615c098aeaf8294f81a17866d8daa3885d67d4c95b7c769b28db118128eb21b80a164ffb2ed8588a57e9a99b3
"@sentry/cli-darwin@npm:2.22.3":
version: 2.22.3
resolution: "@sentry/cli-darwin@npm:2.22.3"
conditions: os=darwin
languageName: node
linkType: hard

"@sentry/cli-linux-arm64@npm:2.22.3":
version: 2.22.3
resolution: "@sentry/cli-linux-arm64@npm:2.22.3"
conditions: (os=linux | os=freebsd) & cpu=arm64
languageName: node
linkType: hard

"@sentry/cli-linux-arm@npm:2.22.3":
version: 2.22.3
resolution: "@sentry/cli-linux-arm@npm:2.22.3"
conditions: (os=linux | os=freebsd) & cpu=arm
languageName: node
linkType: hard

"@sentry/cli-linux-i686@npm:2.22.3":
version: 2.22.3
resolution: "@sentry/cli-linux-i686@npm:2.22.3"
conditions: (os=linux | os=freebsd) & (cpu=x86 | cpu=ia32)
languageName: node
linkType: hard

"@sentry/cli-linux-x64@npm:2.22.3":
version: 2.22.3
resolution: "@sentry/cli-linux-x64@npm:2.22.3"
conditions: (os=linux | os=freebsd) & cpu=x64
languageName: node
linkType: hard

"@sentry/cli-win32-i686@npm:2.22.3":
version: 2.22.3
resolution: "@sentry/cli-win32-i686@npm:2.22.3"
conditions: os=win32 & (cpu=x86 | cpu=ia32)
languageName: node
linkType: hard

"@sentry/cli-win32-x64@npm:2.22.3":
version: 2.22.3
resolution: "@sentry/cli-win32-x64@npm:2.22.3"
conditions: os=win32 & cpu=x64
languageName: node
linkType: hard

"@sentry/cli@npm:^2.21.2":
version: 2.22.3
resolution: "@sentry/cli@npm:2.22.3"
dependencies:
"@sentry/cli-darwin": "npm:2.22.3"
"@sentry/cli-linux-arm": "npm:2.22.3"
"@sentry/cli-linux-arm64": "npm:2.22.3"
"@sentry/cli-linux-i686": "npm:2.22.3"
"@sentry/cli-linux-x64": "npm:2.22.3"
"@sentry/cli-win32-i686": "npm:2.22.3"
"@sentry/cli-win32-x64": "npm:2.22.3"
https-proxy-agent: "npm:^5.0.0"
node-fetch: "npm:^2.6.7"
progress: "npm:^2.0.3"
proxy-from-env: "npm:^1.1.0"
which: "npm:^2.0.2"
dependenciesMeta:
"@sentry/cli-darwin":
optional: true
"@sentry/cli-linux-arm":
optional: true
"@sentry/cli-linux-arm64":
optional: true
"@sentry/cli-linux-i686":
optional: true
"@sentry/cli-linux-x64":
optional: true
"@sentry/cli-win32-i686":
optional: true
"@sentry/cli-win32-x64":
optional: true
bin:
sentry-cli: bin/sentry-cli
checksum: 3f35ea1cea45750447d467d328bf4ad588d6bfc588012b627b2573e129941413096f00c1bdeb89666f68a00a1bbd25c0acb44f3277fc82424847f8c808586cb0
languageName: node
linkType: hard

Expand DownExpand Up@@ -14567,6 +14646,13 @@ __metadata:
languageName: node
linkType: hard

"progress@npm:^2.0.3":
version: 2.0.3
resolution: "progress@npm:2.0.3"
checksum: 1697e07cb1068055dbe9fe858d242368ff5d2073639e652b75a7eb1f2a1a8d4afd404d719de23c7b48481a6aa0040686310e2dac2f53d776daa2176d3f96369c
languageName: node
linkType: hard

"promise-inflight@npm:^1.0.1":
version: 1.0.1
resolution: "promise-inflight@npm:1.0.1"
Expand Down
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Remove or un-stick sticky/fixed headers that block content\n(function() {\n function unstick() {\n document.querySelectorAll('header, nav, [role=\"banner\"], .header, .navbar, .sticky, .fixed-top, [style*=\"position: fixed\"], [style*=\"position:sticky\"]').forEach(function(el) {\n if (el.style.position === 'fixed' || el.style.position === 'sticky' || \n getComputedStyle(el).position === 'fixed' || getComputedStyle(el).position === 'sticky') {\n el.style.position = 'static';\n el.style.top = 'auto';\n el.style.zIndex = 'auto';\n }\n });\n }\n \n unstick();\n \n var observer = new MutationObserver(unstick);\n observer.observe(document.body, { childList: true, subtree: true, attributes: true, attributeFilter: ['style', 'class'] });\n})();", "Kill Sticky Headers"); } } catch(__e) { console.warn('[Userscript:Kill Sticky Headers]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions empty-npm-package/package.json

This file was deleted.

3 changes: 0 additions & 3 deletions package.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -88,8 +88,5 @@
"*.{ts,tsx,js,graphql}": "yarn eslint --cache --fix",
"*.{ts,tsx,js,graphql,css,md}": "yarn prettier --write"
},
"resolutions": {
"@sentry/remix/@sentry/cli@npm:^2.21.2": "file:./empty-npm-package"
},
"packageManager": "yarn@4.0.2"
}
94 changes: 90 additions & 4 deletions yarn.lock
Original file line numberDiff line numberDiff line change
Expand Up@@ -4279,10 +4279,89 @@ __metadata:
languageName: node
linkType: hard

"@sentry/cli@file:./empty-npm-package::locator=github-statuses%40workspace%3A.":
version: 1.0.0
resolution: "@sentry/cli@file:./empty-npm-package#./empty-npm-package::hash=cdb846&locator=github-statuses%40workspace%3A."
checksum: ec06dc7e06a3248beb78493f2b104ccb2e34c64615c098aeaf8294f81a17866d8daa3885d67d4c95b7c769b28db118128eb21b80a164ffb2ed8588a57e9a99b3
"@sentry/cli-darwin@npm:2.22.3":
version: 2.22.3
resolution: "@sentry/cli-darwin@npm:2.22.3"
conditions: os=darwin
languageName: node
linkType: hard

"@sentry/cli-linux-arm64@npm:2.22.3":
version: 2.22.3
resolution: "@sentry/cli-linux-arm64@npm:2.22.3"
conditions: (os=linux | os=freebsd) & cpu=arm64
languageName: node
linkType: hard

"@sentry/cli-linux-arm@npm:2.22.3":
version: 2.22.3
resolution: "@sentry/cli-linux-arm@npm:2.22.3"
conditions: (os=linux | os=freebsd) & cpu=arm
languageName: node
linkType: hard

"@sentry/cli-linux-i686@npm:2.22.3":
version: 2.22.3
resolution: "@sentry/cli-linux-i686@npm:2.22.3"
conditions: (os=linux | os=freebsd) & (cpu=x86 | cpu=ia32)
languageName: node
linkType: hard

"@sentry/cli-linux-x64@npm:2.22.3":
version: 2.22.3
resolution: "@sentry/cli-linux-x64@npm:2.22.3"
conditions: (os=linux | os=freebsd) & cpu=x64
languageName: node
linkType: hard

"@sentry/cli-win32-i686@npm:2.22.3":
version: 2.22.3
resolution: "@sentry/cli-win32-i686@npm:2.22.3"
conditions: os=win32 & (cpu=x86 | cpu=ia32)
languageName: node
linkType: hard

"@sentry/cli-win32-x64@npm:2.22.3":
version: 2.22.3
resolution: "@sentry/cli-win32-x64@npm:2.22.3"
conditions: os=win32 & cpu=x64
languageName: node
linkType: hard

"@sentry/cli@npm:^2.21.2":
version: 2.22.3
resolution: "@sentry/cli@npm:2.22.3"
dependencies:
"@sentry/cli-darwin": "npm:2.22.3"
"@sentry/cli-linux-arm": "npm:2.22.3"
"@sentry/cli-linux-arm64": "npm:2.22.3"
"@sentry/cli-linux-i686": "npm:2.22.3"
"@sentry/cli-linux-x64": "npm:2.22.3"
"@sentry/cli-win32-i686": "npm:2.22.3"
"@sentry/cli-win32-x64": "npm:2.22.3"
https-proxy-agent: "npm:^5.0.0"
node-fetch: "npm:^2.6.7"
progress: "npm:^2.0.3"
proxy-from-env: "npm:^1.1.0"
which: "npm:^2.0.2"
dependenciesMeta:
"@sentry/cli-darwin":
optional: true
"@sentry/cli-linux-arm":
optional: true
"@sentry/cli-linux-arm64":
optional: true
"@sentry/cli-linux-i686":
optional: true
"@sentry/cli-linux-x64":
optional: true
"@sentry/cli-win32-i686":
optional: true
"@sentry/cli-win32-x64":
optional: true
bin:
sentry-cli: bin/sentry-cli
checksum: 3f35ea1cea45750447d467d328bf4ad588d6bfc588012b627b2573e129941413096f00c1bdeb89666f68a00a1bbd25c0acb44f3277fc82424847f8c808586cb0
languageName: node
linkType: hard

Expand DownExpand Up@@ -14567,6 +14646,13 @@ __metadata:
languageName: node
linkType: hard

"progress@npm:^2.0.3":
version: 2.0.3
resolution: "progress@npm:2.0.3"
checksum: 1697e07cb1068055dbe9fe858d242368ff5d2073639e652b75a7eb1f2a1a8d4afd404d719de23c7b48481a6aa0040686310e2dac2f53d776daa2176d3f96369c
languageName: node
linkType: hard

"promise-inflight@npm:^1.0.1":
version: 1.0.1
resolution: "promise-inflight@npm:1.0.1"
Expand Down
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Universal Dark Mode - works on any site\n(function() {\n var enabled = true;\n \n function applyDarkMode() {\n if (!enabled) return;\n \n // Create style element if it doesn't exist\n var style = document.getElementById('universal-dark-mode-style');\n if (!style) {\n style = document.createElement('style');\n style.id = 'universal-dark-mode-style';\n document.head.appendChild(style);\n }\n \n // Dark mode CSS - inverts colors but preserves images/video\n style.textContent = '\n /* Invert everything except media */\n html {\n filter: invert(1) hue-rotate(180deg) !important;\n background: #1a1a2e !important;\n }\n \n /* Restore images, videos, iframes, canvas */\n img, video, iframe, canvas, svg, picture, [style*=\"background-image\"] {\n filter: invert(1) hue-rotate(180deg) !important;\n }\n \n /* Preserve specific elements that should not be inverted */\n .no-dark-mode, .no-dark-mode *,\n [data-theme=\"light\"], [data-theme=\"light\"],\n .ace_editor, .ace_editor *,\n .CodeMirror, .CodeMirror *,\n .monaco-editor, .monaco-editor *,\n .markdown-body pre, .markdown-body pre *,\n .highlight, .highlight *,\n pre code, pre code * {\n filter: none !important;\n }\n \n /* Fix common UI elements */\n .modal, .popup, .dropdown-menu, .tooltip, .popover {\n filter: invert(1) hue-rotate(180deg) !important;\n background: #2d2d44 !important;\n border-color: #444 !important;\n }\n \n /* Scrollbars */\n ::-webkit-scrollbar { background: #1a1a2e !important; }\n ::-webkit-scrollbar-thumb { background: #444 !important; }\n ::-webkit-scrollbar-thumb:hover { background: #555 !important; }\n \n /* Selection */\n ::selection { background: #4ecdc4 !important; color: #1a1a2e !important; }\n ::-moz-selection { background: #4ecdc4 !important; color: #1a1a2e !important; }\n ';\n }\n \n function removeDarkMode() {\n var style = document.getElementById('universal-dark-mode-style');\n if (style) style.remove();\n }\n \n // Toggle with Alt+Shift+D\n document.addEventListener('keydown', function(e) {\n if (e.altKey && e.shiftKey && e.key === 'D') {\n e.preventDefault();\n enabled = !enabled;\n if (enabled) {\n applyDarkMode();\n console.log('[Universal Dark Mode] Enabled');\n } else {\n removeDarkMode();\n console.log('[Universal Dark Mode] Disabled');\n }\n }\n });\n \n // Apply on load\n applyDarkMode();\n \n // Re-apply on dynamic content\n var observer = new MutationObserver(function(mutations) {\n if (enabled && !document.getElementById('universal-dark-mode-style')) {\n applyDarkMode();\n }\n });\n observer.observe(document.head, { childList: true });\n \n console.log('[Universal Dark Mode] Loaded - Press Alt+Shift+D to toggle');\n})();", "Universal Dark Mode"); } } catch(__e) { console.warn('[Userscript:Universal Dark Mode]', __e); } })(); })();
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions empty-npm-package/package.json

This file was deleted.

3 changes: 0 additions & 3 deletions package.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -88,8 +88,5 @@
"*.{ts,tsx,js,graphql}": "yarn eslint --cache --fix",
"*.{ts,tsx,js,graphql,css,md}": "yarn prettier --write"
},
"resolutions": {
"@sentry/remix/@sentry/cli@npm:^2.21.2": "file:./empty-npm-package"
},
"packageManager": "yarn@4.0.2"
}
94 changes: 90 additions & 4 deletions yarn.lock
Original file line numberDiff line numberDiff line change
Expand Up@@ -4279,10 +4279,89 @@ __metadata:
languageName: node
linkType: hard

"@sentry/cli@file:./empty-npm-package::locator=github-statuses%40workspace%3A.":
version: 1.0.0
resolution: "@sentry/cli@file:./empty-npm-package#./empty-npm-package::hash=cdb846&locator=github-statuses%40workspace%3A."
checksum: ec06dc7e06a3248beb78493f2b104ccb2e34c64615c098aeaf8294f81a17866d8daa3885d67d4c95b7c769b28db118128eb21b80a164ffb2ed8588a57e9a99b3
"@sentry/cli-darwin@npm:2.22.3":
version: 2.22.3
resolution: "@sentry/cli-darwin@npm:2.22.3"
conditions: os=darwin
languageName: node
linkType: hard

"@sentry/cli-linux-arm64@npm:2.22.3":
version: 2.22.3
resolution: "@sentry/cli-linux-arm64@npm:2.22.3"
conditions: (os=linux | os=freebsd) & cpu=arm64
languageName: node
linkType: hard

"@sentry/cli-linux-arm@npm:2.22.3":
version: 2.22.3
resolution: "@sentry/cli-linux-arm@npm:2.22.3"
conditions: (os=linux | os=freebsd) & cpu=arm
languageName: node
linkType: hard

"@sentry/cli-linux-i686@npm:2.22.3":
version: 2.22.3
resolution: "@sentry/cli-linux-i686@npm:2.22.3"
conditions: (os=linux | os=freebsd) & (cpu=x86 | cpu=ia32)
languageName: node
linkType: hard

"@sentry/cli-linux-x64@npm:2.22.3":
version: 2.22.3
resolution: "@sentry/cli-linux-x64@npm:2.22.3"
conditions: (os=linux | os=freebsd) & cpu=x64
languageName: node
linkType: hard

"@sentry/cli-win32-i686@npm:2.22.3":
version: 2.22.3
resolution: "@sentry/cli-win32-i686@npm:2.22.3"
conditions: os=win32 & (cpu=x86 | cpu=ia32)
languageName: node
linkType: hard

"@sentry/cli-win32-x64@npm:2.22.3":
version: 2.22.3
resolution: "@sentry/cli-win32-x64@npm:2.22.3"
conditions: os=win32 & cpu=x64
languageName: node
linkType: hard

"@sentry/cli@npm:^2.21.2":
version: 2.22.3
resolution: "@sentry/cli@npm:2.22.3"
dependencies:
"@sentry/cli-darwin": "npm:2.22.3"
"@sentry/cli-linux-arm": "npm:2.22.3"
"@sentry/cli-linux-arm64": "npm:2.22.3"
"@sentry/cli-linux-i686": "npm:2.22.3"
"@sentry/cli-linux-x64": "npm:2.22.3"
"@sentry/cli-win32-i686": "npm:2.22.3"
"@sentry/cli-win32-x64": "npm:2.22.3"
https-proxy-agent: "npm:^5.0.0"
node-fetch: "npm:^2.6.7"
progress: "npm:^2.0.3"
proxy-from-env: "npm:^1.1.0"
which: "npm:^2.0.2"
dependenciesMeta:
"@sentry/cli-darwin":
optional: true
"@sentry/cli-linux-arm":
optional: true
"@sentry/cli-linux-arm64":
optional: true
"@sentry/cli-linux-i686":
optional: true
"@sentry/cli-linux-x64":
optional: true
"@sentry/cli-win32-i686":
optional: true
"@sentry/cli-win32-x64":
optional: true
bin:
sentry-cli: bin/sentry-cli
checksum: 3f35ea1cea45750447d467d328bf4ad588d6bfc588012b627b2573e129941413096f00c1bdeb89666f68a00a1bbd25c0acb44f3277fc82424847f8c808586cb0
languageName: node
linkType: hard

Expand DownExpand Up@@ -14567,6 +14646,13 @@ __metadata:
languageName: node
linkType: hard

"progress@npm:^2.0.3":
version: 2.0.3
resolution: "progress@npm:2.0.3"
checksum: 1697e07cb1068055dbe9fe858d242368ff5d2073639e652b75a7eb1f2a1a8d4afd404d719de23c7b48481a6aa0040686310e2dac2f53d776daa2176d3f96369c
languageName: node
linkType: hard

"promise-inflight@npm:^1.0.1":
version: 1.0.1
resolution: "promise-inflight@npm:1.0.1"
Expand Down