1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00

Add missing method to neutered api

This commit is contained in:
Raymond Hill 2022-10-15 14:46:12 -04:00
parent 1db3748ab1
commit 5a9cd724ca
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -120,6 +120,7 @@
p.setClickUrl = noopthisfn; p.setClickUrl = noopthisfn;
p.setCollapseEmptyDiv = noopthisfn; p.setCollapseEmptyDiv = noopthisfn;
p.setTargeting = noopthisfn; p.setTargeting = noopthisfn;
p.updateTargetingFromMap = noopthisfn;
// //
const gpt = window.googletag || {}; const gpt = window.googletag || {};
const cmd = gpt.cmd || []; const cmd = gpt.cmd || [];