Confirm this works with extension version 2.4.3

Just update SETUP.md to mention the version, and remove the TODO for
adding phone number login, which LINE Chrome will disable soon.
This commit is contained in:
Andrew Ferrazzutti 2021-03-31 01:55:11 -04:00
parent 85653c355a
commit 9d6c7efa70
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Setup
1. Download the .crx file of the [LINE Chrome extension](https://chrome.google.com/webstore/detail/line/ophjlpahpchlmihnnnihgmmeilfjmjjc) (version 2.4.1), and extract it to `puppet/extension_files`
1. Download the .crx file of the [LINE Chrome extension](https://chrome.google.com/webstore/detail/line/ophjlpahpchlmihnnnihgmmeilfjmjjc) (version 2.4.3), and extract it to `puppet/extension_files`
2. `cd` to the `puppet` directory and run `yarn --production`
3. Run `node prep_helper.js` to open the version of Chrome downloaded by Puppeteer, and click on the LINE icon next to the URL bar
4. Once the LINE popup appears, press F12 to show DevTools, which will reveal the LINE extension's UUID

View File

@ -165,7 +165,6 @@ export default class MessagesPuppeteer {
break
}
// TODO Phone number login
default:
this._sendLoginFailure(`Invalid login type: ${login_type}`)
return