// ==UserScript== // @name BeeSoc // @namespace BeeSoc // @name:ru BeeSoc // @description:ru Инструмент для Beeline // @description:en Tool for Beeline // @include https://*.beeline.ru/* // @version 1.3|0.5 // @grant none // @author NULL|Народ // @description Инструмент для Beeline // @downloadURL https://update.greasyfork.icu/scripts/391693/BeeSoc.user.js // @updateURL https://update.greasyfork.icu/scripts/391693/BeeSoc.meta.js // ==/UserScript== $('body').prepend(` `); if (~$('body').text().indexOf('Войдите, чтобы получить доступ к вашим персональным данным.')) { $('body').prepend(`
Авторизируйтесь для пользования инструментом!
`); } else { $('body').prepend(`

Адрес:
Имя: Значение:





`); document.getElementById('URLz').value = "https://"+document.domain+"/mobiledownsale/upsaleconnect"; }