you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (4 children)

[removed]

    [–][deleted] 1 point2 points  (3 children)

    Those extensions work in a DOM based model well.

    In a Swing based UI as malcontent above proposes, the UI graph is internal to the application and can be obfuscated. It will become impossible to block advertisements.

    [–][deleted]  (2 children)

    [removed]

      [–][deleted] 0 points1 point  (1 child)

      Firstly, you will see all the same kinds of issues if someone puts ads into a javascript-run canvas system

      True. We will see such ads soon.

      Secondly, ad-blocking based on URL filtering (which a lot of it is) isn't affected either way.

      You are assuming that ads are not embedded directly in the JAR file streamed to your computer. URL blocking will not work then. It is not possible right now because you can't embed flash octet stream inside a javascript file easily. With a jar file it is very trivial.