Hacker News new | ask | show | jobs
by baydinalex 4561 days ago
Yup. I wrote a version to do this when Fred Wilson requested it a little over a year ago and I realized I needed it too: https://script.google.com/d/1B8YC4D7KT7pZKXyq3TkfJUJPv1mmjZj...

Matt Galligan and I put together a version of the No Response Apps Script back in June also. It's more basic than this, but might be easier as a starting point for modification. https://script.google.com/d/11c63LM4rOTxCP5uqffLDhIaEQFmNo0p...

I've been loving Apps Script for things that are too lightweight to need something like Boomerang, with a server and a full browser extension, but heavy enough that you can't do it with a search string.

1 comments

Awesome, thanks! I just found out about google Script today - was thinking my only choice would be something like Greasemonkey - so very grateful for all this.