Yandex Extra Buttons

Add buttons (past 1/2/3 days, weeks, PDF search etc.) for Yandex search page

이 스크립트를 설치하려면 Tampermonkey, Greasemonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey와 같은 확장 프로그램을 설치해야 합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Userscripts와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 유저 스크립트 관리자 확장 프로그램이 필요합니다.

(이미 유저 스크립트 관리자가 설치되어 있습니다. 설치를 진행합니다!)

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

(이미 유저 스타일 관리자가 설치되어 있습니다. 설치를 진행합니다!)

작성자
spmbt
일일 설치 수
0
총 설치 수
3,845
평점
32 1 2
버전
9.2021.1.112
생성일
2016-01-17
갱신일
2021-01-11
크기
35.1KB
라이선스
해당 없음
적용 사이트

Yandex Extra Buttons

For Yandex search engine script adds buttons of search by last dates, in types of documents, in sites (description in russian).

  • (Firefox, Chrome, Opera12+, Safari, Vivaldi)

Similar script for Google is Google Search Extra Buttons with same functions and structure. Works in various Yandex domains: .ru, .com, .ua, .by (belarissian), .kz (kazakh), .com.tr (turkish).

  • select inteface language (en, ru, ua, by, fr, de, es) and save in external settings (same as for Google script);
  • search for last 1,2..13 days;
  • search for last 1,2..10 weeks;
  • search for last 1,2..11 months;
  • search for last 1,2..10 years;
  • search by some types of documents (multiselect for 10 types);
  • search by site from list (saved in settings and edited);
  • more or less detailed lists (setting).

You may use another styles with with script:

Examples: "пар" (.ru), "engine" (.com), "Сяброўскія" (.by).

Installiing in Chrome as unpacked extension need file manifest.json (or install using TamperMonkey):

{
    "content_scripts": [ {
        "exclude_globs": [  ],
        "exclude_matches": [  ],
        "include_globs": [ "https://yandex.ru/search*",
"https://yandex.by/search*",
"https://yandex.ua/search*",
"https://yandex.kz/search*",
"https://yandex.com.tr/search*",
"https://yandex.com/search*",
"https://*.yandex.ru/search*",
"https://*.yandex.by/search*",
"https://*.yandex.ua/search*",
"https://*.yandex.kz/search*",
"https://*.yandex.com.tr/search*",
"https://*.yandex.com/search*",
"https://www.yandex.ru/",
"https://www.yandex.by/",
"https://www.yandex.ua/",
"https://www.yandex.kz/",
"https://www.yandex.com.tr/",
"https://www.yandex.com/",
"https://yandex.net/",
"https://yandex.ru/yandsearch*",
"https://yandex.by/yandsearch*",
"https://yandex.ua/yandsearch*",
"https://yandex.kz/yandsearch*",
"https://yandex.com.tr/yandsearch*",
"https://yandex.com/yandsearch*",
"https://spmbt.github.io/googleSearchExtraButtons/saveYourLocalStorage.html"],
        "js": [ "yandXButt.user.js" ],
        "matches": [ "http://*/*", "https://*/*" ],
        "run_at": "document_idle"
    } ],
    "converted_from_user_script": true,
    "description": "Add buttons (last 1/2/3 days, weeks, PDF search etc.) for Yandex",
    "name": "Yandex Extra Buttons",
    "version": "7.2018.11.29",
    "manifest_version": 2
}
  • Feature of Yandex Main page for Firefox when non-authorization

Use setting on the page about:config of key security.csp.enable is false for show userscript settings from the page spmbt.github.io in iframe (it will disable the protection "Content Security Policy" on all sites). But if you was signed in Yandex site, disabling of protection is not need (by experience).

Github - https://github.com/spmbt/haPages/tree/gh-pages/userscript/yandex

Screenshots: