HTML Shortcuts

This service will allow you to create shortcuts to web pages as HTML files.

HTML shortcuts versus browser bookmarks

HTML shortcuts can be opened in any browser and on any operating system.

If you use HTML shortcuts, you will have no problem importing your bookmarks when changing browsers or reinstalling the operating system.

HTML shortcuts are easier to manage.

HTML shortcuts - these are regular files, hence, You can easily put them on your desktop or in the main menu, group into folders, copy to flash drive.

How to add a button "Create HTML shortcut" to your browser

Create a bookmark with the name "Create HTML shortcut", and address:

javascript:document.location.href= 
'https://vaskovsky.net/html-shortcut.php?url='
+encodeURIComponent(document.location.href)
+'&title='+(document.getElementsByTagName('title').length>0?
encodeURIComponent(document.getElementsByTagName('title')[0]
.innerHTML):'');

How to add a widget "Save HTML shortcut" to your site

Create a link or button, which will open the URL:

https://vaskovsky.net/html-shortcut.php?url=ADDRESS&title=NAME

For example, Create a shortcut to this page