// ==UserScript== // @name Piriform update redirect // @version 3.0 // @description Redirect Piriform product (CCleaner, Defraggler, Recuva, Speccy) update check pages to their respective builds pages. // @namespace raina // @match https://www.ccleaner.com/*/update* // @run-at document-start // @grant none // @downloadURL none // ==/UserScript== history.replaceState({}, "builds", "builds"); window.location.href = "./builds";