Skip to content

Instantly share code, notes, and snippets.

@VVispy
VVispy / VPN Binding Guide.md
Last active June 17, 2025 12:48
VPN Binding Guide

Bind VPN to Torrent Client Guide

VPN killswitches aren't always reliable. The best way to avoid exposing your IP address is by binding the VPN network interface to your torrent client. This ensures that downloads/uploads occur only while the VPN tunnel is active, reducing the chance of leaks to virtually zero.

Requirements:
A torrent client that supports network interface binding, such as:

@VVispy
VVispy / Windows Guide.md
Last active June 18, 2025 09:09
Windows Guide

Windows Guide Windows LogoMassgrave Logo

Note

GAC (General Availability Channel) are non-LTSC (Long Term Service Channel) editions.

Recommended Editions

  • Windows 11 Enterprise - If you like Windows 11 features and its UI.

Win 11 GAC Download

@VVispy
VVispy / Revanced Obtainium Guide.md
Last active June 18, 2025 06:03
Revanced Obtainium Guide

Install Updatable ReVanced Apps ReVanced LogoObtainium Logo

This guide will teach you how to use Obtainium to install and update Revanced apps. The apps are prepatched and prebuilt on ReVanced Magisk Module. A new version of the included apps is created every time a new revanced patch releases. APKMirror is used to source the APKs, using the latest or recommeded version by Revanced.

Note

You must uninstall any previously installed ReVanced apps if it shows a conflict error when updating to the Obtainium version for the first time.

@VVispy
VVispy / LG TV Homebrew Guide.md
Last active June 15, 2025 18:09
LG TV Homebrew Guide

Install Updatable Third-Party Apps on LG TVs webOS Brew Logo

Install third-party apps on LG TVs using webOS Dev Manager and LG Developer Mode auto-renewal — completely free.

Requirement: LG TV running webOS 2015+

  • Install extra apps not available on the LG Content Store, such as:
    • Ad-free YouTube (with SponsorBlock)
    • Kodi
  • Does not void your warranty
  • Safe if done correctly
@VVispy
VVispy / renew.yml
Last active November 22, 2024 18:26
renew dev mode script
on:
workflow_dispatch:
schedule:
- cron: "15 23 * * *"
jobs:
my-job:
runs-on: ubuntu-latest
steps:
- name: Make API Request