Участник:T kns/coubantiantiadblock.user.js — различия между версиями
Материал из Энциклопедия leprosorium.ru
T kns (обсуждение | вклад) |
T kns (обсуждение | вклад) м (чтобы на других сайтах автоплей не мешал) |
||
Строка 14: | Строка 14: | ||
} | } | ||
− | Object.defineProperty(document, "referrer", {get : function(){ return " | + | Object.defineProperty(document, "referrer", {get : function(){ return ""; }}); |
})() | })() |
Версия 01:06, 12 июня 2016
// ==UserScript== // @name coubadworkaround // @namespace coubembed // @description Coub adfox // @include https://coub.com/embed/* // @version 2 // @run-at document-start // @grant none // ==/UserScript== (function() { window.AdFox_getCodeScript = function() { return; } Object.defineProperty(document, "referrer", {get : function(){ return ""; }}); })()