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

  • Home
  • SEARCH
  • 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 8958335
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T15:11:19+00:00 2026-06-15T15:11:19+00:00

Is it possible to create a Greasemonkey script that can manage other userscripts? I

  • 0

Is it possible to create a Greasemonkey script that can manage other userscripts?
I want to write a userscript that automatically installs a group of other userscripts, given a list of userscript URLs.

  • 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-06-15T15:11:21+00:00Added an answer on June 15, 2026 at 3:11 pm

    No this is not possible. It would be a major security hole if it was.

    The best you can do is trigger the install dialog, for each script, and let the user decide if she wanted to install the script.

    If you figure a way around these restrictions, please let us know so that we can shut it down, post haste. 😉



    To trigger the download dialog:

    1. Get the direct, download URL.
      For example, for this script:
      (Click for larger image)Finding download URL

      The download URL is:
      http://userscripts.org/scripts/source/26062.user.js.

    2. Then your script would trigger the Greasemonkey Install dialog by sourcing that URL with an <iframe>.

      Here is a complete Greasemonkey script that demonstrates that:

      // ==UserScript==
      // @name     _Auto popup Greasemonkey Script Install Dialog
      // @include  http://YOUR_SERVER.COM/YOUR_PATH/*
      // @include  http://stackoverflow.com/faq
      // @require  http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js
      // @grant    GM_addStyle
      // ==/UserScript==
      
      var scriptJS_URL    = "http://userscripts.org/scripts/source/26062.user.js";
      
      $("body").append (
          '<iframe src="' + scriptJS_URL + '" class="gmImstallIframe"></iframe>'
      );
      
      GM_addStyle ( "                                 \
          iframe.gmImstallIframe {                    \
              width:                  1px;            \
              height:                 1px;            \
              border:                 none;           \
          }                                           \
      " );
      

    3. Important: There currently seems to be a bug with Greasemonkey (circa version 1.5). The Install button works, but the Show Script Source button appears to be busted for cross-domain scripts.

      Greasemonkey install pop-up

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

Sidebar

Related Questions

Possible Duplicate: Create WPF TextBox that accepts only numbers How i can check if
Is it possible to create an SSIS package that can be passed a file
Possible Duplicate: Create shortcut to console.log() In javascript we can easy assign functions to
is that possible create an abstract class from DbQuery and IDbSet? I'm trying to
Is it possible to create a browser extension which can change where the user
Is this possible: Create a draggable element so that when it is dragged over
Possible Duplicate: Create a date with T-SQL I've a data table that stores each
Possible Duplicate: How can I create a temp file with a specific extension with
Possible Duplicate: Short way to create arrays? I can create an ArrayList, but, is
I would like to know, that is it possible create own google chrome installer

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.