Comments on Matthias Bauer's Scripts

14 comments

Comment on quickSUBMIT made Dec 1, 2007:

Alan Smith

Is there an updated version of this?

Comment on Congregative Cavity made Mar 13, 2006:

Jer

nice. I've added a script that adds much of the Limbaugh Lexicon to all websites. It's really fun.

Comment on deviantUNANNOY made Jan 27, 2006:

arsenio

theaulddubliner:

here just for you:

document.getElementById('nav-east').style.display="none";

document.getElementById('content').style.width = "100%";

happy? :)

Comment on Congregative Cavity made Jan 24, 2006:

brandondouglas

stupid... silly, but its aumsing and i like it

Comment on deviantUNANNOY made Nov 18, 2005:

theaulddubliner

very handy indeed - well done and thanks

do you think it would be possible to remove the right hand panel and make the main section fill the page as well ?

or am I getting my christmas list ready too early ?

Comment on deviantUNANNOY made Nov 18, 2005:

Evan Armour

This works perfectly! Makes it a lot easier to navigate through the galleries.

Comment on Edit This Journal made Oct 14, 2005:

Chris Granger

Works as advertised. *nod*

Comment on goNEXT made Oct 12, 2005:

Henrik N

http://www.deviantart.com/view/18410488/ is another good one.

Comment on goNEXT made Oct 12, 2005:

Golanlan

nice one :] I believe you should had make tooltip with "Next" and "Previous" to the links..

Comment on Select Range made Sep 24, 2005:

Jonatron

Also

Check Range

http://userscripts.org/scripts/show/1052

Comment on Congregative Cavity made Sep 12, 2005:

TheGreatFB

Most politically correctest is like saying mostest policitally correct, or politically correctestest (anyways, correctest isn't a word)

Comment on quickSUBMIT made Jul 20, 2005:

Matthias Bauer

A good approach might be to check whether GM_[gs]etValue are defined, and if not, define them as functions that just set a broad cookie. Something like:

if (!GM_setValue) {

GM_setValue = function(k,v){

// set cookie k=v here

}

}

Disadvantage, of course, is that sites read your cookies. That, and it's ugly.

Comment on quickSUBMIT made Jul 20, 2005:

Matthias Bauer

Since it relies on GM_getValue/GM_setValue, and all GM_ functions are stripped in 0.3.5, there's no way it can work.

In theory, you could store the data in cookies, but I think it would be more of a hassle. Besides, I don't have the time to change the script now -- vacation's calling :)

It's GPL though, so feel free to have a go.

Comment on quickSUBMIT made Jul 20, 2005:

Daniel Moitz

doesn't work with 3.5 anymore :(