Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6225019
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T08:46:08+00:00 2026-05-24T08:46:08+00:00

Is there a easy way to do this. And is there anything that needs

  • 0

Is there a easy way to do this. And is there anything that needs to be changed due to differences in how it is ran?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T08:46:09+00:00Added an answer on May 24, 2026 at 8:46 am

    The easiest way to do this:

    1. Run the bookmarklet code through a URL decoder. so that javascript:alert%20('Hi%20Boss!')%3B, for example, becomes:
      javascript:alert ('Hi Boss!');

    2. Strip the leading javascript: off.   Result: alert ('Hi Boss!');

    3. Add this code to the end of your Greasemonkey file. For example, create a file named,
      Hello World.user.js, with this code:

      // ==UserScript==
      // @name            Hello World!
      // @description     My first GM script from a bookmarklet
      // @include         https://stackoverflow.com/questions/*
      // @grant           none
      // ==/UserScript==
      
      alert ('Hi Boss!');
      
    4. Open Hello World.user.js with Firefox (CtrlO ).   Greasemonkey will prompt to install the script.

    5. Now the bookmarklet code will run automatically on whatever pages you specified with the @include and @exclude directives.

    6. Update: To ensure maximum compatibility, use the @grant none directive that was added in later versions of Greasemonkey and Tampermonkey.


    IMPORTANT:

    • The userscript will run much sooner than you could ever activate a bookmark. Normally, this is not a problem.

    • But in some cases, you might need to wait for some part of the page to fully load.
      In that case, you can use techniques/utilities like waitForKeyElements.

    • See also, Choosing and activating the right controls on an AJAX-driven site .

    • If you still can’t get your new script to work, be sure to read My very simple Greasemonkey script is not running?. Follow the steps and include the specified information in any question you open about problems with the new script.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there an easy way to modify this code so that the target URL
Is there an easy way to convert a string that contains this: Date: Wed,
Is there a easy way to do this? Or do I have to parse
In there an easy way to do this in PHP. I want to make
Is there an easy/clean way to do this in Linux/ a Linux-like environment? Purpose
Is there an easy way to iterate over an associative array of this structure
Is there an easy way to convert date and time like this: Sun, 14
I am sure there is no easy way to do this but I have
There must be an easy way to do this, but somehow I can wrap
There must be an easy way to do this. I build a Flex app

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.