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 marumaru helper | |
// @namespace http://tampermonkey.net/ | |
// @version 1.0 | |
// @description delete ads from marumaru.in | |
// @author Simon tsweeper Lee | |
// @match *://marumaru.in/* | |
// @match *://wasabisyrup.com/* | |
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js | |
// @require https://gist.github.com/raw/2625891/waitForKeyElements.js |
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
Windows Registry Editor Version 5.00 | |
[HKEY_CLASSES_ROOT\Directory\Background\shell\youtube-dl] | |
@="youtube-dl here" | |
[HKEY_CLASSES_ROOT\Directory\Background\shell\youtube-dl\command] | |
; requires Powershell 6 with ClipboardText module installed. | |
; Install-Module -Name ClipboardText | |
; https://www.powershellgallery.com/packages/ClipboardText | |
@="pwsh.exe -NoExit -Command {$f=\"F:\\tools\\youtube-dl.exe\";$args=Get-ClipboardText;& $f $args}" |
NewerOlder