![]() |
#16 |
Member
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 11
Karma: 1110
Join Date: Feb 2011
Device: none
|
Works like a charm, many thanks!!
![]() |
![]() |
![]() |
![]() |
#17 |
Connoisseur
![]() Posts: 78
Karma: 70
Join Date: Apr 2011
Location: Canada
Device: kindle, DSi xl, 3DS, iPod, Playbbok
|
wow you are amazing! thanks so much
![]() I can't understand why Amazon has such a cumbersome way of deleting personal documents. I was able to delete 4 at a time if I was quick enough. It took soooo long. When you send yourself 4 newsfeeds from calibre automatically everyday, they add up real quick. I do have one question... does the "delete all" delete only all the ones in your filter or does it completely empty it? I would go ahead and try it out myself but I do not to empty the entire thing... |
![]() |
![]() |
Advert | |
|
![]() |
#18 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,669
Karma: 2300001
Join Date: Mar 2011
Location: Türkiye
Device: Kindle 5.3.7
|
It removes all of your personal documents not the filtered ones. (You might need to use it several times to delete all of the archive .)
|
![]() |
![]() |
![]() |
#19 |
Cloud Reader
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,091
Karma: 3800000
Join Date: Aug 2010
Device: Kindle Paperwhite 5, iPad Mini 6, Remarkable 2
|
Hey, it does actually work in Safari with JavaScript debugging on...
Via Developer toolbar... |
![]() |
![]() |
![]() |
#20 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,669
Karma: 2300001
Join Date: Mar 2011
Location: Türkiye
Device: Kindle 5.3.7
|
|
![]() |
![]() |
Advert | |
|
![]() |
#21 |
Cloud Reader
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,091
Karma: 3800000
Join Date: Aug 2010
Device: Kindle Paperwhite 5, iPad Mini 6, Remarkable 2
|
|
![]() |
![]() |
![]() |
#22 |
Connoisseur
![]() Posts: 78
Karma: 70
Join Date: Apr 2011
Location: Canada
Device: kindle, DSi xl, 3DS, iPod, Playbbok
|
Thomass: Oh ok thanks. I wont use that one.
It still saves me loads of time. thanks. |
![]() |
![]() |
![]() |
#23 |
Fanatic
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 557
Karma: 1334691
Join Date: Nov 2006
Location: Miami
Device: KH2O, KPW2, KDXG, KPW1, K3, S505
|
What a live saver. Thanks!
|
![]() |
![]() |
![]() |
#24 |
Enthusiast
![]() Posts: 30
Karma: 10
Join Date: Mar 2012
Device: Kindle Touch
|
Thanks!
|
![]() |
![]() |
![]() |
#25 |
Fanatic
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 556
Karma: 1283268
Join Date: Mar 2010
Device: KindleDX,Kindle 4, Kindle Keyboard 3G
|
Holy Scheiße! That works perfectly! I send newspapers via calibre to my Kindle, and I had pages of personal document to delete!
Thank you, Thank you! |
![]() |
![]() |
![]() |
#26 |
Groupie
![]() ![]() ![]() ![]() Posts: 150
Karma: 368
Join Date: Aug 2004
Location: Charlotte, NC
Device: Kindle Paperwhite 2021, assorted Fire tablets.
|
I'm embarrassed to say I was about to give up on this working for me until I realized that the View drop down had to be on Personal Documents. This should have been obvious from your screenshot but I still missed it :-). This works perfectly and allowed me to delete a couple of hundred calibre newsfeeds from my archive. It's much more manageable now. Thanks again.
|
![]() |
![]() |
![]() |
#27 |
Fanatic
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 556
Karma: 1283268
Join Date: Mar 2010
Device: KindleDX,Kindle 4, Kindle Keyboard 3G
|
Thanks so much for this! I just replace "Personal Documents" in the script with "Newspapers", and deleted a few pages of archived newspapers (one page at a time, of course).
javascript ![]() |
![]() |
![]() |
![]() |
#28 |
Fanatic
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 556
Karma: 1283268
Join Date: Mar 2010
Device: KindleDX,Kindle 4, Kindle Keyboard 3G
|
Thanks much for this! I just replaced "Personal Documents" in the script with "Newspapers" (as below) and removed all of my archived newspapers.
Code:
javascript:(function(){ var v = new RegExp("Newspapers"); if (!v.test(document.URL)) { return false; } {a=document.getElementsByClassName('rowBodyCollapsed');for(var i = 0; i<a.length; i++){Fion.deleteItem('deleteItem_'+a[i].getAttribute('asin'));};return; }})(); |
![]() |
![]() |
![]() |
#29 |
Junior Member
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 3
Karma: 1000
Join Date: Jun 2013
Device: Kindle paperwhite
|
The administration page for your Kindle content (called FIONA) is what inspired me to start working on something better. So far I have assembled the bits and pieces on how the bloody thing works, and used that info to create a minimal python library along with a minimal sample program that uses it.
Basically it is just using the underlying server API that the userscript/bookmarklet is indirectly using through the extremely badly written Javascript code from Amazon. In that regard it can serve as a basis for something written for a browser. As in something larger than the little bookmarklet. Perhaps a plugin for Chrome that can manage content? I was thinking of filtering on title, mass deletes, and such. Would that be interesting? |
![]() |
![]() |
![]() |
#30 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,669
Karma: 2300001
Join Date: Mar 2011
Location: Türkiye
Device: Kindle 5.3.7
|
|
![]() |
![]() |
![]() |
Tags |
bookmarklet, kindle tools, manage my devices, myk, personal document |
Thread Tools | Search this Thread |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
[request] Script for easily deleting archived Personal Documents | mtsp | Kindle Developer's Corner | 1 | 03-29-2012 10:01 AM |
Personal Documents | beckywc | Kindle Fire | 1 | 12-07-2011 10:56 PM |
Can't delete Archived Item on Kindle3 | anth82 | Amazon Kindle | 24 | 02-24-2011 09:28 AM |
Personal Documents Waiting for Wifi Delivery - auto delete? | 27spots | Kindle Developer's Corner | 2 | 01-16-2011 07:08 AM |
Archive Personal Documents? | carchase | Amazon Kindle | 5 | 04-21-2010 01:53 PM |