Greasy Fork is available in English.

CursorsIO custom cursor (another hack if jpeg file is empty soo...)

A CursorsIO custom cursor extenstion (another hack if jpeg file is empty soo...)

// ==UserScript==
// @name         CursorsIO custom cursor (another hack if jpeg file is empty soo...)
// @namespace    lotus
// @version      0.1
// @description  A CursorsIO custom cursor extenstion (another hack if jpeg file is empty soo...)
// @author       lotus
// @match        http://cursors.io/
// @grant        none
// @run-at       document-idle
// ==/UserScript==

var re = '''
var customcursor = prompt("Path to cursor on device (Must be 128x128, jpeg , jpg, or cur", "file:///C:/Users/username/Downloads/");
    document.write('<style>cursor:url('
        + re + customcursor + re +
        ');</style>');