Recent posts by LouCypher
|
Sep 3, 2008
|
Topic: The Banana Bar / Google Chrome |
|
Aug 25, 2008
|
Topic: Userscripts.org discussion / Spam and malware What about captcha? They're not human aren't they?
That'll be good too, only the problem is it's using multiple accounts |
|
Jul 18, 2008
|
Topic: Userscripts.org discussion / Spam and malware Let's vote for these:
|
|
Jul 18, 2008
|
Topic: Userscripts.org discussion / Spam and malware http://userscripts.org/users/59879 |
|
Jun 18, 2008
|
Topic: Ideas and script requests / Auto accept greasemonkey script? You're welcome. |
|
Jun 18, 2008
|
Topic: Ideas and script requests / Auto accept greasemonkey script?
Then don't! |
|
Jun 13, 2008
|
Topic: The Banana Bar / Greasemonkey version 0.8 has been released
|
|
Jun 11, 2008
|
Topic: Ideas and script requests / [Request] Plain text to clickable link |
|
Jun 11, 2008
|
Topic: Script development / setAttribute not working?
In that case, use var form = document.getElementsByName("form")[0];
form.addEventListener("submit", checkRadio, false);
function checkRadio() {
var alo = getRadio("autologin", this);
var fav = getRadio("favicon", this);
for (var i = 0; i < alo.snapshotLength; i++) {
saveRadio(alo.snapshotItem(i), "autologin");
}
for (var j = 0; j < fav.snapshotLength; j++) {
saveRadio(fav.snapshotItem(j), "favicon");
}
}
function getRadio(aStrName, aForm) {
return document.evaluate(".//input[@name='" + aStrName + "']",
aForm, null, 6, null);
}
function saveRadio(aRadio, aPrefName) {
if (aRadio.checked) {
GM_setValue(aPrefName, aRadio.value);
return;
}
}
|
|
Jun 9, 2008
|
Topic: Script development / need credits WOW!!1 IT WORKED! THANX DOB |
|
Jun 5, 2008
|
Topic: Ideas and script requests / Friendster Private Photo Album |
|
Jun 4, 2008
|
Topic: Script development / HTML editor HELPP PlZZ
It's not free, of course. |
|
Jun 4, 2008
|
Topic: Ideas and script requests / NEED SCRIPT THAT BYPASS FILTERS!! Go to attrition.org. They might help you. |
|
Jun 1, 2008
|
Topic: Script development / Is there a limit to the size of a user script? You can't access (r/w) local files from GM scripts. That's for security reason. |
|
May 30, 2008
|
|
|
May 28, 2008
|
Topic: Script development / need a script Click Next until you find it. |
|
May 28, 2008
|
Topic: Script development / need a script |
|
May 28, 2008
|
Topic: Script development / how to play sound from pc speaker I remember on old computer you can use ASCII character 7 ( |
|
May 28, 2008
|
|
|
May 28, 2008
|
Topic: Script development / Orkut changes url, scripts stopped working
What if you go to www.orkut.ishavingamassage.com? |
|
May 28, 2008
|
Topic: Script development / washingtontimes.com messes with text selection color Just add ::-moz-selection{
background:#6374AB !important;
color:#fff !important;
}onto your user style (note the |
|
May 28, 2008
|
Topic: Script development / Orkut changes url, scripts stopped working Didn't you read my email?
// @include http://www.orkut.tld/* // @exclude http://www.orkut.tld/Privacy.aspx // @exclude http://www.orkut.tld/About.aspx |
|
May 27, 2008
|
Topic: Ideas and script requests / !!!!!!....Need Script.....!!!!!!! That would be $200.00 per line of code. |
|
May 21, 2008
|
Topic: Userscripts.org discussion / Spam and malware
|
|
May 15, 2008
|
Topic: Ideas and script requests / forum autoposting Exactly. Especially _IF_ it ...
|


