Skip to content

Instantly share code, notes, and snippets.

View gn-spawn's full-sized avatar
🏠
Working from home

spawn gn-spawn

🏠
Working from home
View GitHub Profile
@gn-spawn
gn-spawn / sl.cpp
Created June 28, 2021 13:38
m5atom_smartlock
#include "M5Atom.h"
#include <ESP32Servo.h>
#include <WiFi.h>
#include <WiFiClient.h>
#include <WebServer.h>
#include <ESPmDNS.h>
const char* ssid = "xx";
const char* password = "xx";
@gn-spawn
gn-spawn / hide-merge-message.js
Created June 3, 2023 09:27
特定の時間でmergeしたくないときにmerge messageを非表示にする
// ==UserScript==
// @name Hide Button during specific time
// @namespace http://your-namespace.com
// @version 1.0
// @description Hide a specific button during a specific time range
// @match https://github.com/gaudiy/gaudiy-monorepo/*
// @grant none
// ==/UserScript==
(function() {