Greasy Fork is available in English.

FileCR Assistant Bypass

A simple script to bypass FileCR Assistant.

< Spätná väzba na FileCR Assistant Bypass

Hodnotenie: Dobré - skript funguje

§
Pridaný: 23.03.2023

Used to work without issues. Now something got updated at FileCR and this script needs updating.

§
Pridaný: 25.03.2023

Try the below code

// ==UserScript==
// @name FileCR Assistant Bypass
// @namespace lemons
// @license Unlicense
// @match *://filecr.com/*
// @icon https://filecr.com/wp-content/uploads/2018/11/favico.png
// @grant none
// @version 1.0
// @author lemons
// @description A simple script to bypass FileCR Assistant.
// ==/UserScript==

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

§
Pridaný: 28.03.2023

That does show the crown, but it doesn't allow to download. Also premium link redirects to non-premium.

lem6nsAutor
§
Pridaný: 29.03.2023

fixed

§
Pridaný: 01.04.2023

But is there a cure against "Please Disable AdBlocker" bs?

§
Pridaný: 01.04.2023

Nvm, comes out uBO had a cache conflict. Needed to purge, update and ctrl+f5.
But it wouldn't hurt to include the anti-anti in this script too.

Pridať odpoveď

Aby ste mohli pridať odpoveď, prihláste sa.