This file contains 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 |
This file contains 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 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 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 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 Roboto Mono Font | |
// @version 1.1 | |
// @description Uses Roboto Mono Nerd 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 has been truncated, but you can view the full file.
This file contains 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 B612 Mono Nerd Font | |
// @version 1.0 | |
// @description Uses B612 Mono Nerd Font on jumpin.chat & jumpinchat.com | |
// @author https://github.com/Technetium1 | |
// @updateURL https://127.0.0.1 | |
// @match https://jumpin.chat/* | |
// @match https://jumpinchat.com/* | |
// @grant GM_addStyle | |
// @run-at document-start |
This file contains 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 TC SUCKS | |
// @match https://tinychat.com/* | |
// @exclude https://tinychat.com/*?1* | |
// @exclude /.*tinychat\.com\/(settings|promote|gifts|subscription|coins|start|privacy\.|terms\.)([#\/].+)?/ | |
// ==/UserScript== | |
(function() { | |
'use strict'; |
This file contains 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 Export Google Domain Directory Contacts | |
// @version 1.0 | |
// @description Export Google Contacts Domain Directory to LocalStorage | |
// @match *://contacts.google.com/* | |
// @require https://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js | |
// @require https://gist.github.com/raw/2625891/waitForKeyElements.js | |
// @grant GM_addStyle | |
// @run-at document-start | |
// ==/UserScript== |
This file contains 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 bash | |
sudo modprobe v4l2loopback exclusive_caps=1 | |
ffmpeg -f x11grab -r 15 -s 1920x1080 -i :0.0+0,0 -vcodec rawvideo -pix_fmt yuv420p -threads 0 -f v4l2 /dev/video2 |
This file contains 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
User-agent: * | |
Disallow: / | |
##tech collected | |
# 80legs Crawler | |
User-agent: 008 | |
Disallow: / | |
# Yandex | |
User-agent: Yandex | |
disallow: / | |
# discoveryengine.com |
NewerOlder