Can anyone give me the permanent solution of clear browser history using JavaScript code? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 10

Can anyone give me the permanent solution of clear browser history using JavaScript code?

16th Sep 2018, 7:16 PM
A͢J
A͢J - avatar
4 Answers
+ 7
Browser history is user's personal data and I don't think JavaScript can modify/remove personal data. Am not sure with the case of asking user confirmation, though.
16th Sep 2018, 7:54 PM
Roneel
Roneel - avatar
+ 5
KrOW any alternative. With js library
26th Nov 2018, 4:24 PM
Charan Leo25
Charan Leo25 - avatar
+ 3
You can do it (with some limits) only developing a browser extension
16th Sep 2018, 11:02 PM
KrOW
KrOW - avatar
0
Charan LEo25 From what i know, dont exists any alternative from inside web page js but only from webextension code using history api https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/history
26th Nov 2018, 5:29 PM
KrOW
KrOW - avatar