I\'m writing a Chrome extension that needs to alter a popular web app when loaded. Unfortunately, most of the UI of that web app is rendered inside an iframe, and although the address of that iframe m
I\'m working on modifying a UserStyle for Instapaper.Since the original UserStyle was written, Instapaper added to their header a number of JavaScript functions that control the width of the page and
I am trying to make a simple Safari 5 Extension that just injects a custom javascript. Any ideas how can I make use of jQuery in this custom script, please? I only know it\'s possible, because it is m
I\'m noob with JavaScript and Greasemonkey and I\'d like to write a simple script. I know that Greasemonkey wraps your code with an anonymous function so your variables won\'t exist after leaving the
I\'m develop开发者_运维问答ing a Greasemonkey script to be used only with Firefox, and I need some help. I\'m planning to use jQuery, and possibly some other scripts later on. Since the @require for G
I asked this question before but didn\'t make it clear that I meant in user script, not in JavaScript from a webpage.So I\'ll be more clear now.
I want to make a greasemonkey type script for firefox that runs before the scripts on the page.Greasemonkey scripts run after scripts on the page, so that won\'t work.The reason I need this is because
On Firefox, I click Tools, Addons, Extensions, Greasemonkey, Options, select my user script, click Edit, change the source code, click save, reload one of the included pages, but the script is the unc
I have a Greasemonkey script that works just fine in Firefox and Opera. I struggle with getting it to work in Chrome, however. The problem is injecting a function into the page that can be invoked by
I\'m sure this is simple but I have no idea how to do it. How do i count the amount of DOM elements in my HTML page? I w开发者_运维知识库anted to do this in a userscript or bookmarklet but i have no i