mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 01:02:08 +01:00
Add missing method to neutered api
This commit is contained in:
parent
1db3748ab1
commit
5a9cd724ca
1 changed files with 1 additions and 0 deletions
|
@ -120,6 +120,7 @@
|
|||
p.setClickUrl = noopthisfn;
|
||||
p.setCollapseEmptyDiv = noopthisfn;
|
||||
p.setTargeting = noopthisfn;
|
||||
p.updateTargetingFromMap = noopthisfn;
|
||||
//
|
||||
const gpt = window.googletag || {};
|
||||
const cmd = gpt.cmd || [];
|
||||
|
|
Loading…
Reference in a new issue