This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Requires AutoHotkey v2.0-beta.12 | |
+z:: | |
{ | |
title := WinGetTitle("A") | |
if (title != "Scrap Mechanic") | |
{ | |
return | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{"code":"botstalk","name":"All Bots Talk","text":"[botstalk] All Bots Talk"},{"code":"nhcchat","name":"National Hurricane Center (NHC)","text":"[nhcchat] National Hurricane Center (NHC)"},{"code":"spcchat","name":"Storm Prediction Center (SPC)","text":"[spcchat] Storm Prediction Center (SPC)"},{"code":"wpcchat","name":"Weather Prediction Center (WPC)","text":"[wpcchat] Weather Prediction Center (WPC)"},{"code":"abqchat","name":"Albuquerque","text":"[abqchat] Albuquerque"},{"code":"abrchat","name":"Aberdeen","text":"[abrchat] Aberdeen"},{"code":"afcchat","name":"Anchorage","text":"[afcchat] Anchorage"},{"code":"afgchat","name":"Fairbanks","text":"[afgchat] Fairbanks"},{"code":"ajkchat","name":"Juneau","text":"[ajkchat] Juneau"},{"code":"akqchat","name":"Wakefield","text":"[akqchat] Wakefield"},{"code":"alychat","name":"Albany","text":"[alychat] Albany"},{"code":"amachat","name":"Amarillo","text":"[amachat] Amarillo"},{"code":"apxchat","name":"Gaylord","text":"[apxchat] Gaylord"},{"code":"arxchat","name":"La C |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const debug = false; | |
let stop = false; | |
function getLocation() { | |
return new Promise((resp, reje) => { | |
Location.current().then(loc => { | |
resp(loc) | |
}) | |
}) | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<base> | |
<head> | |
<link> | |
<meta> | |
<style> | |
<title> | |
<body> | |
<address> | |
<article> |