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
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 }}
SimonAlling
/
userscript-proxy
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
3
Star
87
Code
Issues
3
Pull requests
7
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
userscript-proxy
src
on
master
User selector
All users
All time
Commit history
Commits on Mar 23, 2026
Pass CLI arguments through to launcher.py
Show description for 709a5ea
SimonAlling
committed
709a5ea
View commit details
Copy full SHA for 709a5ea
View code at this point
Browse repository at this point
Enable restarting proxy from admin UI
Show description for f85f862
SimonAlling
committed
f85f862
View commit details
Copy full SHA for f85f862
View code at this point
Browse repository at this point
Commits on Oct 28, 2025
v1.1.2
SimonAlling
committed
2591641
View commit details
Copy full SHA for 2591641
View code at this point
Browse repository at this point
Commits on Sep 5, 2025
Disallow untyped functions
Show description for 22b3c32
SimonAlling
committed
22b3c32
View commit details
Copy full SHA for 22b3c32
View code at this point
Browse repository at this point
Commits on Aug 9, 2025
Use `re.Match` instead of `typing.Match`
Show description for 0c41508
SimonAlling
committed
0c41508
View commit details
Copy full SHA for 0c41508
View code at this point
Browse repository at this point
Use `re.Pattern` instead of `typing.Pattern`
Show description for 061ce98
SimonAlling
committed
061ce98
View commit details
Copy full SHA for 061ce98
View code at this point
Browse repository at this point
Use native `tuple` instead of `typing.Tuple`
Show description for 3880326
SimonAlling
committed
3880326
View commit details
Copy full SHA for 3880326
View code at this point
Browse repository at this point
Use native `list` instead of `typing.List`
Show description for 4d6a0fd
SimonAlling
committed
4d6a0fd
View commit details
Copy full SHA for 4d6a0fd
View code at this point
Browse repository at this point
v1.1.1
SimonAlling
committed
b0c4a26
View commit details
Copy full SHA for b0c4a26
View code at this point
Browse repository at this point
Commits on Jun 22, 2025
Remove unused UserscriptError class
Show description for bba9037
SimonAlling
committed
bba9037
View commit details
Copy full SHA for bba9037
View code at this point
Browse repository at this point
Commits on May 29, 2025
Remove `isSomething`
Show description for 3416bb5
SimonAlling
committed
3416bb5
View commit details
Copy full SHA for 3416bb5
View code at this point
Browse repository at this point
Remove unused `isSomething` import
Show description for 56f5a43
SimonAlling
committed
56f5a43
View commit details
Copy full SHA for 56f5a43
View code at this point
Browse repository at this point
Commits on Mar 23, 2021
v1.1.0 (#9)
Show description for 048067f
SimonAlling
authored
048067f
View commit details
Copy full SHA for 048067f
View code at this point
Browse repository at this point
Commits on Mar 21, 2021
Add feature to bypass Content Security Policy (#7)
Show description for 647a4ca
SimonAlling
and
deatondg
authored
647a4ca
View commit details
Copy full SHA for 647a4ca
View code at this point
Browse repository at this point
Commits on Apr 13, 2020
v1.0.0
SimonAlling
committed
99388f6
View commit details
Copy full SHA for 99388f6
View code at this point
Browse repository at this point
Add and use metadata.tag function
SimonAlling
committed
f5b4482
View commit details
Copy full SHA for f5b4482
View code at this point
Browse repository at this point
Warn about inline injection when no @downloadURL
SimonAlling
committed
6321ad9
View commit details
Copy full SHA for 6321ad9
View code at this point
Browse repository at this point
Improve loaded userscripts info formatting
SimonAlling
committed
d9da1d1
View commit details
Copy full SHA for d9da1d1
View code at this point
Browse repository at this point
Commits on Apr 12, 2020
Redesign ignore/intercept/rules flags
Show description for 4c55b27
SimonAlling
committed
4c55b27
View commit details
Copy full SHA for 4c55b27
View code at this point
Browse repository at this point
Fix userscripts list append bug
Show description for 2f7fe5d
SimonAlling
committed
2f7fe5d
View commit details
Copy full SHA for 2f7fe5d
View code at this point
Browse repository at this point
Clean up imports
Show description for fd53f82
SimonAlling
committed
fd53f82
View commit details
Copy full SHA for fd53f82
View code at this point
Browse repository at this point
Move arguments to a separate file
SimonAlling
committed
ff81392
View commit details
Copy full SHA for ff81392
View code at this point
Browse repository at this point
Move welcome message to text module
SimonAlling
committed
e8ec579
View commit details
Copy full SHA for e8ec579
View code at this point
Browse repository at this point
Move argparser code to a separate file
SimonAlling
committed
d428c48
View commit details
Copy full SHA for d428c48
View code at this point
Browse repository at this point
Clean up userscripts directory check
SimonAlling
committed
f6fa385
View commit details
Copy full SHA for f6fa385
View code at this point
Browse repository at this point
Clean up info printing
Show description for b9b749d
SimonAlling
committed
b9b749d
View commit details
Copy full SHA for b9b749d
View code at this point
Browse repository at this point
Fix unimported DEFAULT_INTERCEPT_RULES
SimonAlling
committed
ade9475
View commit details
Copy full SHA for ade9475
View code at this point
Browse repository at this point
Rename shadowed 'globPattern' variable
SimonAlling
committed
e05e0ac
View commit details
Copy full SHA for e05e0ac
View code at this point
Browse repository at this point
Improve reading rules messages
SimonAlling
committed
3f723b0
View commit details
Copy full SHA for 3f723b0
View code at this point
Browse repository at this point
Remove --rules-dir
SimonAlling
committed
07ff931
View commit details
Copy full SHA for 07ff931
View code at this point
Browse repository at this point
Make --userscripts-dir have no default value
SimonAlling
committed
8cba34a
View commit details
Copy full SHA for 8cba34a
View code at this point
Browse repository at this point
Improve default rules/userscripts implementation
SimonAlling
committed
cc16dbc
View commit details
Copy full SHA for cc16dbc
View code at this point
Browse repository at this point
Commits on Apr 11, 2020
Move argument default values to text module
SimonAlling
committed
01b7b0e
View commit details
Copy full SHA for 01b7b0e
View code at this point
Browse repository at this point
Commits on Mar 29, 2020
Add hint about mounting directory in Docker
SimonAlling
committed
01186b7
View commit details
Copy full SHA for 01186b7
View code at this point
Browse repository at this point
DRY up directory does not exist code
SimonAlling
committed
3f688d3
View commit details
Copy full SHA for 3f688d3
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.