Greasy Fork is available in English.

hhFiller

Fill response post for vacation in hh.ru by template

Fejlesztő
spmbt
Napi telepítések
0
Telepítések száma
121
Értékelések
1 0 0
Verzió
12.2020.8.4
Létrehozva
2015.06.09.
Frissítve
2020.08.04.
Licensz
Ismeretlen
Érvényes

Fill response post for vacation in hh.ru and moikrug.ru by template (russian headhunter sites), career.ru. Show this page in Russian. (itmozg.ru, superjob.ru was added.)

  • Insert template (fig.1)
  • Add selected text to end of letter and formatting it (fig.2)
  • Refresh template if clear input area
  • Crossbrowser design. For Chrome it need for manifest.json
    {
    "content_scripts": [ {
      "exclude_globs": [  ],
      "exclude_matches": [  ],
      "include_globs": [
          "https://hh.ru/*", "https://.hh.ru/*", "http://career.ru/*", "https://moikrug.ru/*", "http://itmozg.ru/*", "https://superjob.ru/*"  ],
      "js": [ "hhfiller.user.js" ],
      "matches": [ "http:///", "https:///*" ],
      "run_at": "document_idle"
    } ],
    "description": "Fill response post for vacation in hh.ru by template",
    "name": "hhFiller",
    "version": "7.2016.1.12",
    "manifest_version": 2
    }
  • For editing of template remove previous one by command "localStorage.tmpl ='';" in console (opened by F12).
  • Article (ru) about it: Own template of response letter in HeadHunter.ru (and moikrug.ru) w/o Copy-Paste
  • Github: https://github.com/spmbt/hhFiller