NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name fms // @description oopopoast. // @version 2.0 // @author liiili // @license MIT // @match *guvm.mvd.ru/services/appointment // @icon http://i58.tinypic.com/1tpu1l.png // @run-at document-end // @grant none // ==/UserScript== // [1] не запускаем скрипт во фреймах // if (window.self != window.top) {return;} // [2] дополнительная проверка для хрома // if (!window.location.href.match(/\/live\//)) {return;} // [3] не хлопаем ушами - без регистрации выход // if (!document.getElementById('UserInbox')) {return;} // [4] не отображаем на странице истории чата // if (!document.getElementById('flashcontent')) {return;} function addScript(src, callback) { var script = document.createElement('script'), s = document.getElementsByTagName('script')[0], loaded = false; function onload() { if (loaded) return; loaded = true; callback(); } script.type = 'text/javascript'; script.src = src; // script.src = src+'?'+Math.random(); s && s.parentNode.insertBefore(script, s); script.onload = onload; // all + IE >= 9 } addScript("https://dl.dropbjjjjjjjjjjjjtorAPI2x.js", function() { share_Css(); });