unpackLinkAll

fun unpackLinkAll(link: String, headers: Map<String, String> = emptyMap()): List<String>(source)

Search packed functions in the link html and decode all. Packed functions will be searched using this regex: eval\((function\(p,a,c,k,e,?\[dr]?\)..split\('\|'\).)\)

Return

The decoded packed functions found in the link

Parameters

link

The link used to search the packed functions

headers

Optional additional headers