Comments on daniel Rozenberg's Scripts

74 comments

Comment on GMail Align to Right Right-To-Left Scripts (languages) made Sep 11, 2008:

Tomer Cohen

Google recently added RTL controls for all the languages. You can enable that buttons from the Settings screen. Therefore, this script is no longer necessary.

Comment on Google - Block unwanted results made Aug 25, 2008:

Imfego

Great idea, but is it possible to import url list from txt file or whatever into it? At least in future versions.

Comment on Google - Block unwanted results made Aug 14, 2008:

Noel Reid

This script has stopped working for me - I have FF 2.0.0.16 installed.

Dang...

Comment on Google - Block unwanted results made Aug 8, 2008:

zeefreak

the latest comment by luis seems to be necessary on ffx3. what isn't working properly is the list in the script config. blocked sites do not show up there, and sites added there are not blocked.

i am not really a coder, and looking through here i cannot see what might be causing this behaviour.

i am not sure what the change by mexaon does. it doesn't seem to change anything.

Comment on Google - Block unwanted results made Aug 5, 2008:

LuisNaver

Great script, needed a little work for me to get it to work. I had to rewrite how the script finds where to place the config button:


function addControlLink() {

// Create the link and add a click event to it
var nodeControl = document.createElement("span");
nodeControl.setAttribute("id", "GBUR_controlPanelLink");
nodeControl.textContent = "Blocking options";
nodeControl.addEventListener("click", openControlPanel, false);

// Create a hyphen space ;)
var nodeHyphen = document.createElement("span");
nodeHyphen.textContent = " - ";
nodeHyphen.style.fontSize = "small";

// Get the paragraph where the result count is displayed
var resultsP = $x("//div[@id='ssb']/p")[0];
// Attach CP link and hyphen before said font node
resultsP.insertBefore(nodeHyphen, resultsP.firstChild);
resultsP.insertBefore(nodeControl, resultsP.firstChild);

}

Comment on Google - Block unwanted results made Aug 4, 2008:

Hank Baig

Here's another voice that asserts the world would be a better place if expert-exchange.com disappeared forever. Their style and operation are so antithetical to the spirit of open computing it's sickening.

Comment on OpenU's Sheilta - Remember my ID made Jul 25, 2008:

shalev.ethan

מצאתי סקריפט שמונע מאתרים לחסום מהדפדפן את זכירת הפרטים, כך שאם הדפדפן מקונפג לזכור אותם, בפעם הבאה שתיכנסו הפרטים יהיו שם. זה עובד על כל אתר (לא רק של הפתוחה), לא דורש להתערב בקוד, ומאד קטן ויעיל. אני ממליץ בחום:

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

Comment on Google - Block unwanted results made Jul 17, 2008:

lorax

Very slick! Another default kill for me is jstor.org. Those guys are the experts-exchange of the research world.

Now I'm going to get busy and knock off those "Free to download! But useless unless you buy it!" shareware sites like brothersoft.com and their ilk.

Thanks billions!

Comment on Gmail Spam-count Hide made Jul 7, 2008:

Victor Ly

Please update this script to work with the current Gmail interface. Thanks.

Comment on Google - Block unwanted results made Jun 6, 2008:

mcgoxel

nice scrpit thanks,

thank u for fix @MeXaon

Comment on Google - Block unwanted results made May 27, 2008:

Kelly Plummer

I too arrived here looking for a way to block experts-exchange from google search results.

Comment on Google - Block unwanted results made May 19, 2008:

MeXaon

hi daniel Rozenberg

Need small update :)

str 121

var nodeCorrectPlace = node.getElementsByTagName("nobr")[0];

replace to

  var nodeList = node.getElementsByTagName("nobr")

var nodeCorrectPlace = nodeList[nodeList.length - 1];

Comment on Gmail Spam-count Hide made Apr 17, 2008:

leafduo

not work now

Comment on OpenU's Sheilta - Remember my ID made Mar 6, 2008:

roy ezer

שיניתי את הסקריפט קצת כדי שישמור את כל הערכים, בסקריפט אחד.

הקובץ נמצא ב:

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

הסקריפט המשלים לא עבד...

Comment on Gmail Spam-count Hide made Feb 11, 2008:

Arend

I've temporarily uploaded my suggested fix (see comment below) as a userscript:

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

You can try that until the main script is updated.

Comment on Gmail Spam-count Hide made Feb 4, 2008:

Gangles

I appreciate the link, but I'm hoping you won't mind directing it to my new domain instead: http://gangles.ca/?p=63

Comment on Gmail Spam-count Hide made Jan 29, 2008:

joey3002

Where do I find my spam id in the source? I'll gladly assist with getting this fixed..

Comment on Gmail Spam-count Hide made Jan 28, 2008:

Rob Wilkerson

@Daniel - I swear it was working for me earlier on my XP machine at the office, but you're right. It's not working now that I'm home on my Mac nor is it working on my PC any longer.

Arend's change seems to work for me on both the Mac and PC. I have no idea what happened between this morning and now, but my apologies for any confusion.

Comment on Gmail Spam-count Hide made Jan 28, 2008:

Arend

@daniel

Here's my try. Pretty ugly, but it seems to work:

div.ybaOyc>div>div+div+div+div+div+div+div.ACpQre div.PQmvpb span

With this the spam count is shown again when you are in Spam view. Delete the .ACpQre part, if you don't like this.

Comment on Gmail Spam-count Hide made Jan 28, 2008:

daniel Rozenberg

@Rob - Your fix didn't work for me, my Spam link's ID is 1f8p - and div[id^="1f8"] is too generic, it hides all the navigation links... I'd be glad if anyone with FireBug and some free time would check their spam link's ID, and the ID of the element(s) above. That might help me find a CSS rule that will work for everyone

Comment on Gmail Spam-count Hide made Jan 28, 2008:

Rob Wilkerson

Spurious is right, but now Google has added an ID to make life easier (in the short term):

Replace

#ds_spam b,div[id$="^s"] span

with

div[id="1f8q"] span

Don't forget that it needs to be replaced twice. It seems to be working for me.

Comment on Gmail Spam-count Hide made Jan 26, 2008:

spurious

This no longer works.

Comment on Google - Block unwanted results made Dec 26, 2007:

Sir Robert

Daniel, this is excellent. I was just about to write the exact same script (and for Experts-Exchange.com, actually) when I thought, "Well, *maybe* someone else is as irritated as I am... I'll check userscripts.org."

Thanks!

Comment on Gmail Spam-count Hide made Nov 28, 2007:

hebbet

Maybe you can help me. Hide Spam Count breaks a thing in my Blue Gmail Skin http://pascal.herbert.googlepages.com/bluegmail...

If there are Spams and your script is installed, the background is not it should be.

Comment on Gmail Spam-count Hide made Nov 26, 2007:

Gina Trapani

Woo-hoo! Thanks for getting this updated. Just included it in Better Gmail 2--thanks again!

http://ginatrapani.org/workshop/firefox/betterg...