Google Chrome Javascript Bookmarklet
You might have seen some of the popular sites providing you an option of bookmarklet its basically a Javascript Bookmarklet, which you can drag to your favorites bar and after clicking on that it will perform some operation like opening a new window with pre populated information or performing something on current screen.
It is easy to create javascript bookmarklets, in which you can write your custom javascript code to perform some functions.
I will show you how to create simple bookmarklet in different browsers.
So on clicking of this bookmarklet, we will just display some information in alert. This is just a kind of “Hello World” bookmarklet for those who don’t have idea about it. Same can be extended to implement more complex operations.
We will use following javascript code for this.
alert(“Hi, How are you ?”);
Let’s start!
We have just created our first javascript bookmarklet in javascript.
Same method can be used to do some complex processing like creating forms for submission of information for a website, do some analysis on webpage like finding email addresses from webpage, finding urls from webpage with this simple JavaScript code.
Have a quick look at the video to know about – how to create bookmarklets in Google Chrome browser easily and extract contents from websites using JavaScript.
Tell me if you can use it to create some kind of useful stuff for your use and do share it with everyone.
Just checkout my another Javascript related blog post Javascript Function to Replace All Occurances of String
GPT 5.4: The Next-Generation AI Model Transforming Reasoning, Coding, and Productivity Artificial Intelligence is evolving…
GPT-5.3 Instant is OpenAI's latest ChatGPT model update, prioritizing smoother conversations, fewer refusals, and higher…
Are you tired of scrolling endlessly through Google results trying to find clear, trustworthy answers?…
In recent years, the process of software development has rapidly evolved—developers demand smarter tools and…
India has emerged as one of the fastest-growing and most significant markets in the global…
On October 6, 2025, OpenAI unveiled AgentKit, a unified suite of tools designed to help developers and…
This website uses cookies.