nfriedly / node-unblocker

Web proxy for evading internet censorship, and general-purpose Node.js library for proxying and rewriting remote webpages
https://www.npmjs.com/package/unblocker
GNU Affero General Public License v3.0
454 stars 878 forks source link

how to add ads in unblocked website #261

Closed bobwatcherx closed 2 months ago

bobwatcherx commented 3 months ago

I ask . For example, the blocked URL is https://jav.red. and I have my own Adstera popunder ad. I want my Adstera popunder ads to appear on that website with this node unblocker. is that possible

example if i open https://myunblocker.com/proxy/https://jav.red

then in website run my code popunder ads thx

nfriedly commented 3 months ago

It's probably possible. You could do something like the replace snippet example and have it search for some existing tag, like <body> and replace it with something like <body><advertisement/>

proudparrot2 commented 2 months ago

How to get people NOT to use your proxy instance:

nfriedly commented 2 months ago

Yeah, I'm just going to close this one.