Skip to content

Instantly share code, notes, and snippets.

View ctrlaltf2's full-sized avatar
🤠

Caleb ctrlaltf2

🤠
View GitHub Profile
import network
import socket
import time
import struct
from machine import Pin
NTP_DELTA = 2208988800
host = "pool.ntp.org"
@luavixen
luavixen / fandom.ublock
Created February 7, 2022 15:33
uBlock Origin rules that make Fandom (fandom.com) feel more like a normal wiki site.
fandom.com##.global-navigation
fandom.com##.main-container:style(margin: 0 !important; width: 100% !important)
fandom.com##.fandom-sticky-header:style(left: 0 !important)
fandom.com##.top-ads-container
fandom.com##.bottom-ads-container
fandom.com##.page__right-rail
fandom.com###mixed-content-footer
fandom.com##.notifications-placeholder
fandom.com###WikiaBar
fandom.com##.wds-global-footer__bottom-bar

Moved to repo: /quenhus/uBlock-Origin-dev-filter

In order to keep filters up to date, please use this repo.

@AaronDavidSchneider
AaronDavidSchneider / remarkable_tablet_get_update_machine_id.py
Last active July 31, 2025 12:51 — forked from chimpdude/remarkable1_tablet_get_update_machine_id.py
Generate random machine ids and send to reMarkable update server to find an ID that is approved for a firmware update.
#!/usr/bin/env python3
import time
import uuid
import random
import requests
# This script is tested and working as of November 2020.
# It is only a slightly modified version of leezu's script: https://gist.github.com/leezu/2efb1533d453b70db406b58eb6e3a2af
# leezu gets 99.9% of the credit