Greasy Fork is available in English.

Photopea No Ads One-liner

Hide Photopea Ads

// ==UserScript==
// @name         Photopea No Ads One-liner
// @version      0.0.1
// @description  Hide Photopea Ads
// @icon         https://www.photopea.com/promo/thumb256.png

// @author       ml98
// @namespace    http://tampermonkey.net/
// @license      MIT

// @match        https://www.photopea.com/*
// @grant        none
// ==/UserScript==

location.hash = '#8887';