Oliver Wise
Oliver Wise
I think you're right that it's the lazy loading that's slipping them by. I can test a bit, but I'm not sure the extension script is always being triggered by...
Yeah, it could totally check a file like that. To your second point, as far as I can tell, the main way that current ad block plugins prevent ads is...
It looks like you can use add-art and ad block plus simultaneously. That way you get the best of both worlds. For example: http://www.walmart.com/ still shows art ads. But AdBlockPlus...
Hi, Sorry for the delay. I've been away on vacation. Yes, what you're talking about does fit with this project in a way. As you mentioned, the exhibitions are just...
> That's nice. So we could theoretically build a REST api on top of that? A couchdb is actually all based on REST. You use POST and PUT to add...
That kind of happens here: https://github.com/owise1/ambient-weather-api/blob/master/src/index.js#L77 (#77-#93), but I'll admit it's not as straightforward as it could be because it's all wrapped in an object.
Unfortunately I'm not familiar with .NET. I'd think you could install nodejs and then use this library?
Hmm. I'm not sure. The realtime API uses socket.io, are you able to use a library like this? https://github.com/Quobject/SocketIoClientDotNet That might be easier that trying to do the websocket handshake...
this would be easy to do using a youtube or vimeo embed. you'd check the ["piece.image" property ](https://github.com/slambert/Add-Art/blob/master/data/js/artAdder.js#L34) for youtube or vimeo, then make an iframe instead of a div....