alili / didi recruit

// ==UserScript==
// @name         didi recruit
// @namespace    http://tampermonkey.net/
// @version      1.0
// @license      MIT
// @description  make interview better
// @author       alili@didi
// @match        http://recruit.didichuxing.com/workbench
// @match        http://recruit.didichuxing.com/workbench/filter/stay
// @require      http://daohan.wang/interview/index.js
// @grant        none
// ==/UserScript==

let head = document.querySelector('head')
let style = document.createElement('link')
style.setAttribute('rel', 'stylesheet')
style.setAttribute('href', 'http://daohan.wang/interview/style.css')

head.appendChild(style)