bugfix: 调整github油猴脚本的拦截配置,修复在先访问其他页面(如:issue、PR页面),再通过tab切换到code页面时,由于页面是局部刷新,导致油猴脚本未加载的问题。 (#289)
parent
43c7ac81be
commit
6f45f484a2
|
@ -61,7 +61,7 @@ module.exports = {
|
||||||
'/.*/.*/blame/': {
|
'/.*/.*/blame/': {
|
||||||
redirect: 'gh.api.99988866.xyz/https://github.com'
|
redirect: 'gh.api.99988866.xyz/https://github.com'
|
||||||
},
|
},
|
||||||
'^/[^/]+/[^/]+(/releases(/.*)?)?$': {
|
'^(/[^/]+){2}([/?].*)?$': {
|
||||||
script: [
|
script: [
|
||||||
'github'
|
'github'
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue