lonecrane
lonecrane
@ZekeSnider Thaks a lot. With your help, I have figured out this issue. The 'profile' parameter should be a word such as 'Default', neither absolute path nor relative path. It's...
@rubengmurray Hi. At present I am using the demo code which use the 'require' method. I am totally newbie to node.js, so I wander how to use the index.js directly...
@rubengmurray Thanks a lot. You are so nice. With the the default parameter of profile path, I have tested my current Chrome 80.0.3987.149 (Official Build) (64-bit) (cohort: Stable) on windows...
@rubengmurray Many thanks. I just installed chrome-cookies-secure two or three days ago. Maybe my problem arise from my another misunderstanding, and I would like to have more deeper test, modifying...
To me, the problem is different, doesn't involving simultaneously downloading. It is that the so-called "cross-seeding" senario go wrong for some particular torrents. Actually I add the torrents one by...
@FranciscoPombal No, before I restart qbittorrent, every torrent has been rechecked to 100% separately. Actually they point to the same files. However, they will report "file missing" after restart qbittorrent....
> 设置全局扩展脚本,写个例子: > > ```js > function main(config, profileName) { > // 不同的订阅策略组名称可能不一样,可以用profileName判断一下 > // Example: config["rules"][] = "你的规则" > config["rules"][] = "GEOIP,CN,全局直连" > if (profileName == "订阅1") { >...