FileCR Bypass

a threeliner to bypass FileCR premium

2023/03/23のページです。最新版はこちら

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
// ==UserScript==
// @name         FileCR Bypass
// @namespace    james_willer
// @match       *://filecr.com/*
// @icon        https://filecr.com/wp-content/uploads/2018/11/favico.png
// @version      1.0
// @description  a threeliner to bypass FileCR premium
// @author       James_willer
// @grant        none
// @license     Unlicense
// ==/UserScript==

if (!document.cookie.includes("extensionIsInstalled")) {
    document.cookie = "extensionIsInstalled=true; expires=Tue, 19 Jan 2038 04:14:07 GMT; path=/;";
}