Skip to content

Commit

Permalink
fix: correct de-mobilizer example for Facebook
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoclong19 committed Feb 21, 2023
1 parent 1618267 commit 00e95e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ Opera extension is no longer present (as of 2023/01/16)
## Examples
### De-mobilizer
- Example URL: `https://en.m.wikipedia.org/`
- Include pattern: `^(https?://)([a-z0-9-]*\.)m(?:obile)?\.(.*)`
- Include pattern: `^(https?:\/\/)([a-z0-9-]*\.)?m(?:obile)?\.(.*)`
- Redirect to: `$1$2$3`
- Pattern type: Regular Expression
- Description: Always show the desktop site of a webpage
- Exclude pattern: `m.me`

### AMP redirect
- Example URL: `https://www.google.com/amp/www.example.com/amp/document`
Expand Down

0 comments on commit 00e95e5

Please sign in to comment.