mirror of
https://github.com/rwxrob/dot
synced 2024-11-04 18:00:18 +00:00
Remove google chat spam
This commit is contained in:
parent
86e1f33de1
commit
c0ed0894bb
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
url="https://google.com/search?q=$(urlencode "$*")"
|
url="https://google.com/search?q=$(urlencode "$*")"
|
||||||
chat "$url"
|
#chat "$url"
|
||||||
exec lynx "https://google.com/search?q=$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"
|
#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=$*"
|
#/usr/bin/lynx "--useragent=$useragent" "google.com/search?q=$*"
|
||||||
|
Loading…
Reference in New Issue
Block a user