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

pull/289/head
王良 2024-04-08 10:31:27 +08:00
parent 43c7ac81be
commit 9414b25839
1 changed files with 1 additions and 1 deletions

View File

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