ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    uBlock Origin blocking over 1000 requests

    Scheduled Pinned Locked Moved Platform and Category Issues
    33 Posts 6 Posters 9.6k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • DashrenderD
      Dashrender @RojoLoco
      last edited by

      @RojoLoco said in uBlock Origin blocking over 1000 requests:

      It seems like the last few versions of uBlock show an aggregate number of blocked ads on tabs that stay open a long time. At least that is my interpretation of those huge numbers on certain sites.

      This seems to match my experience as well.

      1 Reply Last reply Reply Quote 0
      • scottalanmillerS
        scottalanmiller
        last edited by

        We were looking at this at MangoCon. Looks like some of the blockers are blocking things that are not shown or requested. So as an example, ML has more and more ads in the rotation (all are local JPGs or PNGs, nothing from an ad network) but as that list gets longer, the number blocked with each page refresh grows. It's because we push the list of all possible ads to the browser and let the browser determine which two to show (one on the side, one on the bottom) rather than letting the server side decide. It's a tiny amount of JS and the list is just a little text so we don't worry about the size. But with each additional one added, the list gets longer and the blockers block more stuff even though nothing more is being shown.

        1 Reply Last reply Reply Quote 0
        • DashrenderD
          Dashrender
          last edited by

          I wonder why first party ads are being blocked? Is uBlock Orgins blocking based on filename?

          DashrenderD scottalanmillerS M 3 Replies Last reply Reply Quote 0
          • DashrenderD
            Dashrender @Dashrender
            last edited by

            @Dashrender said in uBlock Origin blocking over 1000 requests:

            I wonder why first party ads are being blocked? Is uBlock Orgins blocking based on filename?

            Looks like it

            kvT98VO.png

            1 Reply Last reply Reply Quote 0
            • scottalanmillerS
              scottalanmiller @Dashrender
              last edited by

              @Dashrender said in uBlock Origin blocking over 1000 requests:

              I wonder why first party ads are being blocked? Is uBlock Orgins blocking based on filename?

              Has to be... either that or just image placement on screen.

              1 Reply Last reply Reply Quote 0
              • M
                mattel @Dashrender
                last edited by

                @Dashrender said in uBlock Origin blocking over 1000 requests:

                I wonder why first party ads are being blocked? Is uBlock Orgins blocking based on filename?

                filename (-728x90., -ad1, -160x600., /160x600_, -ad2., -160x600., -160x600-) -- all of those would be avoided by randomizing the file name.

                1 Reply Last reply Reply Quote 0
                • M
                  mattel
                  last edited by

                  GroveSocial ad still works cause the filename doesn't match
                  grovesocial_bottom_banner_1_600.png

                  scottalanmillerS 1 Reply Last reply Reply Quote 0
                  • scottalanmillerS
                    scottalanmiller @mattel
                    last edited by

                    @mattel doesn't match... what?

                    DashrenderD M 2 Replies Last reply Reply Quote 0
                    • DashrenderD
                      Dashrender @scottalanmiller
                      last edited by

                      @scottalanmiller said in uBlock Origin blocking over 1000 requests:

                      @mattel doesn't match... what?

                      The list maintained on Easylist (see my post above)

                      1 Reply Last reply Reply Quote 0
                      • M
                        mattel @scottalanmiller
                        last edited by

                        @scottalanmiller
                        well i guess pasting the url of an ad just shows the ad, I removed the domain portion.

                        ml/grovesocial_bottom_banner_1_600.png

                        1_600. is not one of the ad rules

                        scottalanmillerS 1 Reply Last reply Reply Quote 0
                        • scottalanmillerS
                          scottalanmiller @mattel
                          last edited by

                          @mattel said in uBlock Origin blocking over 1000 requests:

                          @scottalanmiller
                          well i guess pasting the url of an ad just shows the ad, I removed the domain portion.

                          ml/grovesocial_bottom_banner_1_600.png

                          1_600. is not one of the ad rules

                          So just having a number in it breaks their logic?

                          DashrenderD 1 Reply Last reply Reply Quote 0
                          • DashrenderD
                            Dashrender @scottalanmiller
                            last edited by

                            @scottalanmiller said in uBlock Origin blocking over 1000 requests:

                            @mattel said in uBlock Origin blocking over 1000 requests:

                            @scottalanmiller
                            well i guess pasting the url of an ad just shows the ad, I removed the domain portion.

                            ml/grovesocial_bottom_banner_1_600.png

                            1_600. is not one of the ad rules

                            So just having a number in it breaks their logic?

                            no, you're breaking the blocking by using a number not in their list. but, if it sees a string it doesn't like anywhere in the filename or path, it appears that it's killing it.

                            1 Reply Last reply Reply Quote 0
                            • DashrenderD
                              Dashrender
                              last edited by

                              For example,

                              do-ssd-virtual-servers-banner-160x600.jpg

                              This is blocked from loading an image. But if you change the name to *do-ssd-virtual-servers-banner-16000x60000.jpg it will probably work, because the string 160x600 isn't in there anymore.

                              scottalanmillerS DashrenderD 2 Replies Last reply Reply Quote 0
                              • scottalanmillerS
                                scottalanmiller @Dashrender
                                last edited by

                                @Dashrender said in uBlock Origin blocking over 1000 requests:

                                For example,

                                do-ssd-virtual-servers-banner-160x600.jpg

                                This is blocked from loading an image. But if you change the name to *do-ssd-virtual-servers-banner-16000x60000.jpg it will probably work, because the string 160x600 isn't in there anymore.

                                So it is blocking images with a specific size notation in them? That's crazy.

                                M 1 Reply Last reply Reply Quote 0
                                • scottalanmillerS
                                  scottalanmiller
                                  last edited by

                                  Does it block it in the thread, too?

                                  DashrenderD 2 Replies Last reply Reply Quote 0
                                  • DashrenderD
                                    Dashrender @scottalanmiller
                                    last edited by

                                    @scottalanmiller said in uBlock Origin blocking over 1000 requests:

                                    Does it block it in the thread, too?

                                    Does it block what in the thread? an image?
                                    If you put an image in this thread with that link in it, yes it blocked it, I don't see one.

                                    scottalanmillerS 1 Reply Last reply Reply Quote 0
                                    • DashrenderD
                                      Dashrender @Dashrender
                                      last edited by

                                      @Dashrender said in uBlock Origin blocking over 1000 requests:

                                      For example,

                                      do-ssd-virtual-servers-banner-160x600.jpg

                                      This is blocked from loading an image. But if you change the name to *do-ssd-virtual-servers-banner-16000x60000.jpg it will probably work, because the string 160x600 isn't in there anymore.

                                      LOL it not only blocks the image, it does prevent the text from showing up as well, I have the text link to that image in my post, but I can't see the https link because uBlock Origin blocked it.

                                      1 Reply Last reply Reply Quote 0
                                      • scottalanmillerS
                                        scottalanmiller @Dashrender
                                        last edited by

                                        @Dashrender said in uBlock Origin blocking over 1000 requests:

                                        @scottalanmiller said in uBlock Origin blocking over 1000 requests:

                                        Does it block it in the thread, too?

                                        Does it block what in the thread? an image?
                                        If you put an image in this thread with that link in it, yes it blocked it, I don't see one.

                                        Weird. But so it definitely is not working as intended. It's not just blocking ads, but any image with common names. That's good and bad. Mostly bad.

                                        DashrenderD 1 Reply Last reply Reply Quote 0
                                        • DashrenderD
                                          Dashrender @scottalanmiller
                                          last edited by

                                          @scottalanmiller said in uBlock Origin blocking over 1000 requests:

                                          Does it block it in the thread, too?

                                          So yes, it does block it in the thread as well.

                                          1 Reply Last reply Reply Quote 0
                                          • DashrenderD
                                            Dashrender @scottalanmiller
                                            last edited by Dashrender

                                            @scottalanmiller said in uBlock Origin blocking over 1000 requests:

                                            @Dashrender said in uBlock Origin blocking over 1000 requests:

                                            @scottalanmiller said in uBlock Origin blocking over 1000 requests:

                                            Does it block it in the thread, too?

                                            Does it block what in the thread? an image?
                                            If you put an image in this thread with that link in it, yes it blocked it, I don't see one.

                                            Weird. But so it definitely is not working as intended. It's not just blocking ads, but any image with common names. That's good and bad. Mostly bad.

                                            Well, it's pulling a list of considered bad strings from Easylist (https://forums.lanik.us/) and blocking anything on that list. The link is from uBlock Origin as a forum to post in for support regarding the list.

                                            scottalanmillerS 1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 1 / 2
                                            • First post
                                              Last post