|
Aug 27, 2007
|
Topic: Userscripts.org discussion / Removing an uploaded script Go to the page for your script. On the right hand side, there is a section called "Admin for script", which contains a delete link. Naturally, you must be logged in for this to work. -Joel |
|
Aug 27, 2007
|
Topic: Userscripts.org discussion / What´s the userscripts.org COMMENT SYSTEM? What do you mean by 'comment system'? If you want to comment on a thread or a script, you can just click on the link at the bottom called "Reply to topic", and a small window will appear at the bottom of your screen, and you just fill in the text you want, and hit "post reply". If you're looking for a way to comment on a user rather than a script or thread, then the answer is we don't have one. If I completely missed the point, please let me know. -Joel |
|
Aug 27, 2007
|
Topic: Userscripts.org discussion / What is a must-have script? I'm going to go opposite voidsenses on this one and assume that you mean download, not upload. (side note: if you really did mean upload, then check for duplicate scripts then upload them all; the more the merrier) The way I would suggest using this site to find scripts is to determine what sites you use the most and search for them. If you are a facebook junkie, there are scripts to change the colors and do other neat stuff. On the other hand, flickr addicts can find scripts to view images in full or in thumbnail. Even if you just use google to find random sites, there are scripts to change the paging of the listed results. In short, figure out which sites you like and try to find a script to make you like it even more. -Joel |
|
Aug 27, 2007
|
Topic: Script development / Javascript tutorial example with eval The tutorial is from a book, Practical JavaScript, DOM Scripting and Ajax Projects. (http://www.apress.com/book/bookDisplay.html?bID...) |
|
Aug 27, 2007
|
Topic: Script development / (Noob) Copy Hallo,
<3><3> |
|
Aug 27, 2007
|
Topic: Ideas and script requests / why not sort the scripts by install times I think that we can touch more useful scripts even though we don't know their names before.
|
|
Aug 27, 2007
|
Topic: Userscripts.org discussion / Daily RSS feed I'm subscribed to the recent scripts feed... I'd love it if all the new scripts for a day were combined into a single RSS post so my reader gets hit once a day instead of 20-30 times. |
|
Aug 26, 2007
|
|
|
Aug 26, 2007
|
Topic: Ideas and script requests / Travian Script? Does anyone have a script that continuously attacks other villages as your troops come back? |
|
Aug 26, 2007
|
Topic: Ideas and script requests / make page look dead hello, I want a greasemonkey that makes this page: http://elo.sgzuidwest.nl/
|
|
Aug 26, 2007
|
Topic: Userscripts.org discussion / Can't Install Scripts When I try to install a script it just takes me to the page for the script's text. Is there any other software that I need to use the scripts? At the moment I am using Firefox, and the script says that it is oriented for it, so I don't know why it won't work. How do I fix this? |
|
Aug 26, 2007
|
Topic: Ideas and script requests / Convert Imperial to Metric Alright people, I'm sure someone has thought about this and I may have missed it in the database, Let's put together a script that auto-converts all Imperial Measurements to metric Units. I'm an American who thinks it's absurd that we still live in a world without standard measurements. I just don't have time to write this or I'd do it myself. What I'm thinking is a simple array containing the conversations and a way to recognize units as they're displayed. What do you all think? |
|
Aug 26, 2007
|
Topic: Script development / how do i remove a script? thanks |
|
Aug 26, 2007
|
Topic: Ideas and script requests / save data form fields from which site sorry? |
|
Aug 26, 2007
|
Topic: Ideas and script requests / Google Search images on top hi i whant to dispaly images for keyword on the top right of google, there is so many not use place ...
|
|
Aug 26, 2007
|
Topic: Script development / myspace videos download Hi!
|
|
Aug 26, 2007
|
Topic: Script development / Multi-language script (do you want to translate?) For ogame.pl
|
|
Aug 25, 2007
|
Topic: Script development / how do i remove a script? guys i'm soooo new to this stuff it's not even funny. i just downloaded firefox and greasemonkey today so im gonna need help cuz i accidentally installed a script i didnt want. |
|
Aug 25, 2007
|
Topic: Script development / Javascript problem function init() {
iframes=document.getElementsByTagName("iframe");
for(i=0;i<iframes.length;i++){
if(iframe[i].src.indexOf("http://pagead2.googlesyndication.com/pagead")!=-1){
iframe[i].style.display="none";
}
}
}
init();
Unfortunately you want something like
document.getElementById("submenu").style.display="none";
|
|
Aug 25, 2007
|
Topic: Userscripts.org discussion / Cookie Stealing Scripts Hi, isn't it time to change the read banner to some yellow banner saying something like: "please beware that userscripts can get access to the cookies of the sites they run at. Please check them before installing..." cause i think the current banner scares most non savvy new users away before they find out what userscripts are good for.... greets |
|
Aug 25, 2007
|
Topic: Ideas and script requests / Automatically visit specific websites? Both of those bug reports were from 2003, and seemed to be isolated user issues rather than a general bug. The issue seems to be resolved now. In any event, the first time I opened the file directly from my hard drive, Firefox gave me the popup blocker alert and allowed me to "always allow" popups from that address, and every time I've opened it since then it's worked fine. Interestingly though, when I look at the list of popup exceptions in preferences, there's no entry for the local file. It still does work though. |
|
Aug 25, 2007
|
Topic: Script development / Text Extraction I have the following bit of html on a page, and want to extract the 800. How should I do this? < p class="XbcPIGame"> < strong> 800< /strong> < img class="XbcMSPointsImage" src="/xweb/lib/images/MSpoints_12_12.gif" /> ;< /p> < /code > Im very new to Greasemonkey, so any help much appreciated. Mike |
|
Aug 25, 2007
|
Topic: Userscripts.org discussion / organize script by numbers of installs im also new to this site and i was looking for some sorting by options. i mean dont get me wrong the site is great by some sorting options would be excellent. |
|
Aug 25, 2007
|
Topic: Ideas and script requests / Highlight certain links: Copy the link location, then paste the link into any text file, you'll see those converted to "http escape" characters...
|
|
Aug 25, 2007
|
Topic: Ideas and script requests / Automatically visit specific websites? That may not work Zeb, see...
but otherwise a good suggestion. |