Skip to content

怎么使用本地浏览器缓存 免账密登录(How to use Local Browser Cache Password‐Free Login)

Khalil edited this page Aug 28, 2023 · 2 revisions

如果遇到登录异常的情况 那可能是由于弹出了图片验证的框,这时候就需要使用浏览器缓存来进行登录从而避开图片验证:
如要使用免密登录,首先先在自己的谷歌浏览器中进入www.lolesports.com网站并登录.一定记得要勾选保持在线的按钮.
然后在地址栏输入chrome://version/后按回车来到信息界面,其中的圈起来的部分就是你浏览器个人信息存储的位置,你需要把圈起来的部分复制下来并将其中的单斜杠换成双斜杠.
image-20230412124141972
然后在config.yaml文件中配置好,例如配置成userDataDir: "C:\\Users\\Khalil\\AppData\\Local\\Google\\Chrome\\User Data"就可以实现免密使用浏览器缓存来自动登录了.
(注意,开启软件之前需要先关闭谷歌浏览器,要不然会发生错误.)(浏览器存储的信息可能一个月之后消失,所以届时需要重新手动登录,并再次勾选一次.)


If you encounter a login exception, it may be due to the pop-up image verification box, then you need to use the browser cache to login to avoid the image verification.
If you want to use a password protected login, first go to www.lolesports.com in your Google Chrome browser and log in. Be sure to tick the Stay Online button.
Then type chrome://version/ in the address bar and press enter to get to the information screen, where the circled part is where your browser's personal information is stored, you need to copy the circled part and replace the single slash with a double slash.
image-20230412124141972
Then configure the config.yaml file, for example, configure userDataDir: "C:\\Users\\Khalil\\AppData\\Local\\Google\\Chrome\\User Data" can be realised to use the browser cache to log in automatically without confidentiality.
(Note that you need to close Google Chrome before you start the software, otherwise an error will occur.) (The information stored in the browser may disappear after a month, so you need to manually log in again and tick the box again.)