Giter Club home page Giter Club logo

Comments (4)

yous avatar yous commented on June 12, 2024 2

@fenslett Thanks for the suggestion. But I'm worried about the case that we block non-ad images of imgtong.com, referred by domains not owned by Tcafe. I don't want to introduce false positive ad-blocking since we may accept some ads but we won't accept blocking real contents by ad-blocker. I may disable that ad-blocker immediately if it blocks contents that I want to see.

So, I found a Twitter account of Tcafe, https://twitter.com/tcafenet, and I'll add all of them that are accessible now. This is the list of domains:

  • tcafe.net
  • tcafeaa.com
  • tcafeby.com
  • tcafegg.com
  • tcafego.com
  • tcafeh.com
  • tcafek.com
  • tcafen.com
  • tcafeon.com
  • tcafex.com
  • tcafez.net

Also, as I think, users usually access tcafe.net, and other domains are just temporal ones. Here we handle tcafe.net, so the case when users access another site and see ads may less often.

from youslist.

yous avatar yous commented on June 12, 2024 2

@fenslett Ah, didn't know that the owner of Tcafe also owns imgtong.com. Also thank you for the notice about DOM elements. If we can block some obvious ad images, I'll add them.

from youslist.

fenslett avatar fenslett commented on June 12, 2024

The characteristics of websites whose own name is constantly changing to avoid being banned by National Police Agency are that they have their image server for advertisements.
On analysis, most advertisements on the site that start with tcafe are stored and provided in a URL form on imgtong.com, which means the majority involved with them can be blocked by using this:

||imgtong.com

But, there was a side effect all images are hidden. so I looked into DOM elements on the site, made a bunch of exception rules requiring at least user can use the site:

@@img.imgtong.com/count_bg.gif
@@img.imgtong.com/count_bg._shodow.gif
@@img.imgtong.com/btn_*.gif
@@img.imgtong.com/cbr.gif
@@img.imgtong.com/*image*.gif
@@img.imgtong.com/bg_sign.gif
@@img.imgtong.com/coin.fig
@@img.imgtong.com/comm.png
@@img.imgtong.com/ut.gif
@@img.imgtong.com/fu.png
@@img.imgtong.com/q.png
@@img.imgtong.com/_start.png
@@img.imgtong.com/_stop.png
@@img.imgtong.com/pup.gif
@@img.imgtong.com/pdown.gif
@@img.imgtong.com/nogap.gif
||imgtong.com

I tested it out on tcafeh.com, tcafeaa.com and tcafegg.com.
Occasionally, some miscellaneous images like level icons are not shown correctly, but I think it wouldn't hurt any users to use the site.

from youslist.

fenslett avatar fenslett commented on June 12, 2024

@yous Yes. I understand what you're concerned about.
The reason I made a suggestion that we had to blocks some image stored on imgtong.com was the owner imgtong.com and a series of tcafe sites are completely the same and we could save unnecessary data traffic by blocking them. According to the introduction of Adblock website, DOM elements become hidden only, not blocked. It means our browser always send a website the requests for advertisement image. I thought this mechanism was a waste of money to send, resend, process them. 👍

Thanks for your reply by the way.

from youslist.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.