Skip to content

Instantly share code, notes, and snippets.

View chergik's full-sized avatar

Andrey Chergik chergik

View GitHub Profile
@chergik
chergik / amz-prime-video-hide-cursor.user.js
Last active December 1, 2023 10:52
Tampermonkey script to hide annoying cursor when video is playing on Amazon Prime.
// ==UserScript==
// @name Amazon-Prime-Video-hide-hand
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Remove annoying cursor hand while watching the video.
// @author Andrey Chergik
// @include /^https://www\.(amazon|primevideo)\.com/.*$/
// @grant none
// ==/UserScript==