How do I delete certain URL in current session history by C++ code. For example Firefox navigate to URL1, URL2 and URL3. I what to delete URL 2. So when I click back button Firefox goes to URL1 from URL3. Thanks.
For example Firefox navigate to URL1, URL2 and URL3. At URL 3 I what to delete URL 2 from current session history. So when I click back button Firefox goes back to URL1 (not URL2) from URL3. Thanks.
Tom
For example Firefox navigate to URL1, URL2 and URL3. At URL 3 I what to delete URL 2 from current session history. So when I click back button Firefox goes back to URL1 (not URL2) from URL3. Thanks.
Tom
All Replies (1)
You can open the tab session history via the right-click context menu or the drop down marker and choose which url you want to go to.