Vigyata.AI
Is this your channel?

SmartTip #3 - Save Time Online: Bookmarklets for Fast Page Navigation

56 views· 3:23· Apr 26, 2025

Tired of endless scrolling on long webpages? In this video, we show you how to use three powerful bookmarklets — "Top", "Save Position", and "Goto Position" (see the code below) — to instantly move around any webpage without any extra software or browser extensions. You'll learn how the "Top" bookmarklet jumps you instantly to the top of a page, how the "Save Position" bookmarklet memorizes your current spot, and how "Goto Position" takes you back there with a single click. This simple trick can save you tons of time and frustration, whether you're researching, reading long articles, or working with big online documents. Best of all, it works right in your browser with just a few clicks to set up. Perfect for small business owners, busy professionals, students, or anyone who needs to move fast online. Watch now and take control of your browsing experience! 1. Top Bookmarklet - javascript:window.scrollTo(0,0); 2. Save Position Bookmarklet - javascript:(function(){var key = 'scrollPos:' + location.href; localStorage.setItem(key, window.scrollY);})(); 3. Goto Position Bookmarklet - javascript:(function(){ var key = 'scrollPos:' + location.href; var pos = localStorage.getItem(key); if (pos !== null) { window.scrollTo(0, parseInt(pos, 10)); }})(); Copy each exactly as single line entries for each bookmarklet. If you have questions - please leave them below in comments. Thank you.

🎬 More from Productive Computer Systems