Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
How do i check if a variable contains something like a special part in the url? Using * does not work like -> "search"
Thanks for the help :)
[[URL]].indexOf("text")
if contains then result >=0 else result = -1
@GameBot Thank you! Works fine!
Using Node.js v12.18.3 mongodb3.6 installed apps\25.8.0\e\366f.QkC0\distr\lib\custom\ivcxlkisls.js
I just think his example is too old dated
Thanks for your answer already resolved that
Using "Regular expressions"
Thank you,
I managed to do it by splitting the proxy and port in to there own variables and adding the : in the proxy mod [[PROXY]]:[[PORT]] which pulled the proxy and port back together, i`ll try what you've suggested too.
Again thank you, appreciated.