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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T09:42:05+00:00 2026-06-17T09:42:05+00:00

I am making a greasemonkey script for personal use, but I need it to

  • 0

I am making a greasemonkey script for personal use, but I need it to execute a function when an iframe finishes loading. I tried having 2 seperate scripts, with one loading inside the iframe and executing the function, but the function is undefined since functions inside greasemonkey are in their own enviroment for security purposes.

Is there anyway to execute a function from inside an iframe that exists in greasemonkey in the parent?

Greasemonkey code for iframe parent:

frame2 = '[name="MainFrame"]';
function appendtoiframe2(){
    $(frame2).contentWindow.$('body').append('<div id="insecuremode_enable" style="position:fixed;bottom:0;background:#fff;">This div is now visible</div>');
});

Greasemonkey code for site inside iframe:

window.onload = function() {
    parent.appendtoiframe2();
}

Thank you.

Edit: I realized it might be silly doing it this way, instead of having the script just run in the site directly. But I only want this to execute if the site is in an iframe, which it’s not always in. I am also trying to be able to control elements inside the parent from within the iframe.

  • 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-17T09:42:06+00:00Added an answer on June 17, 2026 at 9:42 am

    You can bind an event handler to the iframe load . ( assumes same domain, otherwise no script access to iframe)

    From main part of page:

    $(function(){
         $('iframe[name="MainFrame"]').load(function(){
              $(this).contents().find('body').append('<div>.....</div>')
          });
    });
    

    API Reference: http://api.jquery.com/load-event/

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

Sidebar

Related Questions

Need help making a script for Greasemonkey that will help me read forums more
I am making a Greasemonkey script for a website that has many flash files.
I'm making a greasemonkey script to extract video URL code from youtube result: I
So I am making a Greasemonkey script for a mybb forum. What it does
I am making a greasemonkey script and i would like a link to go
I'm making a Greasemonkey script for the Runecape forums (Yes runescape! :p) and I'm
I'm making a Greasemonkey script and would like to open a new tab which
I'm used to making Greasemonkey scripts for Firefox, where I can edit the script
I'm making a Greasemonkey script for someone to change the display of some of
I am making a GreaseMonkey script for Wikipedia. Here is the code I am

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.