func FilterByScript()

in links.go [70:72]


func FilterByScript(links ...Link) []Link {
	return FilterByRel(links, "script")
}