This is blocker for Edge ads on Microsoft websites.
- You should have Tampermonkey
- Go to GreasyFork and click Install
| const config = { | |
| timeToLoad: 350, | |
| timeToUnload: 350, | |
| }; | |
| let videoSet = new Set(); | |
| let result = []; | |
| const sleep = (ms) => new Promise((r) => setTimeout(r, ms)); |
| const config = { | |
| filterBySender: "Вы", | |
| regex: /coub\.com\/view\/[a-z0-9]+/, | |
| timeToLoad: 750, | |
| }; | |
| const dialogsRoot = document.querySelector("#im_dialogs"); | |
| const dialogScrollableArea = document.querySelector( | |
| "#im_dialogs .ui_scroll_inner.tt_noappend" |
| $urls = Get-Content "List of links - all.txt" | |
| $dir = ".\" | |
| [array] $arr = @(); | |
| foreach ($i in ($urls.Count - 1)..0) { | |
| $filename = "$dir$(Split-Path -Leaf $urls[$i]).mp4"; | |
| if ((Test-Path -Path $filename -PathType Leaf) -eq $False) { | |
| $arr += $urls[$i]; |
| $baseKey = '!mr' | |
| $baseName = 'MR' | |
| $text = @' | |
| Lorem ipsum | |
| Lorem ipsum | |
| Lorem ipsum | |
| '@ |
This is blocker for Edge ads on Microsoft websites.
This little script replaces Instagram's player with the native one built in browser. Using this script, you are able to save the video, disable/enable sound and do as many stuff as your browser can.
The scripts requires Tampermonkey or any other script runner.
View office documents in your browser with Microsoft Office Online. Previously made by ogzergin
A js file for Tampermonkey to make Aliexpress.com website redirect to the new item page. This project is a script for Aliexpress website.
Clone this project on GitHub and start your changes. If you want to use the script from source code, then create new script in Tampermonkey extension and put source code in opened window.
How to use this script?
A js file for Tampermonkey to make Aliexpress.com website redirect to the new item page. This project is a script for Aliexpress website.
Clone this project on GitHub and start your changes. If you want to use the script from source code, then create new script in Tampermonkey extension and put source code in opened window.
How to use this script?
A js file for Tampermonkey to get video links in Joker.ykt.ru video page. This project is a script for Joker website.
Clone this project on GitHub and start your changes. If you want to use the script from source code, then create new script in Tampermonkey extension and put source code in opened window.
How to use this script?