Skip to content

Commit

Permalink
Merge pull request #309 from zZPiglet/master
Browse files Browse the repository at this point in the history
Temporary solution for Gitee rule.
  • Loading branch information
gideonsenku authored Feb 24, 2021
2 parents 84e4f39 + 14c3df8 commit 73fc920
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion box/rewrite/boxjs.rewrite.loon.plugin
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[Script]
http-request ^https?://boxjs.com script-path=https://gitee.com/chavyleung/scripts/raw/master/chavy.box.js, requires-body=true, timeout=120, tag=BoxJs
http-request ^https?://boxjs.com script-path=https://raw.githubusercontent.com/chavyleung/scripts/master/chavy.box.js, requires-body=true, timeout=120, tag=BoxJs
2 changes: 1 addition & 1 deletion box/rewrite/boxjs.rewrite.loon.tf.plugin
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[Script]
http-request ^https?://boxjs.net script-path=https://gitee.com/chavyleung/scripts/raw/master/box/chavy.boxjs.js, requires-body=true, timeout=120, tag=BoxJs.net
http-request ^https?://boxjs.net script-path=https://raw.githubusercontent.com/chavyleung/scripts/master/box/chavy.boxjs.js, requires-body=true, timeout=120, tag=BoxJs.net
2 changes: 1 addition & 1 deletion box/rewrite/boxjs.rewrite.quanx.conf
Original file line number Diff line number Diff line change
@@ -1 +1 @@
^https?://boxjs.com url script-analyze-echo-response https://gitee.com/chavyleung/scripts/raw/master/chavy.box.js
^https?://boxjs.com url script-analyze-echo-response https://raw.githubusercontent.com/chavyleung/scripts/master/chavy.box.js
2 changes: 1 addition & 1 deletion box/rewrite/boxjs.rewrite.quanx.tf.conf
Original file line number Diff line number Diff line change
@@ -1 +1 @@
^https?://boxjs.net url script-analyze-echo-response https://gitee.com/chavyleung/scripts/raw/master/box/chavy.boxjs.js
^https?://boxjs.net url script-analyze-echo-response https://raw.githubusercontent.com/chavyleung/scripts/master/box/chavy.boxjs.js
2 changes: 1 addition & 1 deletion box/rewrite/boxjs.rewrite.surge.sgmodule
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
#!desc=http://boxjs.com

[Script]
Rewrite: BoxJs = type=http-request,pattern=^https?://boxjs.com,script-path=https://gitee.com/chavyleung/scripts/raw/master/chavy.box.js, requires-body=true, timeout=120
Rewrite: BoxJs = type=http-request,pattern=^https?://boxjs.com,script-path=https://raw.githubusercontent.com/chavyleung/scripts/master/chavy.box.js, requires-body=true, timeout=120
2 changes: 1 addition & 1 deletion box/rewrite/boxjs.rewrite.surge.tf.sgmodule
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
#!desc=http://boxjs.net

[Script]
Rewrite: BoxJs = type=http-request,pattern=^https?://boxjs.net,script-path=https://gitee.com/chavyleung/scripts/raw/master/box/chavy.boxjs.js, requires-body=true, timeout=120
Rewrite: BoxJs = type=http-request,pattern=^https?://boxjs.net,script-path=https://raw.githubusercontent.com/chavyleung/scripts/master/box/chavy.boxjs.js, requires-body=true, timeout=120

0 comments on commit 73fc920

Please sign in to comment.