This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Inspired by https://gist.github.com/daniele-rapagnani/2e7372210726b28aec8f0d2d1d149ffb | |
This script selects all links on a Google Spaces page with url, title and date. | |
Reload the page for every space and scroll down to the end (until it says | |
"The end is just a new beginning."). | |
Open the browser's console (right click -> inspect -> "Console") and paste these lines. | |
It then logs it to a HTML string which you can copy and save as "spaces-exports.html". | |
When changing to another service (e.g. Dropmark, Pocket ...) you can use the html file |