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
// Иногда ИЕ8 не хочет перерисовывать страницу при изменениях. | |
// Этот скрипт заставляет его это делать | |
function rePaintIE() { | |
if (navigator.appName == 'Microsoft Internet Explorer') { | |
if (/MSIE\s8/.test(navigator.userAgent)) { | |
$('body').append( | |
'<style id="rePaintIE">' | |
+ 'html{position:relative;top:1px;}body{position:relative;top:-1px;}' | |
+ '</style>' |
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
speaker.say('Как у вас дела?').then(speaker.say('У меня норм, например.')); |
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 Ашоты, Асланы | |
// @namespace ashots | |
// @include *//prnt.sc/* | |
// @include *//cloud.mail.ru/public/* | |
// @include *//yadi.sk/i/* | |
// @include *//joxi.net/* | |
// @include *//monosnap.com/file/* | |
// @include *//screenshots.firefox.com/* | |
// @include *//imgur.com/* |
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 greaseLynx | |
// @include http*//*.* | |
// @version 1 | |
// @run-at document-start | |
// @grant none | |
// ==/UserScript== | |
document.documentElement.insertAdjacentHTML(`afterbegin`, ` | |
<style> |
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 end | |
// @namespace styles | |
// @include http*//*.* | |
// @version 4 | |
// @grant none | |
// ==/UserScript== | |
if (window.location.href.match('duckduckgo.com')) { | |
if (document.querySelector('.msg--noscript a')) { |
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 dark | |
// @namespace styles | |
// @include http*//*.* | |
// @version 5 | |
// @run-at document-start | |
// @grant none | |
// ==/UserScript== | |
if (window.location.href.match('scinquisitor.livejournal.com')) { |
OlderNewer