0% found this document useful (0 votes)
104 views5 pages

Methods To Import .HTML Bookmark List Into Browsers

The document provides 4 methods for importing HTML bookmark lists into browsers: 1. Drag and drop bookmarks folders exported as HTML files into a browser. 2. Export bookmarks from the Bookmarks Manager as HTML and import them into another browser. 3. Convert bookmarks to JSON format for editing and then restore them or import into another browser. 4. Manually edit HTML tags and attributes to modify bookmarks and import the file.

Uploaded by

ssapnp
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
104 views5 pages

Methods To Import .HTML Bookmark List Into Browsers

The document provides 4 methods for importing HTML bookmark lists into browsers: 1. Drag and drop bookmarks folders exported as HTML files into a browser. 2. Export bookmarks from the Bookmarks Manager as HTML and import them into another browser. 3. Convert bookmarks to JSON format for editing and then restore them or import into another browser. 4. Manually edit HTML tags and attributes to modify bookmarks and import the file.

Uploaded by

ssapnp
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
You are on page 1/ 5

Methods to import .html bookmark list into browsers!

Drag and drop

Have all the tabs you want to save open then right click a tab and
choose save tabs to a folder.

Drag and drop the bookmarks folder to an editor. Save as .html and
then open them in a browser.

Export and import

Open the Bookmarks Manager, press <Control><Shift> B.


Once the window is open, press the button labeled Export Bookmarks
To HTML, and follow the prompts and save it to a HTML file. Repeat
the instructions above, BUT select Import Bookmarks From HTML,

Using JSON

1. Backup your bookmarks as a JSON file.


2. Delete the bookmarks you do not want.
3. Export the ones you do want as an HTML file
4. Restore your bookmarks with the JSON file
5. To add mor in the JSON file in a text editor.
6. Create rows by finding and replacing ',{"title' with 'return{"title'
(Don't type the single quotes and, in the replace field, use the
appropriate substitute for return: ¶ or \r, for example. My search
looked like this: Find: ,{"title Replace: \r,{"title Replace All gave
me rows instead of a continuous stream of text.
7. Save the file as text and open it in a spreadsheet. Each bookmark will
have its own row. The site name, URLs, and other data are in
columns.
8. Create a bookmark by copying the URL, pasting it into Firefox, and
going to the website.
9. Drag the URL from the toolbar to the desired location in the sidebar.
Change the bookmark title if you don't like the website-assigned
title.
10. Repeat as needed.

Heavy editing with tags

1- Copy the web links to a text file.

2- Copy text from below the first break, then copy the text in the
second break and paste then repeat this for the amount of sites you
need.

3- Change the text after <DT><A HREF="paste site link here" to each
link you paste.

4- Save as .html. this should work for any browser =D

HTML to copy
<H1>Bookmarks</H1>

<DL><p>

<DT><H3 ADD_DATE="1506610635"
LAST_MODIFIED="1506669786"
PERSONAL_TOOLBAR_FOLDER="true">Bookmarks bar</H3>

<DL><p>

</DL><p>

<DT><H3 ADD_DATE="1506610636"
LAST_MODIFIED="0">Speed Dials</H3>

<DL><p>

>>>paste here<<<

</DL><p>

</DL><p>

</DL><p>

Text to paste for each site, with text to modify as “xxx”

<DT><H3 ADD_DATE="1506610635"
LAST_MODIFIED="1506669786"
PERSONAL_TOOLBAR_FOLDER="true">Bookmarks bar</H3>
<DL><p>

</DL><p>

<DT><H3 ADD_DATE="1506610636"
LAST_MODIFIED="0">Speed Dials</H3>

<DL><p>

<DT><A HREF="xxx" ADD_DATE="1506639935"


ICON="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB
AAAAAQCAIAAACQkWg2AAAANklEQVQ4jWM8YxzKgAGMz6w6ax
KGKc7AwMCEVRQPGNVADGDBJWF8ZhWcjRwnjFgjjppOGpEaACw
3CMlfsPv/AAAAAElFTkSuQmCC">Central Time: 04:05pm</A>

HTML final example

<H1>Bookmarks</H1>

<DL><p>

<DT><H3 ADD_DATE="1506610635"
LAST_MODIFIED="1506669786"
PERSONAL_TOOLBAR_FOLDER="true">Bookmarks bar</H3>

<DL><p>

</DL><p>

<DT><H3 ADD_DATE="1506610636"
LAST_MODIFIED="0">Speed Dials</H3>

<DL><p>
<DT><H3 ADD_DATE="1506610636"
LAST_MODIFIED="0">Speed Dials</H3>

<DL><p>

<DT><A HREF="Central Time - exact time now - Time.is"


ADD_DATE="1506639935"
ICON="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB
AAAAAQCAIAAACQkWg2AAAANklEQVQ4jWM8YxzKgAGMz6w6ax
KGKc7AwMCEVRQPGNVADGDBJWF8ZhWcjRwnjFgjjppOGpEaACw
3CMlfsPv/AAAAAElFTkSuQmCC">Central Time: 04:05pm</A>

</DL><p>

</DL><p>

</DL><p>

You might also like