Greasy Fork is available in English.

Piriform update redirect

Redirect Piriform product (CCleaner, Defraggler, Recuva, Speccy) update check pages to their respective builds pages.

질문, 리뷰하거나, 이 스크립트를 신고하세요.
// ==UserScript==
// @name Piriform update redirect
// @version 3.1
// @description Redirect Piriform product (CCleaner, Defraggler, Recuva, Speccy) update check pages to their respective builds pages.
// @namespace raina
// @include /^https?:\/\/www\.ccleaner\.com\/.+\/update/
// @run-at document-start
// @grant none
// ==/UserScript==
history.replaceState({}, "builds", "builds");
window.location.href = "./builds";