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
; Remap copy Ctrl+C to LeftAlt+C | |
<!c::Send "^c" | |
; Remap paste Ctrl+V to LeftAlt+V | |
<!v::Send "^v" | |
; Remap cut Ctrl+X to LeftAlt+X | |
<!x::Send "^x" | |
; Remap undo Ctrl+Z to LeftAlt+Z |
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 Youtube Automatic Min Quality | |
// @namespace http://tampermonkey.net/ | |
// @version 2024-03-08 | |
// @description Set Youtube player automatically to min quality. | |
// @author Santeri Hetekivi | |
// @match *://*.youtube.com/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=youtube.com | |
// @grant none | |
// @license Apache-2.0 |
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 Youtube Automatic Max Quality | |
// @namespace http://tampermonkey.net/ | |
// @version 2024-03-02 | |
// @description Set Youtube player automatically to max quality. | |
// @author Santeri Hetekivi | |
// @match *://*.youtube.com/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=youtube.com | |
// @grant none | |
// @license Apache-2.0 |
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 Youtube Pause at the End | |
// @namespace http://tampermonkey.net/ | |
// @version 2024-03-02 | |
// @description Pause Youtube video at the end. | |
// @author Santeri Hetekivi | |
// @match *://*.youtube.com/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=youtube.com | |
// @grant none | |
// @license Apache-2.0 |
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 Youtube Automatic Theater | |
// @namespace http://tampermonkey.net/ | |
// @version 2024-03-02 | |
// @description Turn Youtube player to theater mode automatically. | |
// @author Santeri Hetekivi | |
// @match *://*.youtube.com/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=youtube.com | |
// @grant none | |
// @license Apache-2.0 |
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 Youtube Pause On Start | |
// @namespace http://tampermonkey.net/ | |
// @version 2024-03-02 | |
// @description Pause Youtube video on start. | |
// @author Santeri Hetekivi | |
// @match *://*.youtube.com/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=youtube.com | |
// @grant none | |
// @license Apache-2.0 |
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 YouTube Shorts Auto Next | |
// @description Automatically plays the next YouTube short. | |
// @version 2024-03-02 | |
// @author Santeri Hetekivi | |
// @match https://www.youtube.com/shorts/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=youtube.com | |
// @grant none | |
// @license Apache-2.0 | |
// ==/UserScript== |
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 Licensed (in English) | |
// @namespace http://tampermonkey.net/ | |
// @version 0.6 | |
// @description Show if manga is licensed in English. | |
// @author Santeri Hetekivi | |
// @match https://mangadex.org/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=mangadex.org | |
// @grant GM.xmlHttpRequest | |
// @grant window.onurlchange |
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 New Reddit post list to full width | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Transforming new Reddit post list to full width. | |
// @author Santeri Hetekivi | |
// @match https://www.reddit.com/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=reddit.com | |
// @grant none | |
// ==/UserScript== |
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
{ | |
"PresetList": [ | |
{ | |
"AlignAVStart": false, | |
"AudioCopyMask": [ | |
"copy:aac", | |
"copy:ac3", | |
"copy:dtshd", | |
"copy:dts", | |
"copy:mp3", |
NewerOlder