HabrAjax

Cumulative script with over 60 functions for Fx-Opera-Chrome

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Author
spmbt
Daily installs
0
Total installs
643
Ratings
2 0 0
Version
176.2018.4.26
Created
2014-06-02
Updated
2018-04-27
Size
410 KB
License
N/A
Applies to

HabrAjax

  • 2018-04-26 - domains habr.com + geektimes.com
  • 2017-08-15 - фикс нового дизайна для видимости комментов;
  • 2017-03-02 - правка прыганий комментариев, аватаров в них, отступов в сайдбаре (по новым стилям);
  • 2016-05-16 - очередной новый дизайн Х. по поводу слияния с М-м.;
  • 2016-03-12 - отметка внутренних ссылок http-https не как внешних;
  • 2016-01-22 - "всем переходить на https!";

HabrAjax (подробное описание) Сборный скрипт для сайта habr.ru и сопутствующего Geektimes.ru с поддержкой 3 основных браузеров, имеющий более 60 функций для улучшения подачи информации на страницах сайта. Работает совместно со стилями ZenComment, но спосбен работать и отдельно.

Cодержит в себе версию стилей ZenComment, (или ставится отдельно ), преобразующих внешний вид сайта, как описано в ZenComment и преодоление «бешеной плитки» на χ·е. Предпочтительнее устанавливать стили ZenComment отдельно (нет "рывка" от перестилизации в 1-ю секунду), с использованием аддона Stylish для Firefox или для Chrome или без него для Старой Оперы.

HabrAjax для Chrome или Старой Оперы устанавливается без вспомогательных программ. Для Firefox предпочтительно использовать Scriptish, но возможно и Greasemonkey.


Для подгрузки скрипта в Хром будет полезен файл манифеста примерно такого вида:

{
"content_scripts": [ {
  "exclude_globs": [ "https://habr.com/api/*", "https://habr.com/special/*",
    "https://geektimes.com/api/*", "https://geektimes.com/special/*", 
    "https://habrahabr.ru/api/*", "https://habrahabr.ru/special/*",
    "https://geektimes.ru/api/*", "https://geektimes.ru/special/*", "https://megamozg.ru/api/*",
    "https://megamozg.ru/special/*" ],
  "exclude_matches": [ ],
  "include_globs": [ "https://habr.com/*","https://geektimes.com/*",
    "https://habrahabr.ru/*","https://geektimes.ru/*", "https://megamozg.ru/*",
    "https://tmfeed.ru/*", "https://habrahabr.ru/auth/settings*", "https://plusone.google.com/*",
    "http://userscripts-mirror.org/scripts/source/*",
    "http://webcache.googleusercontent.com/search?q=cache:https://habrahabr.ru/*",
    "http://webcache.googleusercontent.com/search?q=cache:https://geektimes.ru/*",
    "http://webcache.googleusercontent.com/search?q=cache:https://megamozg.ru/*",
    "https://habrastorage.org/*", "http://legacy.habrastorage.org/*", "http://hbr/*" ],
  "js": [ "HabrAjax.user.js" ],
  "matches": [ "https://habr.com/*", "https://geektimes.com/*",
    "http://habrahabr.ru/*", "https://habrahabr.ru/*", "http://geektimes.ru/*",
    "https://geektimes.ru/*", "http://megamozg.ru/*", "https://megamozg.ru/*", "https://tmfeed.ru/*" ],
  "run_at": "document_idle"
} ],
"converted_from_user_script": true,
"description": "Cumulative script with over 60 functions for Fx-Opera-Chrome",
//"id": "HabrAjax",
"name": "HabrAjax",
"version": "176.2018.4.26",
"manifest_version": 2
}

или брать на Гитхабе

Скриншот настроек скрипта: http://img402.imageshack.us/img402/3154/habrajaxsett20130428.png Скриншот с пояснениями элементов: http://imageshack.us/a/img18/851/snaphajax20121023.png

Прежнее описание с устаревшей версией скрипта (не инсталлировать оттуда!): http://userscripts-mirror.org/scripts/show/121690.html