N/A
Ekde
// ==UserScript==
// @name laravel-china docs alter
// @namespace http://github.com/shamiao/
// @version 0.1
// @description N/A
// @author shamiao
// @match https://d.laravel-china.org/docs/5.5/*
// @grant none
// ==/UserScript==
(function() {
document.title = document.title.replace(/^Laravel\s*的/, "");
})();