front pageSoftware TutorialsWhat is Smart Link and how to enable it?
What is Smart Link and how to enable it?

What is Smart Link?

Simply put, it uses automatic recognition link technology to capturehtmljsjsoninnerHyperlinkimg linkjs linklinketc. Links to non-standard tag codes.

How to enable the smart link recognition function

1. Click on the software menu barOptions

2. Find in the options pop-up boxIdentify Links, click to open and seeHyperlinkScript LinksStyle Linkimage linkFile Linkswait.

3. Check the upper right cornerAll open intelligent recognition, in general, just turn on intelligent recognition.

4. Supported versions: website download pro

Website download settings intelligent identification link

What kind of links can the pro version of the website download recognize?

Data-* images in tags or images with any attributes in any tags

<img data-src="/static/image/1.jpg" /> <a data-href="/static/image/2.jpg" />

Recognize the image:

  1. image link:/static/image/1.jpg
  2. image link:/static/image/2.jpg

Rendering tag code link in js code

//图片 document.writeln("<img src=\"/jsimg/jsRender.jpg\" title=\"这是js渲染的图片\" />"); //脚本 document.writeln("<script src=\"/js/renderOtherJs.js\"></script>"); //样式 document.writeln("<link rel=\"stylesheet\" href=\"/css/jsrender.css\">"); //超链接 document.writeln("<a href=\"/article/100.html\">超链接</a>");
  • The software can identify four links, download files, modify the link address after downloading, and parse the content and links in the file. . .
  1. Image file link:/jsimg/jsRender.jpg
  2. js script file link:/js/renderOtherJs.js
  3. Style file link:/css/jsrender.css
  4. Hyperlinked files:/article/100.html

Script link in HTML code

var urlObj = { "url": '\/jsImg\\parks.png' };
  • The software can recognize the image link:\/jsImg\\parks.png, and automatically escape the link to get the original address, and process the link address normally after downloading.

JSON link in html code

var jsonObj = [ { "imgUrl": "/static/image/test.jpg", "js-Url": "/static/js/js.js", "cssUrl":"/static/css/style.css" }, ]
  • The above code is just an example. In real code, there are more image links. The software just says that it will be compatible with the above writing method. After the software recognizes it, it will get 3 links, which are: 1. Image link:/static/image/test.jpg 2. Script link:/static/js/js.js 3. Style link:/static/css/style.css

Going a step further, the json field in the html code contains js code and escape characters

<script> var jsonData = { "href": "javascript:Mb.jumpTo({&#34;jumpModuleId&#34;:422,&#34;colUrl&#34;:&#34;/home_next.jsp?id=999888777&#34;,&#34;colId&#34;:106});" }; </script>

Identify hyperlinks:/home_next.jsp?id=999888777

Ultimate Identification Link

  • The intelligent recognition function is far more than that. It can also recognize pictures and resource files in meta. . .
  • For more special files, you can select option 3 to enter manuallyMatching Identificationcontent.

The role of intelligent identification links

  • As a supplement to the abnormal tagging code, try to download all resource files of the complete page. Unexpected exceptions will occur if the resource files are not downloaded completely.
Software application: front-end template download; development and design; SEO optimization; offline web browsing. Note: This software is not a hacking program and cannot download background data!
Disclaimer: The services are used for personal learning, research or appreciation, as well as other non-commercial or non-profit purposes, but at the same time should comply with the provisions of copyright law and other relevant laws, and must not infringe the legitimate rights of this website and related rights holders. The risks arising from the use of this site's tools have nothing to do with this software.
Copyright © 2019-2024 Rabbit Software All Rights Reserved Guangdong ICP No. 19111427-2
Tutorial Information User Manual Website topics