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 8699985
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T02:05:03+00:00 2026-06-13T02:05:03+00:00

Possible Duplicate: jQuery in Greasemonkey 1.0 conflicts with websites using jQuery It appears that

  • 0

Possible Duplicate:
jQuery in Greasemonkey 1.0 conflicts with websites using jQuery

It appears that if any of my greasemonkey scripts have the line like the below i get errors on sites that include jquery. I’m not sure why but i do notice some javascript events outright not firing. (For example on SO i cant add a comment).

I could exclude SO in the script but is there a nicer solution? Maybe i should dynamically add jquery after testing if jquery exist. How do I solve this problem and how do I add the jquery script tags to a body without using jquery?

// @require         http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js
  • 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-13T02:05:04+00:00Added an answer on June 13, 2026 at 2:05 am

    Greasemonkey 1.0, radically changed the way the sandbox works, busting thousands of scripts. See also, jQuery in Greasemonkey 1.0 conflicts with websites using jQuery.

    This is a huge problem, and the lead developer of Greasemonkey has expressed a complete unwillingness to resolve it in a sensible way.

    To work around it, restore the sandbox to your script, and resolve the $ conflict, by editing your Metadata Block to end with the following lines:

    // @grant       GM_addStyle
    // ==/UserScript==
    /*- The @grant directive is needed to work around a major design change introduced in GM 1.0,
        It restores the sandbox.
    */
    

    Specifying a @grant value (other than none) reactivates the sandbox.


    You might also consider switching to Scriptish, which has offered superior features and performance in the past, and does not suffer from this new sandbox behavior.

    Scriptish, so far, hasn’t posted updates that destroy a large portion of its install base, either.

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

Sidebar

Related Questions

Possible Duplicate: jquery: on vs live I have code that works just fine using
Possible Duplicate: jQuery delay between animations I have created two functions: One that animates
Possible Duplicate: jquery remove duplicate li I have a List which looks like the
Possible Duplicate: jQuery: how do I animate a div rotation? I have a div
Possible Duplicate: jQuery won't parse my JSON from AJAX query So I have parsed
Possible Duplicate: jQuery AJAX submit form I have a form on a page A,
Possible Duplicate: jquery data selector I have several elements with class 'connection_name'. Each one
Possible Duplicate: JQuery ajax cross domain I need to load content from another websites
Possible Duplicate: Bind multiple events to jQuery 'live' method I have the following function:
Possible Duplicate: Find text string using jQuery? How do you find a text string

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.