diff options
author | Einar Egilsson <einar@einaregilsson.com> | 2019-11-07 09:55:01 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-07 09:55:01 +0000 |
commit | bbce4f5d5b50f12643ea4bc706f3333f10eb758b (patch) | |
tree | c4ea971c8b502d30955bd333cc664899fcec237b | |
parent | eb7fa59d597e827f08c488d89d10b1d94f562afb (diff) | |
parent | 6b0c76c0e1f3247223bd242adee2ab8a56b89a1c (diff) |
Merge pull request #163 from apfelchips/master
README.md: fixed !ghh RegEx
-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> |