// ==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 // @downloadURL none // ==/UserScript== location.hash = '#8887';