From 9d6c7efa7024bd42153d3baebe0279ee44be3d78 Mon Sep 17 00:00:00 2001 From: Andrew Ferrazzutti Date: Wed, 31 Mar 2021 01:55:11 -0400 Subject: [PATCH] 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. --- SETUP.md | 2 +- puppet/src/puppet.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/SETUP.md b/SETUP.md index c22346b..4f1f235 100644 --- a/SETUP.md +++ b/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 diff --git a/puppet/src/puppet.js b/puppet/src/puppet.js index ac7af1a..97adc1d 100644 --- a/puppet/src/puppet.js +++ b/puppet/src/puppet.js @@ -165,7 +165,6 @@ export default class MessagesPuppeteer { break } - // TODO Phone number login default: this._sendLoginFailure(`Invalid login type: ${login_type}`) return