How does it help?
Our bookmarklet makes saving pages to WebCull faster than ever before.
- Automatically grabs the current page URL.
- Never navigate away from what you're reading or working on.
- One click and WebCull opens with your page.
Our bookmarklet is minimalist
This is the whole thing broken down into parts.
javascript:
window.open
Opens a URL
(
''
WebCull URL
+
location.href
Current URL
,
'_blank'
New Tab
)
This Works Because
Adding the WebCull URL before any other URL is a shortcut to bookmark it.
https://webcull.com/
Added WebCull URL
https://example.com/long/path/to/content
Original URL
The green dashed line shows the WebCull domain being added before another website URL.
Our system recognizes any valid URL added after our domain as a bookmark request.
The Easiest Way to Install
Drag the button below to your browser's bookmark bar.
Drag this to your bookmark bar
Or Grab the JavaScript Directly
Paste this code into the URL section of any bookmark.
