Skip to content

Instantly share code, notes, and snippets.

@sinnet3000
sinnet3000 / x-interests-bulk-uncheck.js
Created November 2, 2025 02:14
X (formerly Twitter) Interests Bulk Unchecking Tool
/**
* X (formerly Twitter) Interests Bulk Unchecking Tool
*
* Purpose: Automatically unchecks interests on X's settings page
* URL: https://x.com/settings/your_twitter_data/twitter_interests
*
* Based on: https://gist.github.com/TheSethRose/63d4cd0fd3b9fe33c3e51e83f87da26f
*
* Usage: Run this script in the browser console while on the X interests page.
* The script will automatically uncheck all selected interests with rate limiting protection.
ipv4-c001-hmo001-altan-redes-isp.1.oca.nflxvideo.net
ipv4-c002-nog001-transtelco-isp.1.oca.nflxvideo.net
ipv4-c001-gdl001-telefonica-mx-isp.1.oca.nflxvideo.net
ipv4-c001-mex001-telefonica-mx-isp.1.oca.nflxvideo.net
ipv4-c003-ntr001-transtelco-isp.1.oca.nflxvideo.net
ipv4-c001-gdl001-telefonica-mx-isp.1.oca.nflxvideo.net
ipv4-c002-mty001-transtelco-isp.1.oca.nflxvideo.net
@sinnet3000
sinnet3000 / inadyn.conf
Created March 21, 2021 09:43
Unifi Dreammachine Dynu DDNS working config
# ssh UDM
# vi inadyn.conf
# Generated automatically by ubios-udapi-server
#
iface = ppp
period = 300
custom api.dynu.com {
hostname = "{hostname.freeddns.org}"
username = "{username}"
password = "{supersecurepassword}"
@sinnet3000
sinnet3000 / iptables_whitelist_cloudflare.py
Created August 17, 2014 03:32
Create IPtables HTTP Whitelist Rules for Cloudflare and reject any other IP address.
#!/usr/bin/python
# Create IPtables HTTP Whitelist Rules for Cloudflare and reject any other IP address.
# Luis Colunga (@sinnet3000)
import sys
import os
import urllib2
import subprocess
cloudflare_url = "https://www.cloudflare.com/ips-v4"