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