Skip to content

Instantly share code, notes, and snippets.

@deluxghost
Created February 6, 2021 06:06
Show Gist options
  • Select an option

  • Save deluxghost/e58c4cfe57d38e83d25e0fad14b37400 to your computer and use it in GitHub Desktop.

Select an option

Save deluxghost/e58c4cfe57d38e83d25e0fad14b37400 to your computer and use it in GitHub Desktop.
Header Editor
{
"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