Greasy Fork is available in English.

hhFiller

Fill response post for vacation in hh.ru by template

Від 12.01.2016. Дивіться остання версія.

Автор
spmbt
Рейтинги
0 0 0
Версія
8.2016.1.12
Створено
09.06.2015
Оновлено
12.01.2016
Ліцензія
Н/Д
Відноситься до

Fill response post for vacation in hh.ru and moikrug.ru by template (russian headhunter sites), career.ru.

  • 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
    {
    "contentscripts": [ {
      "excludeglobs": [  ],
      "excludematches": [  ],
      "includeglobs": [
          "http://hh.ru/", "http://career.ru/", "https://moikrug.ru/"  ],
      "js": [ "hhfiller.user.js" ],
      "matches": [ "http:///", "https:///*" ],
      "runat": "documentidle"
    } ],
    "convertedfromuserscript": true,
    "description": "Fill response post for vacation in hh.ru by template",
    "name": "hhFiller",
    "version": "7.2016.1.12",
    "manifestversion": 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