Skip to content

Instantly share code, notes, and snippets.

View IIvexII's full-sized avatar
🐢
Slow, but steady.

Zafeer Hafeez IIvexII

🐢
Slow, but steady.
View GitHub Profile
@WesleiRamos
WesleiRamos / fix-udemy-controls.js
Created November 29, 2024 17:22
Hide Playback Controls when mouse is not moving on Udemy
// ==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
@PurpleBooth
PurpleBooth / README-Template.md
Last active April 29, 2025 02:22
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

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.

Prerequisites