ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Post New Requests Here

Transfer all opened tabs in browser to a txt file

<< < (3/3)

4wd:
There's also Powershell (v3+), adapted from StackOverflow:


--- Code: PowerShell ---Get-Content ~\AppData\R*\M*\F*\P*\*\s*\recovery.js | ConvertFrom-Json | Select -Expand Windows | Select -Expand Tabs | Where { !$_.hidden } | ForEach { @($_.Entries)[-1] } | Select Url >somefile.txt
Output:

--- Code: Text ---url---https://www.mozilla.org/en-US/firefox/all/https://www.donationcoder.com/file:///D:/My%20Documents/PC.htmlhttp://jsonviewer.stack.hu/https://stackoverflow.com/questions/3674633/how-can-i-get-list-of-open-tabs-in-firefox-via-a-command-line-application

Yes, not as sexy but very simple.

recovery.js keeps the list of current tabs open in JSON format.

Navigation

[0] Message Index

[*] Previous page

Go to full version