One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
// ==UserScript== | |
// @name Udemy Hide Video Playback Controls | |
// @namespace https://github.com/WesleiRamos | |
// @version 2024-11-29 | |
// @description Hide Playback Controls when mouse is not moving on Udemy, based on Rahul's script (https://greasyfork.org/pt-BR/scripts/519179-udemy-hide-video-playback-controls) | |
// @author Weslei Ramos | |
// @match https://www.udemy.com/course/* | |
// @icon https://www.udemy.com/staticx/udemy/images/v7/apple-touch-icon.png | |
// @license MIT | |
// @grant none |