Skip to content

Instantly share code, notes, and snippets.

View magazov's full-sized avatar
🏠
Working from home

Ilgiz Magazov magazov

🏠
Working from home
View GitHub Profile
#include <ESP8266WiFi.h>
#include <WiFiClientSecure.h>
#include <ESP8266TelegramBOT.h>
#include <Servo.h>
// Initialize Wifi connection to the router
char ssid[] = "BANKEX"; // your network SSID (name)
// ==UserScript==
// @name Explain XKCD
// @namespace http://xkcd.com/
// @version 1
// @description just add explain button
// @author Ilgiz Magazov
// @match http://xkcd.com/*
// @grant none
// ==/UserScript==