First look at the whole thing:
javascript:w=window.open( "about:blank","images","scrollable=yes");w.document.open();for(i=0;i
");w.document.close();
The one I wrote above is used to display all the pictures in the current page in a new page. Its more user-friendly format is:
w=window.open("about:blank","images","scrollable=yes");
w.document .open();
for(i=0;i
w.document.write("
");
w.document.close();
The principle is very simple, just create a new window and then traverse All images are displayed again.
Just apply what you have learned, haha...
The so-called: Bookmarklet
Bookmarklet, it is generally called a bookmarklet here in mainland China, and it is called a bookmarklet applet in Taiwan. or bookmarklet. It is a JavaScript script. Generally, bookmarklets on the Internet are links. Its installation is very simple. You only need to drag the link to your favorites.