pull/3/head
parent
bdb2250cc0
commit
8c25f54698
@ -0,0 +1,4 @@
|
||||
hostname = *.wikipedia.org,*.wikiwand.com
|
||||
|
||||
^https://zh.(m.)?wikipedia.org/zh(-\w*)?(?=/) url 302 https://www.wikiwand.com/zh$2
|
||||
^https://(\w*).(m.)?wikipedia.org/wiki url 302 https://www.wikiwand.com/$1
|
@ -0,0 +1,9 @@
|
||||
#!name=Wikiwand
|
||||
#!desc=Wikipedia to Wikiwand
|
||||
|
||||
[URL Rewrite]
|
||||
^https://zh.(m.)?wikipedia.org/zh(-\w*)?(?=/) https://www.wikiwand.com/zh$2 302
|
||||
^https://(\w*).(m.)?wikipedia.org/wiki https://www.wikiwand.com/$1 302
|
||||
|
||||
[MITM]
|
||||
hostname = %INSERT% *.wikipedia.org,*.wikiwand.com
|
Loading…
Reference in New Issue