mirror of
https://github.com/DivineEngine/Profiles.git
synced 2025-01-23 13:59:01 +08:00
9 lines
269 B
Plaintext
9 lines
269 B
Plaintext
|
#!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
|