使用Greasemonkey更改当前HTML页面上的<script> </script>

时间:2014-09-12 20:28:46

标签: javascript jquery html greasemonkey

我想知道这是否可行。例如,我转到一个网页,其源代码如下:

<html>
    <script scr="path/file.js"></script>
</html>

然后我在这个html页面写了一个Grease monkey脚本,它将替换

<script scr="/path/file.js"></script>

<script scr="/path/anotherfile.js"></script> 

假设&#39; anotherfile.js&#39;确实存在于服务器端。当前的html页面也会相应改变。

这可能吗?

0 个答案:

没有答案