hhFiller

Fill response post for vacation in hh.ru by template

目前為 2015-12-24 提交的版本,檢視 最新版本

作者
spmbt
評價
0 0 0
版本
4.2015.12.24
建立日期
2015-06-09
更新日期
2015-12-24
尺寸
10.0 KB
授權條款
未知
腳本執行於

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
    {
    "content_scripts": [ {
      "exclude_globs": [  ],
      "exclude_matches": [  ],
      "include_globs": [
          "http://hh.ru/", "https://moikrug.ru/"  ],
      "js": [ "hhfiller.user.js" ],
      "matches": [ "http:///", "https:///" ],
      "run_at": "document_idle"
    } ],
    "converted_from_user_script": true,
    "description": "Fill response post for vacation in hh.ru by template",
    "name": "hhFiller",
    "version": "2.2015.6.10",
    "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