Skip to content

Instantly share code, notes, and snippets.

View ZlydeTJ's full-sized avatar

Thorsten Janser ZlydeTJ

  • zlyde GmbH
  • Germany
View GitHub Profile
@ZlydeTJ
ZlydeTJ / alarm.css
Created October 21, 2022 09:32
If you want to make you website to flash in different colors. Definitely and upgrade.
body {
background-color: red;
padding: 1cm;
animation: blink 3s infinite;
}
@keyframes blink {
50% {
background-color: green ;
color: purple;
@ZlydeTJ
ZlydeTJ / Test Install Workflow.automa.json
Created September 28, 2022 13:54
Example Automa Install Gist
{"extVersion":"1.21.0","name":"Test Install Workflow","icon":"riGlobalLine","table":[],"version":"1.21.0","drawflow":{"edges":[],"zoom":1.3,"nodes":[{"position":{"x":100,"y":457.5},"id":"LHy2E0H2xiU9B3xBUPGXW","label":"trigger","data":{"disableBlock":false,"description":"","type":"manual","interval":60,"delay":5,"date":"","time":"00:00","url":"","shortcut":"","activeInInput":false,"isUrlRegex":false,"days":[],"contextMenuName":"","contextTypes":[],"parameters":[],"observeElement":{"selector":"","baseSelector":"","matchPattern":"","targetOptions":{"subtree":false,"childList":true,"attributes":false,"attributeFilter":[],"characterData":false},"baseElOptions":{"subtree":false,"childList":true,"attributes":false,"attributeFilter":[],"characterData":false}}},"type":"BlockBasic"}]},"settings":{"publicId":"","blockDelay":0,"saveLog":true,"debugMode":false,"restartTimes":3,"notification":true,"reuseLastState":false,"inputAutocomplete":true,"onError":"stop-workflow","executedBlockOnWeb":false,"insertDefaultColumn":fal
@ZlydeTJ
ZlydeTJ / LICENSE.txt
Created March 16, 2022 13:11 — forked from jed/LICENSE.txt
generate random UUIDs
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2011 Jed Schmidt <http://jed.is>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE