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
| (async () => { | |
| /* | |
| LinkedIn notification cleaner: | |
| - Turns In-app notifications ON | |
| - Turns Push notifications OFF | |
| - Turns Email OFF | |
| - Walks every notification category + subcategory startign form notification settings | |
| - Takes some time since LinkedIn is kinda bloaty | |
| Stop anytime from console with: |
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 Pumpsounds pumpfun | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.2 | |
| // @description try to take over the world! | |
| // @author null234 | |
| // @match https://pump.fun/coin/G4inPjyRi2zs7jxd9vXzajbtdBryEM4YhK9PWrpYpump | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=pump.fun | |
| // @grant none | |
| // @license MIT |
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
| <?xml version="1.0" encoding="UTF-16"?> | |
| <Task version="1.2" xmlns="http://schemas.microsoft.com/windows/2004/02/mit/task"> | |
| <RegistrationInfo> | |
| <Date>2023-01-18T18:19:11.4118961</Date> | |
| <Author>NULL234\null234</Author> | |
| <URI>\SetDefaulDeviceOnConnection</URI> | |
| <Description>Stop annoying windows! i want to decide what stadart playback device i use.</Description> | |
| </RegistrationInfo> | |
| <Triggers> | |
| <EventTrigger> |