First of all, big thanks to the author for the mod.
I am trying to set it up so the mod displays some custom embedding code, while pulling some info from the target page and inserting it in the embedding code. For example, is it possible to have embedding code like this:
Code:
<a href="$p1">TEST</a>
and then have this mod load the target page, grab the link through regex and insert it into the code above. I feel it is possible somehow, but I cannot figure out how to do it. Anyone knows?