Created
May 16, 2022 20:08
-
-
Save Lomeli12/a6b8ee041ee7fea3f2fdf804a8706d56 to your computer and use it in GitHub Desktop.
My Redirector settings to use the normal desktop arch wiki theme instead of the default mobile theme.
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
{ | |
"createdBy": "Redirector v3.5.3", | |
"createdAt": "2022-01-14T02:40:38.201Z", | |
"redirects": [ | |
{ | |
"description": "ArchWiki Mobile Disable 1", | |
"exampleUrl": "https://wiki.archlinux.org/index.php?title=Main_page#The_distribution", | |
"exampleResult": "https://wiki.archlinux.org/index.php?title=Main_page&useskinversion=1#The_distribution", | |
"error": null, | |
"includePattern": "https://wiki.archlinux.org*?*#*", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://wiki.archlinux.org$1?$2&useskinversion=1#$3", | |
"patternType": "W", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "ArchWiki Mobile Disable 2", | |
"exampleUrl": "https://wiki.archlinux.org/index.php?title=Main_page", | |
"exampleResult": "https://wiki.archlinux.org/index.php?title=Main_page&useskinversion=1", | |
"error": null, | |
"includePattern": "https://wiki.archlinux.org*?*", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://wiki.archlinux.org$1?$2&useskinversion=1", | |
"patternType": "W", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "ArchWiki Mobile Disable 3", | |
"exampleUrl": "https://wiki.archlinux.org/index.php?title=Main_page#The_distribution", | |
"exampleResult": "https://wiki.archlinux.org/index.php?title=Main_page?&useskinversion=1#The_distribution", | |
"error": null, | |
"includePattern": "https://wiki.archlinux.org*#*", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://wiki.archlinux.org$1?&useskinversion=1#$2", | |
"patternType": "W", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "ArchWiki Mobile Disable 4", | |
"exampleUrl": "https://wiki.archlinux.org/index.php?title=Main_page", | |
"exampleResult": "https://wiki.archlinux.org/index.php?title=Main_page?&useskinversion=1", | |
"error": null, | |
"includePattern": "https://wiki.archlinux.org*", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://wiki.archlinux.org$1?&useskinversion=1", | |
"patternType": "W", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment