bugfix: 调整github油猴脚本的拦截配置,修复在先访问其他页面(如:issue、PR页面),再通过tab切换到code页面时,由于页面是局部刷新,导致油猴脚本未加载的问题。 (#289)

pull/290/head
王良 8 months ago committed by GitHub
parent 43c7ac81be
commit 6f45f484a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -61,7 +61,7 @@ module.exports = {
'/.*/.*/blame/': {
redirect: 'gh.api.99988866.xyz/https://github.com'
},
'^/[^/]+/[^/]+(/releases(/.*)?)?$': {
'^(/[^/]+){2}([/?].*)?$': {
script: [
'github'
],

Loading…
Cancel
Save