Forum: Eventscripter
19.05.2020, 23:40
|
Replies: 3,086
Views: 11,542,543
|
Forum: Eventscripter
18.05.2020, 05:01
|
Replies: 3,086
Views: 11,542,543
|
Forum: Eventscripter
18.05.2020, 04:40
|
Replies: 3,086
Views: 11,542,543
|
Forum: Eventscripter
18.05.2020, 02:59
|
Replies: 3,086
Views: 11,542,543
|
Forum: Eventscripter
12.05.2020, 20:37
|
Replies: 3,086
Views: 11,542,543
|
Forum: Eventscripter
11.05.2020, 03:12
|
Replies: 3,086
Views: 11,542,543
|
Forum: Eventscripter
11.05.2020, 00:24
|
Replies: 3,086
Views: 11,542,543
|
Forum: Eventscripter
10.05.2020, 17:28
|
Replies: 3,086
Views: 11,542,543
are all file names start with 'Plugin Defect!'?...
are all file names start with 'Plugin Defect!'? or is it mistaken for an error message? There is a conflict as layout below which clearly show all file names either start with 'extra' or 'patch' or...
|
Forum: Eventscripter
02.05.2020, 08:31
|
Replies: 3,086
Views: 11,542,543
|
Forum: Eventscripter
14.03.2020, 21:57
|
Replies: 3,086
Views: 11,542,543
@BJN01 you might want to adapter @mgpai option...
@BJN01 you might want to adapter @mgpai option that s/he pointed out to execute autohotkey/autoit source code directly without compiling it to save time on debugging
var autoitDir = 'C:\\Program...
|
Forum: Eventscripter
14.03.2020, 21:42
|
Replies: 3,086
Views: 11,542,543
makes no different
yes
= is assignment...
makes no different
yes
= is assignment operator
== is comparison operator
I've been using Ctrl+Tab to go forward, Ctrl+Shift+Tab backward on those tabs. don't know if there is one for...
|
Forum: Eventscripter
14.03.2020, 21:10
|
Replies: 3,086
Views: 11,542,543
|
Forum: Eventscripter
14.03.2020, 20:43
|
Replies: 3,086
Views: 11,542,543
awesome, didnt know that could be done.
...
awesome, didnt know that could be done.
its pretty much the same as autoit, its more benificial to focus on one.
a few params check was put in place to prevent exe executed by error such as...
|
Forum: Eventscripter
14.03.2020, 14:26
|
Replies: 3,086
Views: 11,542,543
\ is to escape symbol
\\ is literally mean \ ...
\ is to escape symbol
\\ is literally mean \ or use /
For example jd will see this path 'C:\Program Files\JDownloader 2.0\JDownloader2.exe' as 'C:Program FilesJDownloader 2.0JDownloader2.exe'...
|
Forum: Eventscripter
14.03.2020, 11:29
|
Replies: 3,086
Views: 11,542,543
|
Forum: Eventscripter
14.03.2020, 04:46
|
Replies: 3,086
Views: 11,542,543
autoit cmd to pass var to notepad.exe ...
autoit cmd to pass var to notepad.exe
hxxps://workupload.com/file/dd5yQzu2
pwd: bjn01
// "select link, paste them in a tx and open it"
// N.B = add button (event scrip trigger) in linkgrabber...
|
Forum: Eventscripter
14.03.2020, 02:55
|
Replies: 3,086
Views: 11,542,543
I think I know what you are trying to do now....
I think I know what you are trying to do now. Autoit would do. I'll post an update later.
This is something I would do.
// "select link, paste them in a tx and open it"
// N.B = add button...
|
Forum: Eventscripter
13.03.2020, 21:14
|
Replies: 3,086
Views: 11,542,543
|
Forum: Eventscripter
13.03.2020, 10:26
|
Replies: 3,086
Views: 11,542,543
|
Forum: Eventscripter
13.03.2020, 09:06
|
Replies: 3,086
Views: 11,542,543
|
Forum: Eventscripter
13.03.2020, 07:23
|
Replies: 3,086
Views: 11,542,543
good pointer. thanks.
could toolbar button...
good pointer. thanks.
could toolbar button or contextmenu action be intercepted? I accidentally right click on a packagename and open hundreds of tabs in the browser. Open in Browser. If there is...
|
Forum: Eventscripter
12.03.2020, 20:39
|
Replies: 3,086
Views: 11,542,543
|
Forum: Eventscripter
12.03.2020, 10:49
|
Replies: 3,086
Views: 11,542,543
hey @BJN01, i'm just curious myself. for the...
hey @BJN01, i'm just curious myself. for the first part of your questions, why do you need the urls to paste in an empty notepad without saving it. again, this is just for my benefit, has nothing to...
|
Forum: Eventscripter
10.03.2020, 03:15
|
Replies: 3,086
Views: 11,542,543
thanks.
Want to get some text from the...
thanks.
Want to get some text from the site and append it to the fileName. Could you give an example of get html tag either via javascript getElementById() or parsing source code via regex or...
|
Forum: Eventscripter
08.03.2020, 08:31
|
Replies: 3,086
Views: 11,542,543
Experimenting with api - have no clues what am...
Experimenting with api - have no clues what am doing. Assuming packagizer is switched off.
I have a bunch of links but only want to grab the favorite hosters. Unsuccessful start out code below,...
|
Forum: Eventscripter
08.03.2020, 02:56
|
Replies: 3,086
Views: 11,542,543
|
Forum: Eventscripter
07.03.2020, 09:17
|
Replies: 3,086
Views: 11,542,543
|
Forum: Eventscripter
07.03.2020, 08:01
|
Replies: 3,086
Views: 11,542,543
I was going say ini file but good to know...
I was going say ini file but good to know primitive way of things is still foolproof.
I would also want to see another line to open "/tmp/commentFile.txt" file to edit new comment but don't know...
|
Forum: Eventscripter
07.03.2020, 06:35
|
Replies: 3,086
Views: 11,542,543
Adapted from @mgpai
// Extract Audio from...
Adapted from @mgpai
// Extract Audio from Video then Convert to <custom> mp3 bitrate.
// Trigger required: "A Download Stopped".
// Requires ffmpeg/ffprobe. Uses JD ffmpeg/ffprobe settings if...
|
Forum: Eventscripter
07.03.2020, 04:50
|
Replies: 3,086
Views: 11,542,543
|
Forum: Eventscripter
07.03.2020, 04:43
|
Replies: 3,086
Views: 11,542,543
Am assuming you've created 'EventScripter...
Am assuming you've created 'EventScripter Trigger' button. You need to give that each button a unique name and it is case sensitive.
1st Button
if (name == "My Button1 Name") {
//if button you...
|
Forum: Eventscripter
06.03.2020, 11:44
|
Replies: 3,086
Views: 11,542,543
var myChannelName =...
var myChannelName = myDownloadLink.getProperty("YT_CHANNEL");
Where/what plugin to look into for all available properties for specific link? How do you know 'YT_CHANNEL' property is there?
|
Forum: Eventscripter
06.03.2020, 11:27
|
Replies: 3,086
Views: 11,542,543
|
Forum: Eventscripter
06.03.2020, 01:18
|
Replies: 3,086
Views: 11,542,543
|
Forum: Eventscripter
06.03.2020, 00:43
|
Replies: 3,086
Views: 11,542,543
|
Forum: Eventscripter
05.03.2020, 23:47
|
Replies: 3,086
Views: 11,542,543
Generally a quick and easy way is use...
Generally a quick and easy way is use 'Packagizer' extension, add a few rules and you are set. It is as simple as Find and Replace with RegExp. Script is more flexible, I'll give it a try, brb.
...
|
Forum: Eventscripter
05.03.2020, 10:05
|
Replies: 3,086
Views: 11,542,543
|
Forum: Eventscripter
04.03.2020, 14:49
|
Replies: 3,086
Views: 11,542,543
//works as expected
var url =...
//works as expected
var url = 'Link_not_visible;
openURL(url);
Is there a work around to open browser history? I think there is a url check for 'http' start of string which is...
|
Forum: Eventscripter
04.03.2020, 14:37
|
Replies: 3,086
Views: 11,542,543
|
Forum: Eventscripter
03.03.2020, 15:37
|
Replies: 3,086
Views: 11,542,543
Thanks,
// Objective is to search for...
Thanks,
// Objective is to search for duplicate within jd. Not the same as search for existed file on harddrive.
// I think Trigger is: "DownloadList Buttombar Button Pressed"
At the bottom...
|
Forum: Eventscripter
02.03.2020, 05:54
|
Replies: 3,086
Views: 11,542,543
|
Forum: Eventscripter
02.03.2020, 04:08
|
Replies: 3,086
Views: 11,542,543
|
Forum: Eventscripter
01.03.2020, 10:07
|
Replies: 3,086
Views: 11,542,543
|
Forum: Eventscripter
01.03.2020, 10:04
|
Replies: 3,086
Views: 11,542,543
|
Forum: Eventscripter
29.02.2020, 15:14
|
Replies: 3,086
Views: 11,542,543
thanks.
Why 'i' is global var in this...
thanks.
Why 'i' is global var in this scenario? Shouldn't 'i' is local in _getLists()? notice 'i' got overwrites each time it returns from func being called.
//init
var pkgs =...
|
Forum: Eventscripter
29.02.2020, 07:52
|
Replies: 3,086
Views: 11,542,543
|
Forum: Eventscripter
29.02.2020, 07:27
|
Replies: 3,086
Views: 11,542,543
var myCrawledLink =...
var myCrawledLink = myLinkgrabberSelection.getContextLink();
cool, how to send myCrawledLink.getName() to clipboard?
tried w/o luck: myCrawledLink.getName().execCommand("copy")
ref:...
|
Forum: Eventscripter
29.02.2020, 06:31
|
Replies: 3,086
Views: 11,542,543
|
Forum: Eventscripter
28.02.2020, 23:27
|
Replies: 3,086
Views: 11,542,543
|
Forum: Eventscripter
28.02.2020, 17:00
|
Replies: 3,086
Views: 11,542,543
|