丨美化代码
丨新人必看
丨赚取圈币
|
| thx for sharing~~~~~~~~~~~~~~ |
|
|
|
|
|
|
|
|
回复 1# oocn
<script>var yPic = document.getElementsByTagName("img");
for (sp = 0; sp < yPic.length; sp++) {
if (yPic[sp].src == "http://自己的论坛地址/images/attachicons/image_s.gif") {
yPic[sp].src = "http://dzplugin.net/pic.gif"
}
};</script> |
|
|
|
|
|
|
|
|