diff options
author | attero <code@attero.me> | 2019-11-06 21:58:15 +0100 |
---|---|---|
committer | attero <code@attero.me> | 2019-11-06 21:58:15 +0100 |
commit | 6b0c76c0e1f3247223bd242adee2ab8a56b89a1c (patch) | |
tree | c4ea971c8b502d30955bd333cc664899fcec237b /README.md | |
parent | eb7fa59d597e827f08c488d89d10b1d94f562afb (diff) |
README.md: fixed !ghh RegEx
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ What are bangs?: <https://duckduckgo.com/bang> ##### !ghh git-history - Example URL: `https://duckduckgo.com/?q=!ghh+https%3A%2F%2Fgithub.com%2Fbabel%2Fbabel%2Fblob%2Fmaster%2Fpackages%2Fbabel-core%2FREADME.md&adfasfasd` -- Include pattern: `^(?:http?s://)ad.doubleclick.net/.*\?(http?s://.*)` +- Include pattern: `^(?:http?s://)duckduckgo.com/\?q=(?:(?:%21|!)ghh\+)(?:.*)(github|gitlab|bitbucket)(?:\.org|\.com)(.*?(?=\&))` - Redirect to: `https://$1.githistory.xyz$2` - Pattern type: Regular Expression - Description: <https://githistory.xyz> |