Mayfield Blocker

Blocks mayfieldschools.org

目前为 2019-03-14 提交的版本。查看 最新版本

// ==UserScript==
// @name       Mayfield Blocker
// @version    1.0
// @description  Blocks mayfieldschools.org
// @include http://www.mayfieldschools.org/*
// @copyright  2019+
// @namespace https://greasyfork.org/users/277231
// ==/UserScript==

window.location.replace("http://blocked.pen.io" + window.location.pathname);