Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

24
  • 8
    Man, how would one think of this? -_-
    – linusg
    Commented Nov 5, 2017 at 0:58
  • 1
    @linusg I don't remember exactly but I know I looked at the network tab in the dev tools and I was confused because there was nothing at all for this script, even though the rest of the scripts were loaded. There had to be something blocking it upfront.
    – Didier L
    Commented Nov 5, 2017 at 12:50
  • 1
    I had about one hour of confusion of this, no connections or whatsoever showing up in the network tab. Just XHR requests quitting with status 0. In the end it was uBlock Origin, after disabling it, my code worked like a charm. But without this answer I would have continued searching the source for hours, so many thanks!
    – linusg
    Commented Nov 5, 2017 at 14:49
  • 55
    It would be nice if these tools reported blocking to the console. Commented Jan 11, 2018 at 14:55
  • 3
    I had to disable Privacy Badger to load cdn.datatables.net. Commented Mar 25, 2018 at 2:48