You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment I have more than 1k highlights in Kindle that I've already imported to Anki (the reason I highlighted the words), but they are still stored by Amazon as well, which makes looking for relevant highlights difficult.
The page these highlights are scraped from has a delete button, clicking it shouldn't be too difficult.
It looks like a simple POST request would do as well. No need to click the actual button. The scraper just has to record the authenticity_token, which seems to be the same for all highlights.
The text was updated successfully, but these errors were encountered:
Thanks for the comment, and sorry I didn't notice this issue item. I'll check your suggestion.
However, [Location] column for each highlight has link to kindle app, and it opens the location in the app which can update/delete the highlights. It does not work?
Some background:
The page these highlights are scraped from has a delete button, clicking it shouldn't be too difficult.
Here's a sample HTML for the delete button:
It looks like a simple POST request would do as well. No need to click the actual button. The scraper just has to record the
authenticity_token
, which seems to be the same for all highlights.The text was updated successfully, but these errors were encountered: