This file contains hidden or 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
| #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 |
This file contains hidden or 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
| // ==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 |
This file contains hidden or 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
| // ==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 |
This file contains hidden or 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
| // ==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 |
This file contains hidden or 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
| // ==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 |
This file contains hidden or 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
| // ==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 |
This file contains hidden or 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
| // ==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 |
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.
NewerOlder