Disclaimer
This article is for research purposes. If you do this, I will not be held responsible for any license violations that may occur.
- MC60H-DWHD5-H80U9-6V85M-8280D
- 4A4RR-813DK-M81A9-4U35H-06KND
This article is for research purposes. If you do this, I will not be held responsible for any license violations that may occur.
irssi
or weechat
.
sudo apt install tor hexchat
tor
command to start the tor service on 127.0.0.1:9050.Taken from https://github.com/pixeltris/TwitchAdSolutions.
My filters
tab add twitch.tv##+js(twitch-videoad)
.Settings
tab, enable I am an advanced user
, then click the cog that appears. Modify the value of userResourcesLocation
from unset
to the full url of the solution you wish to use (if a url is already in use, add a space after the existing url). e.g. userResourcesLocation https://github.com/pixeltris/TwitchAdSolutions/raw/master/vaft/vaft-ublock-origin.js
The way Windows handles the recycle bin is by moving your “deleted” files to a secret directory called $RECYCLE.BIN on the root of whatever storage device you’re removing from. The problem starts when you move from one device to another after “deleting” something. Files accumulate, but you can’t see them normally, including sensitive ones. The only way you can is either by enabling View Protected Operating System Files in explorer.exe, or by using Everything which caches this directory.
The below command shows how to manually clear this directory:
rmdir /q /s C:\$RECYCLE.BIN
Change the drive letter to whatever mounted storage media you want to clear out.
sudo apt install libnotify
notify-send “Notification title” “This is the test notification!”