掩眼法-编辑网页

先看个图。嘿嘿:

未命名.jpg

一天1700+刀~

呵呵。当然,如题所说,这只是个掩眼法。

只要在地址栏里输入如下代码:

javascript:document.body.contentEditable=’true’; document.designMode=’on’; void 0

就可以对当前的网页进行编辑。

看了一下,是利用了在IE中设置contentEditable属性和Firefox中的contentDocument.designMode属性来令到网页的元素可编辑。

编辑完后,在地址栏里再加上:

javascript:document.body.contentEditable=’false’; void 0

就可以禁止网页编辑。

这样的小把戏掩眼法有空用来骗人玩玩还挺不错的。例如修改论坛里的级别,变成管理员之类的。呵呵

3 thoughts on “掩眼法-编辑网页

Leave a Reply

Your email address will not be published.

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">