Alex / Nyaa - Personal Tweaks
Última atividade 4 months ago
Miscelleanous tweaks applied to Nyaa.si
| 1 | // ==UserScript== |
| 2 | // @name Nyaa - Personal Tweaks |
| 3 | // @namespace github.com/Decicus |
| 4 | // @match https://nyaa.si/* |
| 5 | // @grant GM_setClipboard |
| 6 | // @version 1.5.0 |
| 7 | // @author Decicus |
| 8 | // @description Adds some extra functionality to Nyaa. |
| 9 | // ==/UserScript== |
Fredrik / gist:457ccb1060b74c2bbed6be9c1dcccb25
Última atividade 1 year ago
| 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¶m=Filter&stationid=70%3Aee%3A50%3A2c%3A91%3A60&maplayer=Map&lang=undefined |
Fredrik / Surdeigsbrød
Última atividade 2 years ago
En liten oppskrift
| 1 | # Surdeigsbrød |
| 2 | Ingredienser: |
| 3 | - Mjøl |
| 4 | - Vann 80% av Mjøl |
| 5 | - Salt 2% av Mjøl |
| 6 | - Surdeig 10-20% |
Fredrik / Twitch clip datetime userscript
Última atividade 2 years ago • Bifurcado de Alex/Twitch clip datetime userscript
A userscript for displaying the actual date & time (relative to local time) of when a Twitch clip was created.
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 / Twitch clip datetime userscript
Última atividade 2 years ago
A userscript for displaying the actual date & time (relative to local time) of when a Twitch clip was created.
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.