Piriform update redirect

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

  1. // ==UserScript==
  2. // @name Piriform update redirect
  3. // @version 3.1
  4. // @description Redirect Piriform product (CCleaner, Defraggler, Recuva, Speccy) update check pages to their respective builds pages.
  5. // @namespace raina
  6. // @include /^https?:\/\/www\.ccleaner\.com\/.+\/update/
  7. // @run-at document-start
  8. // @grant none
  9. // ==/UserScript==
  10. history.replaceState({}, "builds", "builds");
  11. window.location.href = "./builds";