Skip to content

Instantly share code, notes, and snippets.

View ShoGinn's full-sized avatar

Scott ShoGinn

  • 02:09 (UTC -04:00)
View GitHub Profile
@ShoGinn
ShoGinn / test.txt
Created October 18, 2023 20:18
regex for unicode (emojis)
When searching for unicode emojis using regex use:
[^\x00-\x7f]
@ShoGinn
ShoGinn / pdf_link
Created April 5, 2023 18:50
Tamper Monkey Tricare Script
@ShoGinn
ShoGinn / fb_disallow.js
Last active April 16, 2020 14:21
Facebook Advertiser and Business List Dis-Allow
// This script removes you from advertisers' target lists on Facebook.
// They probably added you to their advert targeting list by uploading a contact list that includes
// your contact information like your email address or phone number.
// Comment below if this doesn't work for you
// *Instructions*
// 1. Go to https://www.facebook.com/ads/preferences
@ShoGinn
ShoGinn / rtlamr.json
Created March 22, 2020 21:45
rtlmr consumption
[
{
"time": "2020-03-21T21:40:00.000Z",
"rtlamr.first_consumption": 8759628
},
{
"time": "2020-03-21T21:44:00.000Z",
"rtlamr.first_consumption": 8759632
},
{
#!/bin/bash
# This is a companion script to https://github.com/konstantin-kelemen/arduino-amiibo-tools
# The original post this was crafted for was https://games.kel.mn/en/create-amiibo-clones-with-arduino/
# For more info go to https://games.kel.mn/en/companion-script-to-simplify-amiibo-cloning-with-arduino/
#requirements:
#sha1sum (part of coreutils)
#xxd (part of vim)
#hexdump
#amiitool (https://github.com/socram8888/amiitool)