-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Д/з 5 — Жевак Антон #3
base: master
Are you sure you want to change the base?
Conversation
теперь данные о пользователе из кеша возвращаются мгновенно, а запросы к серверу ставятся в очередь
@@ -0,0 +1,34 @@ | |||
(function() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
UglifyJS заменяет круглые скобки на восклицательный знак и букмарклет перестаёт работать в Firefox. Кто умный, скажите как исправить :-)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
banner : 'javascript:void'
-> javascript:void!function(){...}()
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Спасибо. То, что нужно.
void в букмарклете изменения в комментариях
Для запуска сценария необходимо скопировать содержимое файла build/bookmarklet.min.js в адресную строку браузера или в поле URL закладки.
Из интересного: