A userscript that automatically hides RedGifs embed player controls and the cursor when the mouse is idle, restoring them on movement.
At the top of the script, adjust HIDE_DELAY to control how long (in milliseconds) the controls stay visible after the last mouse movement before hiding again:
const HIDE_DELAY = 2000; // 2 seconds
MIT — do whatever you want with it.