I hereby claim:
- I am Hans5958 on github.
- I am hans5958 (https://keybase.io/hans5958) on keybase.
- I have a public key whose fingerprint is E128 0A38 C6BE 5FF5 0AB3 C449 0EDA 2FD5 3E54 C2D7
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| var links = [] | |
| var messages = document.getElementsByClassName("messages")[0] | |
| var startLinks | |
| var endLinks | |
| function check() { | |
| startLinks = links.length | |
| array = document.getElementsByTagName("a") | |
| for (i = 0; i < array.length; i++) { | |
| if (links.includes(array[i].href) == false) { | |
| console.log(array[i].href) |
| @echo off | |
| echo Showing folder contents! | |
| dir %windir%\Prefetch\*.* | |
| echo Deleting Prefetch! | |
| del /f /q %windir%\Prefetch | |
| echo Showing folder contents! | |
| dir %windir%\Prefetch\*.* | |
| pause |
| #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. | |
| ; #Warn ; Enable warnings to assist with detecting common errors. | |
| SendMode Input ; Recommended for new scripts due to its superior speed and reliability. | |
| SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. | |
| ThrowSnowball(x, y) | |
| { | |
| Send, T | |
| Click %x%, %y% | |
| } |
| #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. | |
| #Warn ; Enable warnings to assist with detecting common errors. | |
| SendMode Input ; Recommended for new scripts due to its superior speed and reliability. | |
| ; SETTINGS | |
| ; -------- | |
| LagDelay := 2000 | |
| SpinBlob := 100 | |
| Interval := 100 |
| taskkill /f /im discord.exe | |
| %localappdata%\Discord\Update.exe --processStart Discord.exe |
| #NoEnv | |
| SendMode Input | |
| Esc::ExitApp | |
| ^t:: | |
| Loop 1000 | |
| { | |
| Random, x, 301, 1156 |
| taskkill /f /im OfficeClickToRun.exe |
| .arrow { | |
| display: block | |
| } |
| .access-required { | |
| visibility: visible !important | |
| } | |
| .option.add.login-required.active::after { | |
| visibility: hidden !important | |
| } | |
| .arrow { | |
| display: block !important; |