CCleaner update page will automatically redirect to the free version

CCleaner update page will automatically redirect to the free version.

目前为 2019-04-22 提交的版本。查看 最新版本

// ==UserScript==
// @name         CCleaner update page will automatically redirect to the free version
// @namespace    zhihaofans
// @version      0.0.1
// @description  CCleaner update page will automatically redirect to the free version.
// @author       zhihaofans
// @match        https://www.ccleaner.com/ccleaner/update*
// @grant        Apache-2.0
// ==/UserScript==
(function () {
    window.location.href="https://www.ccleaner.com/ccleaner/download?upgrade";
})();