Skip to content

Instantly share code, notes, and snippets.

View HaroldPetersInskipp's full-sized avatar
💉
Social Distancing

Inskipp HaroldPetersInskipp

💉
Social Distancing
View GitHub Profile
@CircuitDigest
CircuitDigest / sensmsnodemcu.ino
Last active March 30, 2025 19:47
Send free SMS using CircuitDigest SMS API on NodeMCU, ESP32, ESP8266etc
#include <ESP8266WiFi.h>
#include <ESP8266HTTPClient.h>
#include <WiFiClientSecure.h> // Required for HTTPS connections
// Replace with your WiFi credentials
const char* ssid = "Semicon Media";
const char* password = "cracksen1605";
// Replace with your API Key
const char* apiKey = "yourapi"; //get api key from circuitdigest.cloud
@HaroldPetersInskipp
HaroldPetersInskipp / video-duration-title-prefix.user.js
Last active September 1, 2025 14:21
Prefix the YouTube tab title with the SponsorBlock duration or the video duration if SponsorBlock is unavailable.
// ==UserScript==
// @name YouTube SponsorBlock/Duration Title Prefix
// @namespace https://github.com/HaroldPetersInskipp/
// @version 1.2.4
// @homepageURL https://github.com/HaroldPetersInskipp/video-duration-title-prefix
// @supportURL https://github.com/HaroldPetersInskipp/video-duration-title-prefix/issues
// @downloadURL https://gist.github.com/HaroldPetersInskipp/f6890b6d06883323d7d272f879c3ec06/raw/video-duration-title-prefix.user.js
// @updateURL https://gist.github.com/HaroldPetersInskipp/f6890b6d06883323d7d272f879c3ec06/raw/video-duration-title-prefix.user.js
// @description Prefix the YouTube tab title with the SponsorBlock duration or the video duration if SponsorBlock is unavailable, and remove the prefix on non-watch pages.
// @author Inskipp
@HaroldPetersInskipp
HaroldPetersInskipp / hide-paid-prime-content.user.js
Last active September 1, 2025 14:24
hide-paid-prime-content.user.js
// ==UserScript==
// @name Hide Paid Options on Amazon Prime Video
// @namespace https://github.com/HaroldPetersInskipp
// @version 1.1.1
// @homepageURL https://github.com/HaroldPetersInskipp/hide-paid-prime-content
// @supportURL https://github.com/HaroldPetersInskipp/hide-paid-prime-content/issues
// @downloadURL https://gist.github.com/HaroldPetersInskipp/9b570008ecbef304bd5a8d757d69b733/raw/hide-paid-prime-content.user.js
// @updateURL https://gist.github.com/HaroldPetersInskipp/9b570008ecbef304bd5a8d757d69b733/raw/hide-paid-prime-content.user.js
// @description Hides list items on Amazon Prime Video that contain paid options (Buy, Rent, Trial).
// @author Inskipp
@HaroldPetersInskipp
HaroldPetersInskipp / ReleasesToDownloadsForPeopleThatArentNerds.user.js
Last active September 1, 2025 14:30
Change the GitHub Releases link to say Downloads
// ==UserScript==
// @name GitHub Releases to Downloads for people that aren't nerds
// @namespace https://github.com/HaroldPetersInskipp
// @version 0.1.3
// @homepageURL https://github.com/HaroldPetersInskipp/Releases-To-Downloads-For-People-That-Arent-Nerds
// @supportURL https://github.com/HaroldPetersInskipp/Releases-To-Downloads-For-People-That-Arent-Nerds/issues
// @downloadURL https://gist.github.com/HaroldPetersInskipp/591329c8aafe54db7b90e10f9c1e44ff/raw/ReleasesToDownloadsForPeopleThatArentNerds.user.js
// @updateURL https://gist.github.com/HaroldPetersInskipp/591329c8aafe54db7b90e10f9c1e44ff/raw/ReleasesToDownloadsForPeopleThatArentNerds.user.js
// @description Changes the "Releases" link on GitHub pages to say "Downloads"
// @author Inskipp
@Mitra-88
Mitra-88 / compile-aseprite-win.md
Last active September 23, 2025 02:49
Compile Aseprite from source code for Windows 11/10 x64
@HaroldPetersInskipp
HaroldPetersInskipp / wide-node-red.user.js
Last active September 1, 2025 14:25
Userscript to change Node-RED forum pages to be wide
// ==UserScript==
// @name Wide Node-RED forum
// @namespace https://github.com/HaroldPetersInskipp/
// @version 0.1.2
// @homepageURL https://github.com/HaroldPetersInskipp/Wide-Node-RED
// @supportURL https://github.com/HaroldPetersInskipp/Wide-Node-RED/issues
// @downloadURL https://gist.github.com/HaroldPetersInskipp/8374a6ea6f3bb3f72517e9b4f0f941c6/raw/wide-node-red.user.js
// @updateURL https://gist.github.com/HaroldPetersInskipp/8374a6ea6f3bb3f72517e9b4f0f941c6/raw/wide-node-red.user.js
// @description Change Node-RED forum pages to be wide
// @author Inskipp
@HaroldPetersInskipp
HaroldPetersInskipp / youtube-afs.user.js
Last active September 1, 2025 17:17
Userscript to auto focus the search bar in YouTube.
// ==UserScript==
// @name Youtube - Auto Focus Search Bar
// @namespace https://github.com/HaroldPetersInskipp
// @version 1.4.7
// @homepageURL https://github.com/HaroldPetersInskipp/YouTube-AFS
// @supportURL https://github.com/HaroldPetersInskipp/YouTube-AFS/issues
// @downloadURL https://gist.github.com/HaroldPetersInskipp/5129292f3750d99735c2a8b352a5651c/raw/youtube-afs.user.js
// @updateURL https://gist.github.com/HaroldPetersInskipp/5129292f3750d99735c2a8b352a5651c/raw/youtube-afs.user.js
// @description Auto focus the search bar in YouTube.
// @author Inskipp
@HaroldPetersInskipp
HaroldPetersInskipp / http-post-urls.user.js
Last active September 1, 2025 14:18
Userscript to POST all URL's visited to a local server
// ==UserScript==
// @name Log URLs
// @namespace https://github.com/HaroldPetersInskipp/
// @version 0.4.2
// @homepageURL https://github.com/HaroldPetersInskipp/http-post-urls
// @supportURL https://github.com/HaroldPetersInskipp/http-post-urls/issues
// @downloadURL https://gist.github.com/HaroldPetersInskipp/7476f0d7c9512b80b90211c0b5b90663/raw/http-post-urls.user.js
// @updateURL https://gist.github.com/HaroldPetersInskipp/7476f0d7c9512b80b90211c0b5b90663/raw/http-post-urls.user.js
// @description POST all URLs visited to a local server, excluding local files
// @author Inskipp
@cox34
cox34 / amiibo-emulation-with-linux-vm.md
Last active June 14, 2022 18:47 — forked from colemickens/amiibo-emulation-with-linux-vm.md
amiibo-emulation-with-linux-vm.md

JoyControl

sudo apt install git python3-pip libglib2.0-dev libhidapi-hidraw0 libhidapi-libusb0 libdbus-1-dev
sudo pip3 install hid aioconsole crc8 dbus-python

cd ~
mkdir joycontrol
@colemickens
colemickens / amiibo-emulation-with-linux-vm.md
Last active August 3, 2025 05:11
amiibo-emulation-with-linux-vm.md

Easy Amiibo Emulation - https://bit.ly/2z0m09k

(^ that's a short-link to this page, so you can open it in Linux)

Some users are discussing this guide in #hacking on the JoyConDroid Discord: https://discord.gg/SQNEx9v.

DO NOT ask for, or share links to, Amiibo bins in the comments! They will be removed. Thank you for understanding.

(Windows|Linux PC) + JoyControl + Bluetooth = AMIIBO EMULATION