Skip to content
Permalink
Browse files
Add missing getResponseInformation() method to neutered JS API
Related issue:
- uBlockOrigin/uAssets#8970

Adding the missing method does not solve the janky
scrolling, but does solve the spurious error messages
in the page's dev console.

Related commits:
- gorhill/uBlock@d307bbd

Co-authored-by: Raymond Hill <rhill@raymondhill.net>
  • Loading branch information
JustOff and gorhill committed Jun 11, 2021
1 parent d1ad2d1 commit b6956a752a90496515b68c44f7434eb6d38aa208
Showing with 1 addition and 0 deletions.
  1. +1 −0 assets/resources/resources.txt
@@ -514,6 +514,7 @@ googletagservices.com/gpt.js application/javascript
p.getAttributeKeys = nooparrayfn;
p.getCategoryExclusions = nooparrayfn;
p.getDomId = noopstrfn;
p.getResponseInformation = noopnullfn;
p.getSlotElementId = noopstrfn;
p.getSlotId = noopthisfn;
p.getTargeting = nooparrayfn;

0 comments on commit b6956a7

Please sign in to comment.