Greasy Fork镜像 is available in English.

CCleaner update page will automatically redirect to the free version

CCleaner update page will automatically redirect to the free version.

Ajankohdalta 22.4.2019. Katso uusin versio.

// ==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";
})();
长期地址
遇到问题?请前往 GitHub 提 Issues。