View Single Post
  #6  
Old 13.01.2022, 16:29
invisibleman78 invisibleman78 is offline
JD VIP
 
Join Date: May 2009
Posts: 322
Default

Quote:
Originally Posted by Jiaz View Post
Update: Sorry, now I understand. You want to clear the history in the MyJDownloader Browser extension.
That is not stored in your JDownloader but I guess sort of autocomplete feature of the browser or another extension.
THAT was a beast!
Thanks to your suggestion @Jiaz, I finally found the SQLite-Database called "WebData" for my Google Chrome containing my no more wanted MyJDownloader Browser Extension Package History
Code:
%localappdata%\Google\Chrome\User Data\Default\WebData
After searching this WebData-DB with
Code:
select * from autofill where value like '%unwanteduniquestring%'
and deleting it, the MyJDownloader Browser Extension no more show this entries.

Thanks for your update!
Reply With Quote