Elad Nava
Elad Nava
I looked all over the interwebs for a JavaScript AdBlocker that can be embedded - I couldn't find such a beast. They only exist as extensions, because what site is...
@jiahaog Unfortunately, that won't be enough, because Adblock relies on the `chrome.*` extension APIs, which are simply not implemented in Electron (yet): https://github.com/electron/electron/issues/1498#issuecomment-96995155 Chrome Dev Extensions work because they might...
@matthewdias unfortunately that script needs to be configured with each advertisement's URL in order to work. It's for websites that want to reward the user for clicking a specific ad...
A manageable workaround is to just block ad networks using the `/etc/hosts` file. Since a nativefied website will typically serve ads from the same ad network(s), it shouldn't be too...
Hi @chirag200666, Great call. We definitely want to implement these calls -- do you have any free time to help with this?
@hypesystem did you get a chance to take a look at this, mate?
@hypesystem what do you mean by _notification_? > For failing batches we return a result-object for each notification that explains the error. Are you referring to each individual notification sent...
@hypesystem OK, that makes sense. This is the format of the current `result` object returned in the `sender.send` callback: ``` { "failure" : 1, // Number of messages that could...
@BackPackerDz No, it is not. Check out a workaround here: https://github.com/ToothlessGear/node-gcm/issues/42#issuecomment-145379922
Hi @jbruggeman, Thanks for the update! The solution would be for `node-gcm` to support the new `apns-collapse-id` flag, right?