Pixlr Download Limit Avoider

Refresh Pixlr to reset the download limit 👌.

// ==UserScript==
// @name         Pixlr Download Limit Avoider
// @name:fr      Suppresseur de limite de téléchargement Pixlr
// @namespace    https://pixlr.com/
// @version      0.1
// @license      MIT
// @description  Refresh Pixlr to reset the download limit 👌.
// @description:fr Actualisez Pixlr pour réinitialiser la limite de téléchargements 👌.
// @author       TheRedSlime
// @match        https://pixlr.com/@*
// @run-at       document-idle
// ==/UserScript==

(function() {
    'use strict';
    localStorage.clear();
})();