SoFunction
Updated on 2025-02-28

Magical code kills all kinds of websites - you can modify and copy the content of the page at will

Magical code kills all kinds of websites - you can modify and copy the content of the page at will

Updated: July 17, 2008 23:49:29 Author:
Enter this line of code in the browser address bar, then press Enter, and you will find that the entire page can be edited at will. Just a short line of code.
Everything on the page can be modified, just like editing in word. Those websites that do not allow copying can be killed by this trick. Who will foolishly analyze the page code, then modify, save, refresh, and copy it?

Code content:
javascript:='true'; ='on';
  • javascript
  • Web page content
  • Can be modified

Related Articles

  • Javascript vvorld online encryption cracking method

    The online JS encryption site developed by a friend's company. During the internal test, I tried it myself and couldn't find the encrypted source code. I don't know which one can crack it.
    2008-11-11
  • js converts multi-dimensional arrays into one-dimensional arrays and reorders them

    This article mainly introduces js to convert multi-dimensional arrays into one-dimensional arrays and reorder them. The article introduces the example code in detail, which has certain reference learning value for everyone's learning or work. Friends who need it, please learn with the editor below.
    2021-06-06
  • Implementing the web version of Sheep Game based on JavaScript

    Recently, sheep is so popular. This article mainly introduces how to use JS to implement a web version of sheep game. Friends in need can refer to it for reference. I hope it can be helpful.
    2022-09-09
  • Loopless JavaScript (map, reduce, filter, and find)

    This article introduces map, reduce, filter and find functions from a shallow to deeper level, how to extract loops from the code step by step
    2017-04-04
  • js realizes the dark layer effect of pop-up window

    This article mainly shares sample code for implementing the dark layer effect of pop-up windows by js. It has certain reference value, let's take a look with the editor below
    2017-01-01
  • Detailed explanation of the highly adaptive (same domain) instance in javascript

    This article mainly introduces relevant information about the highly adaptive (same domain) implementation code in JavaScript. Friends who need it can refer to it
    2017-05-05
  • WeChat applet realizes recording and audio playback functions

    WeChat mini-programs inherit WeChat's powerful voice processing functions and provide functions such as recording, audio playback control and background music. Their functions are different, but they are similar. This article will introduce in detail how to implement recording and audio playback control functions in the mini program. If you need it, please refer to it.
    2022-03-03
  • A deep understanding of the JavaScript series (13) This? Yes, this!

    In this article, we will discuss more details directly related to the execution context. The topic of discussion is this keyword. Practice proves that this topic is difficult, and problems often occur in the determination of this in different execution contexts.
    2012-01-01
  • Get CLASS objects with native JS (very simple and practical)

    This article mainly introduces how to use native JS to obtain CLASS objects. Friends who have read the dom programming art may know.
    2014-10-10
  • Slice method and join method in javascript array

    This article mainly introduces the slice method and join method in the javascript array. The content of the article is detailed and has a reference value. If you need it, you can refer to it. I hope it will be helpful to your learning.
    2022-03-03

Latest Comments