yize / xswitch

A Chrome Extension for redirecting/forwarding request urls
https://chrome.google.com/webstore/detail/xswitch/idkjhjggpffolpidfkikidcokdkdaogg
MIT License
992 stars 121 forks source link

not working when JSON can not be JSON.parse #8

Closed yize closed 6 years ago

yize commented 6 years ago

rules:

{
  "proxy": [
    [
      "a.com",
      "b.com",  // should remove ,
    ], // should remove ,
  ]
}

not working

image