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=/;";
}

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址