zcyzcy88 / SelfColle

A repository just for myself
44 stars 7 forks source link

Turn on "download and help distribute all files" for all sites #57

Open zcyzcy88 opened 7 years ago

zcyzcy88 commented 7 years ago

Updated Method:

  1. F12 console for inner iframe
  2. Run
    Page.site_list.sites.forEach(function (e) {
    Page.cmd('OptionalHelpAll', [true, e.key], ()=>{})
    })