backdoorjessie
Newbie
- Feb 7, 2014
- 15
- 2
Hey, how's it going? Would anyone be kind enough to help me out with these two macros?
With the first I'm trying to extract a url from the source code. The website itself blocks hotlinking, but I know if you right click and copy img url then it's fine. So, I can't figure out a way to do that specifically in iMacros so I've been looking into getting it from the source.
I think SEARCH or EVAL should do the trick, but I'm not sure how to manipulate my code accordingly.
This is the source (I modified the URL as not to advertise on this forum):
What I'd like to copy above is in bold.
As for my second issue, I was going to link you guys to Stackoverflow since I posted it there earlier, but since I can't post links, I'll post below. It's rather... erm, long.
With the first I'm trying to extract a url from the source code. The website itself blocks hotlinking, but I know if you right click and copy img url then it's fine. So, I can't figure out a way to do that specifically in iMacros so I've been looking into getting it from the source.
I think SEARCH or EVAL should do the trick, but I'm not sure how to manipulate my code accordingly.
This is the source (I modified the URL as not to advertise on this forum):
Code:
img style="cursor: url("../images/zoom-out.cur", auto;" src="[U][B]domain_name/files/3/ut0xs00slpbq11/file_name[/B][/U]" class="pic" id="this_image" alt="a (5).gif" onmousewheel="zoomimg(this)" onload="adjustImage(1)" onclick="adjustImage(); buzo()" onerror="showNullImg(this)" galleryimg="no" width="500"
As for my second issue, I was going to link you guys to Stackoverflow since I posted it there earlier, but since I can't post links, I'll post below. It's rather... erm, long.
Last edited: