A bookmarklet is a browser bookmark that runs a small JavaScript snippet on the page you are currently viewing.
This one sends the current page URL and title to Veenew's new bookmark form.
1) Drag to your bookmarks bar
2) Or create it manually
Create a new bookmark in your browser and paste this as the URL:
javascript:(function(){var u='https://veenew.com/new?link='+encodeURIComponent(window.location.href)+'&description='+encodeURIComponent(document.title);window.location.href=u;})();
3) Use it
Open any page, click Save to Veenew, review details, and save.