Remove google chat spam

main
rwxrob 2 years ago
parent 6474f96359
commit 4ff1105a5e

@ -1,6 +1,6 @@
#!/bin/sh
url="https://google.com/search?q=$(urlencode "$*")"
chat "$url"
#chat "$url"
exec lynx "https://google.com/search?q=$url"
#useragent="Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_0) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.79 Safari/537.1"
#/usr/bin/lynx "--useragent=$useragent" "google.com/search?q=$*"

Loading…
Cancel
Save