Created
February 6, 2021 06:06
-
-
Save deluxghost/e58c4cfe57d38e83d25e0fad14b37400 to your computer and use it in GitHub Desktop.
Header Editor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "request": [ | |
| { | |
| "enable": true, | |
| "name": "Ludum Dare", | |
| "ruleType": "redirect", | |
| "matchType": "regexp", | |
| "pattern": "^https?://www\\.ludumdare\\.com/(.*)$", | |
| "exclude": "", | |
| "isFunction": false, | |
| "action": "redirect", | |
| "to": "http://ludumdare.com/$1" | |
| }, | |
| { | |
| "enable": true, | |
| "name": "Steam Widget", | |
| "ruleType": "redirect", | |
| "matchType": "regexp", | |
| "pattern": "^(https?://store.steampowered.com/widget/\\d+/?)$", | |
| "exclude": "", | |
| "isFunction": false, | |
| "action": "redirect", | |
| "to": "$1?cc=cn&l=cn" | |
| } | |
| ], | |
| "sendHeader": [], | |
| "receiveHeader": [], | |
| "receiveBody": [] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment