Live data from Hacker News

Thank HN: From Google form to $1k in revenue in one month

blog.oldgeekjobs.com

1–10 of 255 posts

Re: Thank HN: From Google form to $1k in revenue in one month

#3
Congrats! Small note, none of the listings appear when using uBlock Origin [ https://chrome.google.com/webstore/detail/ublock-origin/cjpa... ], a popular ad blocker.

It seems related to your /js/ads-controller.js file (it gets blocked because of the "/js/ads-" portion in the path).

I would suggest fixing that (and preferably minimizing your JS into one bundle).

Re: Thank HN: From Google form to $1k in revenue in one month

#5

Congrats! Small note, none of the listings appear when using uBlock Origin [ https://chrome.google.com/webstore/detail/ublock-origin/cjpa... ], a popular ad blocker. It seems related to your /js/ads-controller.js file (it gets blocked because of the "/js/ads-" portion in the path). I would suggest fixing that (and preferably minimizing your JS into one bundle).

Oh man - thank you. I was getting reports of the same, and now I know why. Fixed.

Re: Thank HN: From Google form to $1k in revenue in one month

#7
post #4

Awesome story! Just as a heads up with uBlock Origin in Chrome on macOS one is greeted with a header followed by a white page. Everything loaded with once I shut it off. http://i.imgur.com/Ovbi0ic.png

I noticed the same thing and the problem is the js file contains the word 'ads', which seems to be blacklisted in uBlock.
Post reply on HN