Skip to content

Instantly share code, notes, and snippets.

View gemmaarianna's full-sized avatar

gemmaarianna

  • Joined Feb 12, 2025
View GitHub Profile
@SharafatKarim
SharafatKarim / IUPC contest sites blocking script.bat
Created November 30, 2024 01:36
A simple windows batch script to block every single unwanted websites, except one!
@echo off
setlocal enabledelayedexpansion
:menu
cls
echo Site-Blocker
echo -----------------
echo 1. Block everything except toph.co and its subdomains
echo 2. Restore hosts file from backup
echo 3. Exit