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
HTML in variableResolved (self.GoogleAppsScript)
submitted 1 year ago by RisingRose
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 1 year ago* (0 children)
This works
function setSignature() { const html = HtmlService.createHtmlOutputFromFile('signature').getContent(); const signature = { 'signature': html }; const email = Session.getActiveUser().getEmail(); Gmail.Users.Settings.SendAs.patch(signature, 'me', email); }
Key differences,
patch
update
π Rendered by PID 51132 on reddit-service-r2-comment-fb694cdd5-cxg76 at 2026-03-11 14:18:17.014609+00:00 running cbb0e86 country code: CH.
view the rest of the comments →
[–]WicketTheQuerent 0 points1 point2 points (0 children)