Skip to content

Instantly share code, notes, and snippets.

@oscarmorrison
oscarmorrison / IFTTTDate.md
Last active January 29, 2025 23:07
Make IFTTT Date Format play nice with Google Spreadsheets

##Date and Time

=TIMEVALUE(SUBSTITUTE("{{OccurredAt}}"," at ", " ")) + DATEVALUE(SUBSTITUTE("{{OccurredAt}}"," at ", " "))

##Date

=DATEVALUE(SUBSTITUTE("{{OccurredAt}}"," at ", " "))

##Time

@Paramone
Paramone / VulcunBot.js
Last active January 29, 2016 13:26
Vulcun 'Enter Loot Drop' Bot
// ==UserScript==
// @name Vulcun Loot Drop Bot
// @namespace steamcommunity.com/id/Paramone/
// @version 2.0 Release
// @description A simple bot made to AFK on Vulcun.com and still get items. Feel free to contribute.
// @author xParamone
// @match https://vulcun.com/user/lobby*
// @include https://www.vulcun.com/user/lobby*
// @grant none
// ==/UserScript==