This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name odnako.org | |
// @namespace test.odnako.org | |
// @version v.0.01 | |
// @description Этот скрипт для чтения статей на odnako.org AdBlockPlus вызывал нескончаемую загружку страницы. И именно потому я сделал этот скрипт. | |
// @exclude http://*.odnako.org/ | |
// @include http://*.odnako.org/blogs/* | |
// @grant none | |
// ==/UserScript== | |
function getElementByXpath(path) { |