az0 / linkgopher

Firefox/Google Chrome add-on: Extracts all links from web page, sorts them, removes duplicates, and displays them in a new tab for inspection or copy and paste into other systems.
GNU General Public License v3.0
257 stars 56 forks source link

[feature request] Extract links on multiple tabs #22

Open GhbSmwc opened 5 years ago

GhbSmwc commented 5 years ago

Would be really cool if it had a feature where you open 2 tabs, one on twitter and one on google, you use the tool, and it will extract links from both tabs and place them in a single output tab.

andrewdbate commented 4 years ago

@GhbSmwc I have implemented this in my fork. You could try https://github.com/andrewdbate/linkgopher/ if you are interested?

az0 commented 4 years ago

@andrewdbate

Are you interested in submitting a pull request?

andrewdbate commented 4 years ago

@az0 I would need to fix a bug that I've found due to my changes, and then I could submit a pull request.

GhbSmwc commented 4 years ago

Sorry for not coming back here for a while. It works like a charm, however I don't know how to install this on firefox (I went to add-ons, gear icon, Install Add-on from File, I navigate to this extension, and it only supports xpi, jar and zip). I tried zipping it and it said it is corrupt and cannot be used.

And also, google chrome 75 and later removed the option to disable tab discarding (this extension may not work: https://chrome.google.com/webstore/detail/disable-automatic-tab-dis/dnhngfnfolbmhgealdpolmhimnoliiok according to the description) which I am worried that tabs being unloaded won't have it's link extracted.

Thankfully firefox lets you actually disable tab unloading about:config and looking for unloadOnLowMemory and setting that to false