Are you sure you want to go to an external site to donate a monetary value?
WARNING: Some countries laws may supersede the payment processors policy such as the GDPR and PayPal. While it is highly appreciated to donate, please check with your countries privacy and identity laws regarding privacy of information first. Use at your utmost discretion.
Скрипт просто добавляет CSS на страницу Яндекса, не анализируя содержимого.
and not shure updates will work after such way of installation..
there is a script (find himself
// @name Github Rawgit Button // @description An userscript to add "Rawgit" button on github.
"anguished" - попытка вставить смайлик, но увы, OUJS такого нее понимает
Давно известная мне проблема. Дело тут не в авторизации, причина глюка глубоко закопана где-то в недрах скриптов Яндекса. Попытки исправить его не увенчались... :anguished:
починил
или, скорее всего, глючат онлайн-минимизаторы CSS кода
Лишняя стрелочка убита.
Внезапно на эту мелочь потратил немало усилий, так и не понял, кто виноват - баг в браузере или я
Вроде бы починил.
Спасибо за информацию.
ok, it's an interesting task, I'll think about it once again
Well someone will waste hours writing JS just to save a few second of your time?
Save images one by one, it takes 2 clicks and 1 enter.
(indeed i tried to did it, had frustation :)
Hope your knowledge of programming will be enough to correct this script's conversion table
rabc
in accordance with your enigmatic Slavic languageI'm sorry, here is the right link::
RuLat_translit.user.js
[Re]@Antynatalista:
I've made userscript called RuLat_translit that works on all sites in .ru domain.
[Re] @Antynatalista:
Well, I wrote a function for cyrillic -> polish transliterating.
javascript:function rulat(s){ const rabc={ 'а':"а", 'б':"b", 'в':"w", 'г':"g", 'д':"d", 'е':"je" ,'ё':"yo", 'ж':"ż", 'з':"z", 'и':"i", 'й':"j", 'к':"k" ,'л':"l", 'м':"m", 'н':"n", 'о':"о", 'п':"p", 'р':"r" ,'с':"s", 'т':"t", 'у':"u", 'ф':"f", 'х':"ch", 'ц':"c" ,'ч':"cz", 'ш':"sz", 'щ':"szcz", 'ъ':"`", 'ы':"y", 'ь':"'" ,'э':"e", 'ю':"ju", 'я':"yа", 'А':"А", 'Б':"B", 'В':"W" ,'Г':"G", 'Д':"D", 'Е':"Je", 'Ё':"Yo", 'Ж':"Żh", 'З':"Z" ,'И':"I", 'Й':"J", 'К':"K", 'Л':"L", 'М':"M", 'Н':"N" ,'О':"О", 'П':"P", 'Р':"R", 'С':"S", 'Т':"T", 'У':"U" ,'Ф':"F", 'Х':"Ch", 'Ц':"C", 'Ч':"Cz", 'Ш':"Sz", 'Щ':"Szcz" ,'Ъ':"`", 'Ы':"Y", 'Ь':"'", 'Э':"E", 'Ю':"Yu", 'Я':"Ya" }; for (var c, a=s.split(''), lat='', k=a.length, i=0; i<k; i++) lat+=(c=rabc[a[i]]) ? c : a[i]; return lat; } document.body.innerHTML=rulat(document.body.innerHTML); void(0);
You can use it in userscript, or you can create a Bookmarklet containg this code.
Cyrillic -> Latin transliteration
do we need it ?
I expect confirmation from you. I wouldn't want to do useless work, but if there exists at least one user who will use it, I'll do it
Re: @Antynatalista:
You really sure that Google still has not learned to translate from Russian to your Slavic language? Well, i can make a new translation variant "cyrillic -> latin", though I'd recommend you to learn cyrillic alphabet, it just takes takes half of hour.
you tried right-clicking on green lock icon?
Re: @XFoxPrower:
I've found a review of tampermonkey for firefox in
https://addons.mozilla.org/en-US/firefox/addon/tampermonkey/reviews/ ,
entitled "A mixed bag" by flash82 - (tl;dr), read it if you're interested
починил
i've notitced a new icon near my script post <fa-commenting pull-right > and wondering wahat does it it mean
Re: @Marti:
Does it mean that we cannot update our scripts anymore?
опять..
похоже в яндексе опять перестройка, подождем, когда устаканится
I suspect that's rather the question to @arantius ...
As for now, is there any sense in writing meta-tags
@downloadURL
,@updateURL
and their ilk?вроде бы починил