Участник: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 "coub.com.is.shit.too"; }}); |
})() | })() | ||
Текущая версия на 01:13, 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 "coub.com.is.shit.too"; }});
})()