All gists

Fredrik
Last active 3 months ago
0 0 1
1 #!/bin/bash
2 set -e
3
4 # https://dev.netatmo.com/apidocumentation/weather#Available-data og velg værstasjon
5 # Filter på denne url i inspectoren for å få module ID og device ID
6 # https://app.netatmo.net/api/simplifiedfuturemeasure
7
8 # ELLER
9 # Gå til https://weathermap.netatmo.com/ og finn et punkt, hent URL fra "share"
10 # https://weathermap.netatmo.com//?zoom=16.1802283695561&type=temp&param=Filter&stationid=70%3Aee%3A50%3A2c%3A91%3A60&maplayer=Map&lang=undefined
Fredrik
Last active 3 months ago • Forked from Alex/Twitch clip datetime userscript

A userscript for displaying the actual date & time (relative to local time) of when a Twitch clip was created.

1 0 2

Twitch clip datetime userscript

A userscript for displaying the actual date & time (relative to local time) of when a Twitch clip (and video) was created.

FYI: It only works on URLs that start with https://clips.twitch.tv/.
This script does not work with URLs that are on the Twitch "channel pages" (https://www.twitch.tv/CHANNEL_NAME_HERE/clip/...).
This has been added as of v0.5.0.

"Under the hood" the script uses Date.toLocaleString() to format the date. The format of the date & time may differ from the screenshots below.

Alex
Last active 3 months ago

A userscript for displaying the actual date & time (relative to local time) of when a Twitch clip was created.

1 1 2

Twitch clip datetime userscript

A userscript for displaying the actual date & time (relative to local time) of when a Twitch clip (and video) was created.

FYI: It only works on URLs that start with https://clips.twitch.tv/.
This script does not work with URLs that are on the Twitch "channel pages" (https://www.twitch.tv/CHANNEL_NAME_HERE/clip/...).
This has been added as of v0.5.0.

"Under the hood" the script uses Date.toLocaleString() to format the date. The format of the date & time may differ from the screenshots below.