Git Product home page Git Product logo

Comments (18)

kkHAIKE avatar kkHAIKE commented on July 17, 2024 2

转载请注明出处,登录后马上运行(点击上传文件之前)
var fakeSizeLimitGetter = function () { return 2147483648; }; if (Object.defineProperty) { Object.defineProperty(UPLOAD_CONFIG_H5, "size_limit", { get: fakeSizeLimitGetter }); } else if (Object.prototype.__defineGetter__) { UPLOAD_CONFIG_H5.__defineGetter__("size_limit", fakeSizeLimitGetter); }

from fake115.

wsxy162 avatar wsxy162 commented on July 17, 2024

可用,但是不支持“极速上传”,这个功能需要插件支持吧。“极速上传”只在 115 浏览器里可用,用到 fake 115 脚本的浏览器也都是其他浏览器了,也许可以直接集成这个到原脚本里,解锁普通上传的限制。

from fake115.

kkHAIKE avatar kkHAIKE commented on July 17, 2024

极速上传是指秒传?

2016-11-04 18:03 GMT+08:00 Dingzhong Chen [email protected]:

可用,但是不支持“极速上传”,也许这个需要插件支持。谢谢。


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#18 (comment), or mute
the thread
https://github.com/notifications/unsubscribe-auth/AAD9BAPnN-JwL1ZCJYnJdE1zMg_Xarezks5q6wLvgaJpZM4Ko8ah
.

from fake115.

wsxy162 avatar wsxy162 commented on July 17, 2024

是的。

from fake115.

wsxy162 avatar wsxy162 commented on July 17, 2024

115upload_v1.1.8_x64.tar.gz
115upload_v1.1.8_x86.tar.gz
这两个是 linux 上最后一个版本的插件了,官方地址已经 404 了,从迅雷服务器上拉下来的。装上去也是显示需要安装“115 浏览器”,不能启用“极速上传”。不知道可否伪装浏览器使用旧插件来上传。

from fake115.

kkHAIKE avatar kkHAIKE commented on July 17, 2024

你说的极速上传不是秒传吧,秒传指的是已经有了该文件其他地方上传过,再次上传就不用再传直接成功

from fake115.

wsxy162 avatar wsxy162 commented on July 17, 2024

115 帮助中心
从这里看,秒传是极速上传下的一个子功能,极速上传需要控件/插件。

之前误认为 秒传=极速上传,是因为我主要在用秒传功能,不能秒传的文件很少(不存个人资料)。

from fake115.

kkHAIKE avatar kkHAIKE commented on July 17, 2024

的确,极速上传=秒传+(断点续传+稳定)

from fake115.

wsxy162 avatar wsxy162 commented on July 17, 2024

现在是这些插件 115 很久没有维护了,极速上传的功能难道只能在它的绑定浏览器上用?

from fake115.

kkHAIKE avatar kkHAIKE commented on July 17, 2024

光靠js最多只能实现秒传,不过也非常复杂

from fake115.

wsxy162 avatar wsxy162 commented on July 17, 2024

115 推广他家的浏览器不知道是布局什么,网盘客户端的不能实现跨平台支持,这就残废了很多。

from fake115.

acgotaku avatar acgotaku commented on July 17, 2024

@kkHAIKE 球问 如何实现 LoginEncrypt 函数 逆向官方115浏览器么?

from fake115.

kkHAIKE avatar kkHAIKE commented on July 17, 2024

@acgotaku 雪月秋水君,的确如此

from fake115.

acgotaku avatar acgotaku commented on July 17, 2024

厉害厉害 要是能写篇文章分享下就好了

我很好奇这个怎么实现的

On Nov 6, 2016 16:32, "kkHAIKE" [email protected] wrote:

@acgotaku https://github.com/acgotaku 雪月秋水君,的确如此


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#18 (comment), or mute
the thread
https://github.com/notifications/unsubscribe-auth/ABIvmqpDBKcJWW19WjiA1MOcHVgy421Tks5q7ZCRgaJpZM4Ko8ah
.

from fake115.

kkHAIKE avatar kkHAIKE commented on July 17, 2024

油猴增加秒传的想法:

  1. 油猴不知道能不能使用FileReader读取本地文件,Firefox的是不行,chrome没有尝试过。
  2. 界面上要增加一个<input type='file'>没想好放在哪里,和应该怎么放

from fake115.

kkHAIKE avatar kkHAIKE commented on July 17, 2024

@acgotaku 囧,有个小技巧,怕公布了官方封杀就麻烦

from fake115.

acgotaku avatar acgotaku commented on July 17, 2024

@kkHAIKE 可以私密分享么? 我邮箱是 acgotaku311 # gmail.com

from fake115.

NiesmialyGosc avatar NiesmialyGosc commented on July 17, 2024

转载请注明出处,登录后马上运行(点击上传文件之前)

@kkHAIKE 您好,这段代码挺有用的,非常感谢!但还是有限制:可以突破200MB,但依然没法上传大于1GB的文件(哪怕1025MB甚至1024.1MB的都不行,我试过),请问怎样才能把上限调到1GB以上呀?多谢!!

from fake115.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.