chat as many times you want it wont tell you to pay
当前为
// ==UserScript==
// @name Free forever
// @namespace Violentmonkey Scripts
// @match https://www.genschat.com/*
// @match https://www.characterwaifu.com/*
// @include https://characterwaifu.com/*
// @match https://www.aicharacterwaifu.com/*
// @include https://aicharacterwaifu.com/*
// @grant none
// @version 2.0
// @author -
// @license MIT
// @description chat as many times you want it wont tell you to pay
// ==/UserScript==
(function() {
'use strict';
window.showSubscribe = function() {
};
window._vInstance_.$store.state.isVip = true;
})();