Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
quoid
/
userscripts
Public
Notifications
You must be signed in to change notification settings
Fork
437
Star
4.7k
Code
Issues
68
Pull requests
1
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
userscripts
src
on
release/4.x.x
User selector
All users
All time
Commit history
Commits on Dec 26, 2025
fix: remove non-working abort button
ACTCD
committed
89c0129
View commit details
Copy full SHA for 89c0129
View code at this point
Browse repository at this point
fix: disable automatic scripts update checks
ACTCD
committed
e42cd19
View commit details
Copy full SHA for e42cd19
View code at this point
Browse repository at this point
Commits on Dec 9, 2025
style: avoid opening the popup to display a blue bar
ACTCD
committed
5aca37f
View commit details
Copy full SHA for 5aca37f
View code at this point
Browse repository at this point
Commits on Aug 31, 2025
fix: dynamically remove listeners when tab unload
Show description for fbbbbf0
ACTCD
committed
fbbbbf0
View commit details
Copy full SHA for fbbbbf0
View code at this point
Browse repository at this point
refactor: add once option to the listeners
ACTCD
committed
e8f2857
View commit details
Copy full SHA for e8f2857
View code at this point
Browse repository at this point
Commits on Jul 9, 2025
chore: fix the typo
ACTCD
committed
bf543b0
View commit details
Copy full SHA for bf543b0
View code at this point
Browse repository at this point
refactor: more stringent and intuitive split
ACTCD
committed
08fc741
View commit details
Copy full SHA for 08fc741
View code at this point
Browse repository at this point
feat: surpoort `GM.xmlHttpRequest` upload property
ACTCD
committed
9200428
View commit details
Copy full SHA for 9200428
View code at this point
Browse repository at this point
Commits on Mar 25, 2025
refactor: improve jsdoc types and some adjustments
ACTCD
committed
43875c6
View commit details
Copy full SHA for 43875c6
View code at this point
Browse repository at this point
perf: process and transmit xhr done data only once
ACTCD
committed
dbb1468
View commit details
Copy full SHA for dbb1468
View code at this point
Browse repository at this point
feat: add deprecation notice for `binary` key
ACTCD
committed
9314727
View commit details
Copy full SHA for 9314727
View code at this point
Browse repository at this point
feat: supports more data types to comply with xhr `send()` method
ACTCD
committed
2a0a291
View commit details
Copy full SHA for 2a0a291
View code at this point
Browse repository at this point
perf: reduce loops and the amount of data transferred
ACTCD
committed
d5a0ab7
View commit details
Copy full SHA for d5a0ab7
View code at this point
Browse repository at this point
refactor: separate xhr response data processor
ACTCD
committed
e95e88e
View commit details
Copy full SHA for e95e88e
View code at this point
Browse repository at this point
feat: asynchronized `GM.xmlHttpRequest` api
Show description for 873b71b
ACTCD
committed
873b71b
View commit details
Copy full SHA for 873b71b
View code at this point
Browse repository at this point
refactor: add xhr transport data types definition
ACTCD
committed
0b8410b
View commit details
Copy full SHA for 0b8410b
View code at this point
Browse repository at this point
fix: correct handling of legacy binary-string
ACTCD
committed
51ec78a
View commit details
Copy full SHA for 51ec78a
View code at this point
Browse repository at this point
perf: use `TextEncoder` instead of `charCodeAt` loop
Show description for 89f5cb8
ACTCD
committed
89f5cb8
View commit details
Copy full SHA for 89f5cb8
View code at this point
Browse repository at this point
refactor: adjust xhr code logic and sequence
ACTCD
committed
4b6a07b
View commit details
Copy full SHA for 4b6a07b
View code at this point
Browse repository at this point
perf: replace `responseType` default value with `text`
ACTCD
committed
bd4ab4f
View commit details
Copy full SHA for bd4ab4f
View code at this point
Browse repository at this point
feat: add responseXML to match real XMLHttpRequest behavior
Show description for 2b32f1d
ACTCD
committed
2b32f1d
View commit details
Copy full SHA for 2b32f1d
View code at this point
Browse repository at this point
perf: handle `responseText` on content scripts side
Show description for 4784d6f
ACTCD
committed
4784d6f
View commit details
Copy full SHA for 4784d6f
View code at this point
Browse repository at this point
perf: transfer arraybuffer instead of blob base64
Show description for 3f66e60
ACTCD
committed
3f66e60
View commit details
Copy full SHA for 3f66e60
View code at this point
Browse repository at this point
feat: add `contentType` key in xhr response object
Show description for c8d0d0d
ACTCD
committed
c8d0d0d
View commit details
Copy full SHA for c8d0d0d
View code at this point
Browse repository at this point
feat: add `document` response type support in xhr
ACTCD
committed
9cd4ce7
View commit details
Copy full SHA for 9cd4ce7
View code at this point
Browse repository at this point
fix: add the missing `version` key in `GM.info`
ACTCD
committed
af29cea
View commit details
Copy full SHA for af29cea
View code at this point
Browse repository at this point
Commits on Sep 11, 2024
fix: revert view height and scrolling for macos
Show description for d12f831
ACTCD
committed
d12f831
View commit details
Copy full SHA for d12f831
View code at this point
Browse repository at this point
Commits on Aug 22, 2024
refactor: add some type checking and jsdoc
ACTCD
committed
9e09795
View commit details
Copy full SHA for 9e09795
View code at this point
Browse repository at this point
fix: correctly determine the remote file type
Show description for d4aee7f
ACTCD
committed
d4aee7f
View commit details
Copy full SHA for d4aee7f
View code at this point
Browse repository at this point
Commits on Jul 12, 2024
fix: avoid infinite hangs on async messages (revise)
Show description for 9211ea2
ACTCD
committed
9211ea2
View commit details
Copy full SHA for 9211ea2
View code at this point
Browse repository at this point
Commits on Jul 11, 2024
chore: fix code style issues
ACTCD
committed
e7b24fd
View commit details
Copy full SHA for e7b24fd
View code at this point
Browse repository at this point
fix: avoid potentially infinite hangs on async messages (#669)
Show description for 5c2618c
ACTCD
committed
5c2618c
View commit details
Copy full SHA for 5c2618c
View code at this point
Browse repository at this point
refactor: improve basic popup view structure and fix issues (#624)
Show description for 443de87
ACTCD
committed
443de87
View commit details
Copy full SHA for 443de87
View code at this point
Browse repository at this point
refactor: solve the unpleasant bounce of loader icon
ACTCD
committed
1500e1b
View commit details
Copy full SHA for 1500e1b
View code at this point
Browse repository at this point
fix: improve platform recognition then fix icon display in visionos
ACTCD
committed
c2a87ce
View commit details
Copy full SHA for c2a87ce
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.