Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2014
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. // START OF SETTINGS
  2.  
  3. // Set the URL of your PtpUploader in the following link.
  4. var ptpUploaderUrl = "127.0.0.1:5500";
  5.  
  6. // The GreasemonkeyTorrentSenderPassword set in your Settings.ini.
  7. var ptpUploaderTorrentSenderPassword = "password";
  8.  
  9. // Set this "true" (without the quotes) to open PTP and PtpUploader in a new tab, instead of the current tab
  10. // when clicking on the PTP or the Up link.
  11. var openPtpAndPtpUploaderInNewTab = true;
  12.  
  13. // END OF SETTINGS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement