Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
So: would you like to have the choice about which boxes to hide and which to show? Should I add that possibility through custom user commands like I did with the "Do you know...?" or would you prefer it if the options were to be set in the source? Or would that be a completely useless feature since all the ads are superfluous anyway and noone likes to see them? I'm open to suggestions! |
|
|
Hey rebel_leader, could you possibly send me a screenshot, or rather - if you have something like that - your skype/icq/msn/whatever nick so we can talk it through thoroughly? You could also drop me an email at zyrill@gmx.ch The behaviour you're describing is rather strange and I have no idea what the cause might be. Even more so since you seem to be the only person experiencing those bugs... Cheers, Philipp |
|
|
Hey there, Philipp, 1. I do have a problem with it, as your script somehow blocks certain, single profiles, more precisely all of it right to the picture. So the whole right column, all dates about university, quotes, classes, groups, pin board etc. It leaves just a blank space.
2. Which of these scripts in the comments do I have still to add to get them working? I'm not sure about that, also where to do that? And how do you "name" the box on the left side unter "Privatsphäre" (Privacy)? It's still there on my site. Thanks in advance! |
|
|
i can only recommend http://userscripts.org/scripts/show/5841 it changes most of the colors to blue so as to get rid of the stupid pink layout. and i updated the script to remove some ads, too.
|
|
|
here are some more (banner on the right side, at logout + the "do you know"): var ad = document.getElementById("ad160x600");
var ad = document.getElementById("AdLogout");
var ad = document.getElementById("ad300x250");
var ad = document.getElementById("Kds");
|
|
|
Its on the group site, on the right under the group menu. something with t-shirts :) |
|
|
hey elk, when does this ad show? i just can't find it... |
|
|
There is a new advertisment: In the group-window under the group-menu.
|
|
|
Thats a cool bug! *lol* |
|
|
it was working, elk - rather too well one might say... it hid my friend's page because of the behaviour i mentioned earlier. :p |
|
|
i updated the script to not inadvertently remove elements that should not be removed (if anywhere on the profile the words "Neuigkeiten", "Telegramm" and the likes showed up, the whole profile would be hidden) |
|
|
Mh? Its still working, isnt it? |
|
|
argh! they changed it again! i'm working on it... |
|
|
Wow, what a quick update! Thanks for your great extension!! |
|
|
GOD they're annoying! Again they change everything... I removed all those stupid ads, boxes, etc... |
|
|
I altered the script to hide the "Schaukasten" they've been showing lately as well... |
|
|
Remove "Schaukasten"
|
|
|
I updated the script to remove the stupid telegram they're showing now. |
|
|
I use Adblock+ to hide ads and it works like a charm - for the sake of testing your proposed addition to my script I disabled it but there still was no ad. Is it only sometimes there or what happened to it? For the time being I left my script as it is since I don't want to include untested code. But thanks all the same, should I at one point encounter the ad, I'll be certain to use your code. |
|
|
Add something like var adSidebar = document.getElementsByTagName("div")[1];
to hide the ad too. |