This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name JumpinChat Open Dyslexic Mono Font | |
// @version 1.0 | |
// @description Uses Open Dyslexic Mono Font on jumpin.chat & jumpinchat.com | |
// @author https://github.com/Technetium1 | |
// @updateURL 127.0.0.1 | |
// @match https://jumpin.chat/* | |
// @match https://jumpinchat.com/* | |
// @grant GM_addStyle | |
// @run-at document-start |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@ECHO off | |
ECHO MICROSOFT EDGE IS FUCKING GARBAGE! LET'S GET RID OF IT FOREVER! | |
ECHO | |
SLEEP 1 | |
goto admincheck | |
:admincheck | |
ECHO CHECKING FOR ADMIN PERMISSION TO CONTINUE! | |
net session >nul 2>&1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
# -*- coding: utf-8 -*- | |
from time import sleep | |
import pyfiglet | |
with open("pyfigletfonts.txt", "r") as file: | |
fonts = file.read().splitlines() | |
for fonty in fonts: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Start-Process -FilePath "C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" -ArgumentList "http://captive.apple.com/hotspot-detect.html" | |
timeout /T 10 /NOBREAK | |
echo "ENDING EDGE!" | |
Get-Process -Name "*Edge*" | Stop-Process |
OlderNewer