Live data from Hacker News

Sample Google Chrome Extensions ‎(Chromium Developer Documentation)‎

dev.chromium.org

1–10 of 21 posts

Re: Sample Google Chrome Extensions ‎(Chromium Developer Documentation)‎

#5

I'll ask the question on everyone's minds. Can an ad-blocking extension be made?

Adsweep (almost similar functionality as Adblock) is a greasemonkey script that works well for chrome. They have also released a extension for chrome. http://www.adsweep.org

Re: Sample Google Chrome Extensions ‎(Chromium Developer Documentation)‎

#6
post #5

I'll ask the question on everyone's minds. Can an ad-blocking extension be made?

Adsweep (almost similar functionality as Adblock) is a greasemonkey script that works well for chrome. They have also released a extension for chrome. http://www.adsweep.org

Thanks. I took a look and the Chrome extension is basically the same as the greasemonkey script. Does anyone know if this is less efficient than the way Adblock Plus does it? If so, is it possible to do it more efficiently with a Chrome extension?

Re: Sample Google Chrome Extensions ‎(Chromium Developer Documentation)‎

#7
post #3

Who else thinks they should get the Mac version out before spending time on this stuff...

If they do, it'll just die because it's not Safari. It makes sense to build the functionality on a platform where people are tolerant of incremental improvements.

Re: Sample Google Chrome Extensions ‎(Chromium Developer Documentation)‎

#8
post #5

Earlier quoted context omitted.

Adsweep (almost similar functionality as Adblock) is a greasemonkey script that works well for chrome. They have also released a extension for chrome. http://www.adsweep.org

Thanks. I took a look and the Chrome extension is basically the same as the greasemonkey script. Does anyone know if this is less efficient than the way Adblock Plus does it? If so, is it possible to do it more efficiently with a Chrome extension?

Yes, AdBlock is more efficient because it doesn't load the ads at all while Chrome/greasemonkey load and hide them. No, I don't think it can be more efficient because chrome extensions like greasemonkey scripts cannot modify the page before it is loaded.

I may be wrong, I had only a cursory look at the technology.

Re: Sample Google Chrome Extensions ‎(Chromium Developer Documentation)‎

#9
post #8

Earlier quoted context omitted.

Thanks. I took a look and the Chrome extension is basically the same as the greasemonkey script. Does anyone know if this is less efficient than the way Adblock Plus does it? If so, is it possible to do it more efficiently with a Chrome extension?

Yes, AdBlock is more efficient because it doesn't load the ads at all while Chrome/greasemonkey load and hide them. No, I don't think it can be more efficient because chrome extensions like greasemonkey scripts cannot modify the page before it is loaded. I may be wrong, I had only a cursory look at the technology.

Damn, that's what I was afraid of. Thanks.

Re: Sample Google Chrome Extensions ‎(Chromium Developer Documentation)‎

#10
post #3

Who else thinks they should get the Mac version out before spending time on this stuff...

They are working heavily on the Mac version and it is quite usable now. I have written about the mac version of chrome here http://www.manu-j.com/blog/download-updated-native-google-ch...

The post will give you an idea of what is working in the mac version as well as pre alpha builds to play with.

Post reply on HN