Skip to content

Instantly share code, notes, and snippets.

@cheanrod
cheanrod / Luftdaten.js
Created November 1, 2020 09:26
Scriptable widget for Luftdaten.info
// Variables used by Scriptable.
// These must be at the very top of the file. Do not edit.
// icon-color: cyan; icon-glyph: database;
const warningColor = new Color("#E50000")
const legendFont = 12
const valueFont = 24
const timeFont = 8
let sensor = 1721
@cheanrod
cheanrod / learn-detour.js
Last active February 27, 2024 10:04
Learn Detour
// ==UserScript==
// @name Learn Detour
// @namespace http://tampermonkey.net/
// @version 2024-02-25
// @description try to take over the world!
// @author You
// @match https://learn.microsoft.com/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=microsoft.com
// @grant none
// ==/UserScript==