Участник:T kns/coubantiantiadblock.user.js — различия между версиями
Материал из Энциклопедия leprosorium.ru
T kns (обсуждение | вклад) (Новая страница: «// ==UserScript== // @name coubadworkaround // @namespace coubembed // @description Coub adfox // @include https://coub.com/embed/* // @version 1…») |
T kns (обсуждение | вклад) |
||
Строка 4: | Строка 4: | ||
// @description Coub adfox | // @description Coub adfox | ||
// @include https://coub.com/embed/* | // @include https://coub.com/embed/* | ||
− | // @version | + | // @version 2 |
// @run-at document-start | // @run-at document-start | ||
// @grant none | // @grant none | ||
// ==/UserScript== | // ==/UserScript== | ||
+ | (function() { | ||
window.AdFox_getCodeScript = function() { | window.AdFox_getCodeScript = function() { | ||
return; | return; | ||
} | } | ||
+ | |||
+ | Object.defineProperty(document, "referrer", {get : function(){ return "vk.com.is.shit"; }}); | ||
+ | })() |
Версия 13:27, 11 июня 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 "vk.com.is.shit"; }}); })()