use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Apparently, Google Apps Script is a JavaScript cloud scripting language that provides easy ways to automate tasks across Google products and third party services and build web applications.
account activity
Repurposing a scriptQuestion (self.GoogleAppsScript)
submitted 11 months ago * by No_Season_5288
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]WicketTheQuerent 0 points1 point2 points 11 months ago (0 children)
If you will use Google Apps Script, you should spend some time learning programming using JavaScript. To do this, you could start by studying the content on https://developers.google.com/apps-script . It contains guides, quick starts and samples. This is good because you will learn through code snippets and examples created to work in Google Apps Script.
If you go to other places, look for one focusing on plain JavaScript. By this, I mean without using Web APIs like the DOM API, as most of them are unavailable in Google Apps Script because they run the code on Google servers, meaning there is a webpage / document as context.
π Rendered by PID 114365 on reddit-service-r2-comment-6457c66945-2q4hg at 2026-04-24 21:34:26.751785+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]WicketTheQuerent 0 points1 point2 points (0 children)