Bypass FileCrypt

Bypass FileCrypt and get the original link!

目前为 2020-11-27 提交的版本。查看 最新版本

  1. // ==UserScript==
  2. // @name Bypass FileCrypt
  3. // @namespace StephenP
  4. // @version 1.1.5
  5. // @description Bypass FileCrypt and get the original link!
  6. // @author StephenP
  7. // @match http://filecrypt.cc/Link/*
  8. // @match http://www.filecrypt.cc/Link/*
  9. // @match http://filecrypt.co/Link/*
  10. // @match http://www.filecrypt.co/Link/*
  11. // ==/UserScript==
  12. (function () {
  13. window.stop();
  14. const a=document.body.innerHTML.lastIndexOf(document.location.host+"/index.php?Action");
  15. top.location.href="https://"+document.body.innerHTML.substring(a,document.body.innerHTML.indexOf('<',a)-1).replace('&amp;', '&');
  16. })();

QingJ © 2025

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