我想在我的新脚本中使用$$
,但我不知道应添加或包含哪些行。
例如:
如何在greasemonkey下面使用?我之前应该包括什么?
$$('.steps-list li a').forEach(a => console.log(a.href))
答案 0 :(得分:0)
你在谈论jquery吗?
<script
src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous"></script>