Tagged Questions
0
votes
0answers
24 views
Personalized webportal in Firefox [closed]
I have been using iGoogle webportal for sometime now in my firefox as my home page. However with the upcoming closure of iGoogle I want to use this opportunity to create a personalized webportal in ...
0
votes
1answer
49 views
Can Scriptish inject scripts into other chrome: windows?
As we know Scriptish has the support for the chrome: scheme (although disabled by default), but it failed to inject a user script into other chrome: window (for example, download window, or about ...
1
vote
1answer
36 views
How do I use ActiveXObject in Greasemonkey?
I tried:
function AddEmotion(strUrl)
{
try
{
var cpAdder = new ActiveXObject("QQCPHelper.CPAdder");
if (strUrl != "")
{
...
1
vote
1answer
34 views
GreaseMonkey doesn't execute a script with functions from GM_* family
I decided to add a memory to my GM script. I added a single call to GM_setValue and suddenly script stopped to be called at all. I tried adding @grant line to the metadata block, tried reinstalling ...
0
votes
0answers
50 views
Twitter Favourites - UnLike/UnFavorite script
I have GreaseMonkey installed on my Firefox, and I would like a script that would unFavourite/ unlike all the tweets that I've ever Favourited on twitter.
My twitter account it over 3 years old and ...
1
vote
2answers
52 views
Greasemonkey script stops setting checkboxes after a few clicks?
I use a website, which has lots of checkboxes to enable/disable different options. But there is a disadvantage: to check the checkbox, you need to click on the checkbox, but I want to be able to click ...
2
votes
1answer
153 views
Can I temporarily modify an existing remote website with ScratchPad/Greasemonkey?
A website I do not own has the following code added to it with a <script> tag. Would it be possible for me to change the url variable inside the a.ajax, using the Firefox's ScratchPad, or ...
4
votes
2answers
179 views
Attempt to add a rule to a CSS stylesheet gives “The operation is insecure” in Firefox
I'm using Greasemonkey and trying to add a rule in a specific domain. But it results in an error saying The operation is insecure.
The code works fine on Chrome.
The script runs on ...
2
votes
2answers
71 views
Javascript Debugging Outside FireFox
I have a greasemonkey script running on Firefox and its in an infinite loop. I can't figure out where loop is at because I am unable to have a debug window that is not tied to FireFox.
How can I ...
0
votes
1answer
58 views
Pause/Play Youtube video from anywhere in firefox
I often listen to music on Youtube, however it's hard to quickly find the YT tab, and hit the pause button. I was wondering if there was a plugin that would add pause/play buttons to my window chrome ...
1
vote
1answer
146 views
My Greasemonkey script stopped working after something updated
I had made a Greasemonkey script for StumbleUpon, and it worked. But suddenly, maybe after a Mozilla or Scriptish update, it stopped working on all protocols.
Please review my script for a mistake. ...
1
vote
3answers
248 views
Detecting Gmail attachment downloads
Is there a way to detect if a particular file that is being downloaded is a Gmail attachment?
I am looking for a way to write a Greasemonkey script which would help me organize the downloads, based on ...
1
vote
1answer
260 views
Greasemonkey scripts worked in Firefox 16.0.2 but not in version 17.0.1 or later? [closed]
I have old userscripts with jQuery that work fine in Firefox 16, but stopped working with the Firefox 17 release.
So, I was using version 16.0.2 until today when I tried to upgrade to 18 and the same ...
1
vote
1answer
106 views
click on button in greasemonkey
<a class="js-open-panel action-button" target="video-download" href="#">
<em><span class="icon-16x16 icon-download"></span> Download</em></a>
xpath using ...
1
vote
1answer
185 views
Greasemonkey alert to confirm closing window not working?
I'm working on what should be a simple GreaseMonkey script to confirm that you want to close the window if you have a lengthy message typed. I had a working version of this script a few years back, ...
1
vote
1answer
2k views
document.getElementsByClassName() not working like getElementById does? [duplicate]
Possible Duplicate:
Can getElementsByClassName change style?
I am trying to "fix" the "new" YouTube using Greasemonkey, I've been getting things to work as they should when it's with ID's, ...
2
votes
1answer
143 views
addEventListener only working at page refresh?
I´m modifying the appearance of two drop down lists. No problems here. Everything works great. The only issue is that the addEventListener method only works at page refresh.
How do I make this code ...
0
votes
1answer
60 views
Greasemonkey script to make Fixed Positioned Elements Static
I find elements on a web page that have been positioned fixed to be in my way frequently. I'd like to find a way to disable position: fixed CSS rules in any web site that I visit.
I wrote a ...
2
votes
5answers
319 views
Save images to hard disk WITHOUT prompt?
I use twitter. Some people's tweets contain photos and I want to save them.
I checked ifttt. There twitter is not a trigger. Thus, ifttt cannot help me do it.
One idea is probably to use ...
2
votes
1answer
112 views
Firefox: “Install Addon” button on own homepage
I created a greasemonkey script and want to offer an "Install Greasemonkey" button on my homepage. This button should install the firefox greasemonkey addon and spare users from the redirection over ...
2
votes
2answers
328 views
Accessing Variables from Greasemonkey to Page & vice versa
I have the following code in test.js which is run right before </body>:
alert('stovetop');
alert(greasy);
I have the following code in test.user.js:
(function () {
'use strict';
var ...
1
vote
1answer
146 views
Form property 'is undefined' error in some situations but not others
I've created the following greasemonkey script to automatically jump me past the steam age check pages:
// ==UserScript==
// ...
// @include http://store.steampowered.com/agecheck/*
// ...
2
votes
0answers
111 views
Using Greasemonkey to Prevent downloading of a script
With Greasemonkey, I'm looking to block images and scripts from being downloaded.
From an existing post I learnt that it is possible to use the document-start directive to jump in before scripts ...
1
vote
1answer
60 views
How to change the script to load the page content only without images etc.?
I have the following greasemonkey script currently:
// ==UserScript==
// @name test_script
// @namespace my.example.com
// @include http://example.com/*
// @require ...
2
votes
1answer
433 views
How to copy data to the clipboard with Greasemonkey?
I found this question but trying to use the code given there:
unsafeWindow.netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");
const clipboardHelper = ...
2
votes
2answers
747 views
Greasemonkey script to automatically select, and click, a specific button with non-English characters in the value/selector?
I am trying to get a Greasemonkey script to click a specific button every XY seconds.
The button I would like to click has this HTML:
<input value="CSV保存" onclick="getCSVData()" type="submit">
...
2
votes
2answers
159 views
Replace float in div class with Greasemonkey
To begin with, I have some experience with JavaScript but mostly with client side scripting of programs and not JavaScript in a Web envoirement.
What I'm trying to do is to fetch and replace the ...
0
votes
1answer
142 views
Greasemonkey fails to load simple script
I've been using Greasemonkey successfully at work for a week or so with no problems (on a MacOS) - I have Smultron configured as my default editor, and can simply save changes to a script, reload the ...
2
votes
1answer
369 views
How to update user script in greasemonkey
I have an issue with Greasemonkey, it doesn't update my script automatically (probably because we don't want to add it to its UserScripts root, and it seems in this case it doesn't update it)...
...
2
votes
5answers
528 views
getElementsByClassName is not a function in Firefox
My to-read shelf on GoodReads is a mix of published and unpublished books making it hard to find something published to read. I figured I could throw together a GreaseMonkey script that would change ...
0
votes
2answers
243 views
How do I store an array in Firefox from a Greasemonkey script?
I am updating a Greasemonkey script which reads the name of the href in the list of ignored users in the ignore section of vBulletin.
I store the values in an array and then display:none to the td ...
1
vote
1answer
165 views
Greasemonkey submits login form but the user and password are not filled in?
I want to submit a form in a page using a Greasemonkey script.
The name and pw in the form is remembered by Firefox, so when the page is loaded, the name and pw are already filled. So just want a ...
2
votes
1answer
175 views
Preloading a page using greasemonkey
I've seen a few preloading questions but most of them are from people that own a website and want to implement some preloading for the user. What I want to do is implement some preloading on some ...
1
vote
1answer
266 views
Can I write a private greasemonkey script?
I want to write a greasemonkey script for my client to automate his tasks, however I don't want to share the script with others (as obviously, my client would not be too happy with this!)
How can I ...
2
votes
1answer
3k views
How to fix __exposedProps__ error on Greasemonkey (GM_xmlhttpRequest)?
I have written my first script for Greasemonkey, it is working great, except that it is returning exposedProps error in each page it is working on. I already fixed all other errors but this one is ...
5
votes
2answers
1k views
jQuery in Greasemonkey 1.0 conflicts with websites using jQuery
Ever since the new Greasemonkey 1.0 was released a few days ago, every site that has jQuery and where I use jQuery in my Greasemonkey script do not run my script properly. The jQuery I have in my GS ...
0
votes
1answer
183 views
Javascript error : catChildNotes[y].setAttribute is not an function
So, I have some JavaScript code which I test with Greasemonkey locally. But I get this persistent error in the Firefox Error Console:
catChildNotes[y].setAttribute is not an function
Code:
var ...
3
votes
1answer
473 views
How to test a Greasemonkey script, especially on a local copy of a webpage?
I have my own javascript that I need to test with Greasemonkey. I've never worked with Greasemonkey before; How do I test the script?
I am not testing it on the World Wide Web, I have saved the ...
2
votes
6answers
238 views
Adding Javascript variables to HTML elements
So, I have some code that should do four things:
remove the ".mp4" extension from every title
change my video category
put the same description in all of the videos
put the same keywords in all of ...
0
votes
2answers
316 views
How do I create a Firefox addon from a Greasemonkey script?
I have a Greasemonkey script written in JavaScript, with a CSS component, and I'd like to publish them as a single Firefox addon. I've tried using the Addon Builder with the Addon SDK, but I haven't ...
0
votes
2answers
297 views
XMLHttpRequest.send() throws exception when asked for a DOM object
I want to retrieve a HTML page as document inside a Firefox/Greasemonkey userscript.
Edit: This is not a cross-domain request.
Here's my example code:
var r = new XMLHttpRequest();
r.open("GET", ...
1
vote
1answer
155 views
clear up GM_log from error console
Is there a way to clear up GM_log messages from error console from userscripts on a certain event?
I don't want to clear up manually. On trigger of certain event, want to clear up the old log from ...
0
votes
1answer
130 views
How to alter this javascript with Greasemonkey?
Here is the script:
<script type="text/javascript">
// <


