diff options
author | Einar Egilsson <einar@einaregilsson.com> | 2021-02-24 10:33:11 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-24 10:33:11 +0000 |
commit | 3cb20d0ddfa0c087f1e2d6f9346efea258de0a01 (patch) | |
tree | ea6914a6b6237eddf2731fb06298c4b512aae3da /README.md | |
parent | bc77e9b2be5b98d4fb3e3a58fb3cbedd11ace908 (diff) |
Remove obsolete example.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -18,12 +18,6 @@ - Pattern type: Regular Expression - Description: AMP is bad: <https://80x24.net/post/the-problem-with-amp/> -### old reddit -- Example URL: `https://www.reddit.com/u/test` -- Include pattern: `^(?:https?://)(?:www.)reddit.com(.*)` -- Redirect to: `https://old.reddit.com$1` -- Pattern type: Regular Expression - ### doubleclick escaper - Example URL: `https://ad.doubleclick.net/ddm/trackclk/N135005.2681608PRIVATENETWORK/B20244?https://www.example.com` - Include pattern: `^(?:https?://)ad.doubleclick.net/.*\?(http?s://.*)` |