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:
parent
85653c355a
commit
9d6c7efa70
2
SETUP.md
2
SETUP.md
|
@ -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
|
||||
|
|
|
@ -165,7 +165,6 @@ export default class MessagesPuppeteer {
|
|||
|
||||
break
|
||||
}
|
||||
// TODO Phone number login
|
||||
default:
|
||||
this._sendLoginFailure(`Invalid login type: ${login_type}`)
|
||||
return
|
||||
|
|
Loading…
Reference in New Issue