Recent posts by JakeWatkins

Subscribe to Recent posts by JakeWatkins 7 posts found

Oct 4, 2007
JakeWatkins 7 posts

Topic: Ideas and script requests / Block scripts on pages


try {
if (self!=top) {
if(self.location.href.indexOf("/de/")!=-1 || self.location.href=="http://_.com") top.location.href="http://_.com";
else top.location.href="http://_.com";
}
}
catch(er) {alert(er);}

 
Oct 3, 2007
JakeWatkins 7 posts

Topic: Ideas and script requests / Block scripts on pages

It's just to redirect every time you try to just use an URL instead of going through the whole process.

 
Oct 3, 2007
JakeWatkins 7 posts

Topic: Ideas and script requests / Block scripts on pages

And it's not a .JS file, it's just embedded on the page using the

 
Oct 3, 2007
JakeWatkins 7 posts

Topic: Ideas and script requests / Block scripts on pages

How can I do this? I just want one script, not all of them, so I can still load the page properly, but I just don't want that script to be able to show.

 
Sep 30, 2007
JakeWatkins 7 posts

Topic: Ideas and script requests / Block Flash Ads

I would love it if we could use the feature of "view page info" and find flash ads and block from .com addresses (and any other domain) that we know is all about ads.

Also, single ads like for instance one that is on a trusted site, but you only want to block just that add.

Thanks, guys!

 
Aug 20, 2007
JakeWatkins 7 posts

Topic: Script development / Hiding things on meebo

I thought it was

(function() {

// document.getElementById("meebolinks").style.display = "none"
document.getElementById("meebologo").style.display = "none"
document.getElementById("languagelinks").style.display = "none"
document.getElementById("copyright").style.display = "none"
document.getElementByTitle("about").style.display = "none"

})();

And the getElementById works.. but not the getElementByTitle doesn't. If anyone is aware of meebo.com please let me know! = )

By the way, they're links at the top. (The "titles" I want)

 
Aug 13, 2007
JakeWatkins 7 posts

Topic: The Banana Bar / I have a problem

I recently (today) installed the Greasemonkey add-on onto my Firefox for it's well known features. Well, in my rush of things, I accidently clicked on a .JS file instead of a notepad.exe file when I was picking my editor, and now I can't edit any of the scripts. I also have tried uninstalling/reinstalling all scripts/the add-on itself.

Any help, guys?