View Single Post
  #3  
Old 24.02.2021, 17:30
mgpai mgpai is offline
Script Master
 
Join Date: Sep 2013
Posts: 1,553
Default

@psp: Possible to achieve this using Eventscripter.

@Tedolly: You can use the config namespace to configure JD settings.

To read/modify the proxylist:
  • Read the 'customproxylist' object using 'get' method.
  • Loop through each individual objects in the array and query/modify them.
  • Replace the existing 'customproxylist" object with the modified one, using 'set' method.
Reply With Quote