View Single Post
  #578  
Old 08.02.2019, 07:41
almanteka almanteka is offline
Baby Loader
 
Join Date: Feb 2019
Posts: 9
Default

Quote:
Originally Posted by mgpai View Post
Example:
Code:
var url = "hxxp://notification.service";
var data = "payload={\"text\": \"JDownloader: The file " + package.getName() + " has been completed!\"}";
postPage(url, data);
WOW! worked perfectly! thank you very much!
Reply With Quote