Skip to content

Instantly share code, notes, and snippets.

@Ranamzes
Ranamzes / easyFindYandexImage.user.js
Last active May 30, 2023 15:23
Tampermonkey. Quick search from the clipboard with alt+V
// ==UserScript==
// @name Yandex image alt+V find from buffer
// @namespace https://gist.github.com/Ranamzes/462f056ac42f571cdf38416bbe838ff5.js
// @version 0.1
// @description Quick search from the clipboard with alt+V
// @author RE•MART
// @match https://yandex.ru/images/search*
// @icon https://www.google.com/s2/favicons?sz=64&domain=yandex.ru
// @grant none
// @run-at document-start
@Ranamzes
Ranamzes / holaVpnUiDasable.user.js
Last active June 27, 2023 19:16
Disable HolaVPN UI
// ==UserScript==
// @name HollaUI Disable
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Disable HolaVPN UI
// @author You
// @match *://*/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=hola.org
// @grant none
// ==/UserScript==
@Ranamzes
Ranamzes / youtube-speed-toggle.user.js
Last active February 26, 2024 02:40
Tampermonkey script to switch playback speed on YouTube using Enhancer for YouTube
// ==UserScript==
// @name Enhancer for YouTube Speed Toggle
// @namespace http://tampermonkey.net/
// @version 0.2
// @description Toggle YouTube playback speed between normal and a preset speed using Enhancer for YouTube extension.
// @author Re•MART
// @match https://www.youtube.com/watch?*
// @grant none
// ==/UserScript==