You NEED this for permit
Yogesh-Ga// ==UserScript==
// @name Yogesh-Games-Permit-ASK-PERMIT skip
// @namespace https://yogesh-games.glitch.me/
// @version 9.0.1
// @description You NEED this for permit
// @author You
// @match https://add-game-to-yogesh-games-permit.glitch.me/
// @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// @grant none
// @license MIT
// ==/UserScript==
(function() {
var permit
permit.skip = true
'use strict';
window.say("none");
// Your code here...
})();