coreytegeler / add-art-chrome

http://add-art.org
34 stars 10 forks source link

Same image being chosen to replace adds #20

Closed Ktrcoyote closed 6 years ago

Ktrcoyote commented 7 years ago

Hi. I've being trying to find a way to get an ad blocking application to replace all the ads with subliminal messages from the movie They Live. (OBEY. CONSUME. MONEY IS YOUR GOD. ETC.) Add Srt seems to be the best option but I'm having a lot of issues getting them to work right. Here's a test essay I made: http://add-art.org/essays/?essay=2f77626348ec7e83a2281758e7a0bc48

Right now it seems to want to just stick with a single image, "Consume" on every site I try. Also is there a way to get it to choose ads based on dimensions? It's just cropping the rectangle ads into banner ads.

owise1 commented 7 years ago

Hi. Right now the extension chooses the next image for each new url. If you keep refreshing the same page it'll keep showing you the same image. But if you go to a different page it should choose the next one. I'm seeing that behavior with your exhibition.

Unfortunately there isn't a way to control the dimensions of the image. It just makes sure they cover the entire ad space and if they're too big it randomly positions them.

One thing I did notice was that imugr.com was blocking the images on sites that used ssl. For example the New York Times. you might want to do you image urls like this:

//i.imgur.com/P8CKQEh.jpg

instead of this:

http://i.imgur.com/P8CKQEh.jpg

so they'll work on more sites.

slambert commented 7 years ago

@owise1 We should probably include something like this in the instructions, right?

owise1 commented 7 years ago

added