CN114780164B - Method and system for screening webpage information based on browser plug-in - Google Patents

Method and system for screening webpage information based on browser plug-in Download PDF

Info

Publication number
CN114780164B
CN114780164B CN202210196011.6A CN202210196011A CN114780164B CN 114780164 B CN114780164 B CN 114780164B CN 202210196011 A CN202210196011 A CN 202210196011A CN 114780164 B CN114780164 B CN 114780164B
Authority
CN
China
Prior art keywords
plug
web page
webpage
mouse
content
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202210196011.6A
Other languages
Chinese (zh)
Other versions
CN114780164A (en
Inventor
吴迪
万振华
王颉
李华
董燕
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Seczone Technology Co Ltd
Original Assignee
Seczone Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Seczone Technology Co Ltd filed Critical Seczone Technology Co Ltd
Priority to CN202210196011.6A priority Critical patent/CN114780164B/en
Publication of CN114780164A publication Critical patent/CN114780164A/en
Application granted granted Critical
Publication of CN114780164B publication Critical patent/CN114780164B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • G06F9/44526Plug-ins; Add-ons
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9577Optimising the visualization of content, e.g. distillation of HTML documents
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • G06F16/986Document structures and storage, e.g. HTML extensions
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses a method and a system for screening webpage information based on browser plug-ins, wherein the method comprises the following steps: creating an plugin capable of being inserted into a browser, wherein the plugin is used for monitoring all DOM nodes of a web page DOM tree and analyzing contents in the DOM nodes; loading the plug-in into a browser; monitoring a DOM node in a webpage at a position where a mouse stays through an plugin, judging whether the DOM node has CSS text control, wherein the CSS text control is used for preventing text contents in the webpage from being added into a selection set of the mouse, if so, bypassing a CSS text control program, and acquiring the text contents in the DOM node; when the mouse executes the copy selection function, the plug-in unit places text content in DOM nodes at the current position of the mouse into the paste board; by the method, the content in the webpage can be simply and rapidly acquired without a technical threshold, and the required text content can be acquired even in the webpage provided with CSS text control, so that the use experience is effectively improved.

Description

Method and system for screening webpage information based on browser plug-in
Technical Field
The invention relates to the technical field of network information acquisition, in particular to a method and a system for screening webpage information based on browser plug-ins.
Background
At present, content information on different websites is required to be acquired and filtered through a technical means, which is generally realized through a crawler method, an http request is sent, a page html Dom tree is grabbed, and resources required to be acquired are analyzed and taken out. However, the crawler technology has the defects of relatively high requirements for users and not good enough operability. The crawler is a section of script for crawling web page contents, and for different web pages, a user needs to understand and appropriately modify the script to adjust crawling rules. Secondly, for more and more PWA (single page) applications, the crawling effect of crawlers is not ideal. In addition, recently, more and more web pages are provided with CSS text control to prevent users from copying text contents on the web pages, so that users can only save required contents in a screenshot mode, and therefore, users want a web page information acquisition mode capable of bypassing the CSS text control to improve information collection efficiency.
Disclosure of Invention
The invention aims to provide a method and a system for screening webpage information based on browser plug-in units, which are used for acquiring webpage text information content, can effectively reduce the use threshold and can avoid the situation that the webpage information cannot be copied due to setting CSS text control.
In order to achieve the above purpose, the invention discloses a method for screening webpage information based on browser plug-ins, which comprises the following steps:
creating an insert which can be inserted into a browser, wherein the insert is used for monitoring all DOM nodes of a web page DOM tree and analyzing the content in the DOM nodes;
loading the plug-in into a browser;
monitoring DOM nodes in a webpage at a position where a mouse stays through the plug-in unit, judging whether CSS text control exists in the DOM nodes, wherein the CSS text control is used for preventing text contents in the webpage from being added into a selection set of the mouse, if so, bypassing the CSS text control program, and acquiring the text contents in the DOM nodes;
when the mouse executes the copy selection function, the plug-in places the text content in the DOM node at the current position of the mouse into the sticky board.
Preferably, when the mouse is stopped at a certain DOM node in the web page, the text content corresponding to the DOM node is highlighted.
Preferably, in the plug-in, the address of the target webpage and the path of the DOM node where the content to be acquired in the target webpage are located can be set, so that the content to be acquired in the target webpage can be automatically acquired at regular intervals.
Preferably, the plug-in is provided with a dialog box for automatically acquiring configuration, and the address of the target webpage and the path of the DOM node where the content to be acquired in the target webpage are located can be configured in the dialog box.
The invention also discloses a system for screening the webpage information based on the browser plug-in, which comprises a plug-in creation module, a loading module, a monitoring module and an acquisition module;
the plug-in creation module is used for creating a plug-in which can be inserted into a browser, and the plug-in is used for monitoring a DOM node corresponding to a mouse in a webpage and analyzing the content in the DOM node;
the loading module is used for loading the plug-in into the browser;
the monitoring module is used for monitoring DOM nodes in the webpage at the position where the mouse stays through the plug-in unit, judging whether the DOM nodes have CSS text control or not, wherein the CSS text control is used for preventing text contents in the webpage from being added into a selection set of the mouse, if so, bypassing the CSS text control program and acquiring the text contents in the DOM nodes;
and the acquisition module is used for placing the text content in the DOM node at the position of the current mouse into the sticky board.
Preferably, the mouse also comprises a marking module, wherein the marking module is used for highlighting text content corresponding to the DOM node at the position where the mouse is positioned.
Preferably, the system further comprises a configuration module, wherein the configuration module is used for configuring the address of the target webpage and the path of the DOM node where the content to be acquired is located in the target webpage in the plug-in, so as to automatically acquire the content to be acquired in the target webpage at regular intervals.
Preferably, the configuration module is provided with a dialog box for automatically acquiring configuration, and the address of the target webpage and the path of the DOM node where the content to be acquired in the target webpage are located can be configured in the dialog box.
The invention also discloses another system for screening webpage information based on the browser plug-in, which comprises:
one or more processors;
a memory;
and one or more programs, wherein the one or more programs are stored in the memory and configured to be executed by the one or more processors, the programs including instructions for performing the above-described method of screening web page information based on browser plug-ins.
The invention also discloses a computer readable storage medium comprising a computer program executable by a processor to perform the method of screening web page information based on browser plug-ins as described above.
Compared with the prior art, the method for screening webpage information creates the plug-in for monitoring the DOM nodes corresponding to the different positions of the webpage, when the method is used, the plug-in is only required to be loaded into the browser, then when the mouse is placed at the position of the target content, the plug-in detects the DOM nodes at the position to judge whether CSS text control exists, if so, the method only needs to bypass the action of the CSS text control program, and then adds the text content at the DOM nodes into the sticky board, so that the target content is rapidly acquired; therefore, the content in the webpage can be simply and rapidly acquired by the method, the technical threshold is not provided, and the required text content can be acquired even in the webpage provided with CSS text control, so that the use experience is effectively improved.
Drawings
FIG. 1 is a flowchart of a method for screening web page information based on a browser plug-in an embodiment of the invention.
Detailed Description
In order to describe the technical content, the constructional features, the achieved objects and effects of the present invention in detail, the following description is made in connection with the embodiments and the accompanying drawings.
The embodiment discloses a method for screening webpage information based on browser plug-ins, which is used for acquiring text information in a webpage of a browser, as shown in fig. 1, and comprises the following steps:
s1: creating a plug-in which can be inserted into a browser, wherein the plug-in is used for monitoring DOM nodes corresponding to a mouse in a webpage and analyzing the content in the DOM nodes;
s2: loading the plug-in into a browser;
s3: monitoring DOM nodes in a webpage at the position where the mouse stays through the plug-in unit, judging whether CSS text control exists in the DOM nodes or not, wherein the CSS text control is used for preventing text contents in the webpage from being added into a selection set of the mouse, if not, executing S5, and if so, executing S4;
s4: bypassing the CSS text control program;
s5: acquiring text content in the DOM node;
s6: when the mouse performs the copy selection function, the plug-in places the text content in the DOM node at the current mouse location into the sticky board.
According to the method, as the plug-in for monitoring the DOM nodes corresponding to the different positions of the webpage, when the mouse is placed at the position of the target content, the plug-in detects the DOM nodes at the position to judge whether CSS text control exists or not, if so, the plug-in only needs to bypass the action of the CSS text control program, and then the text content at the DOM nodes is added into the sticky board, so that the target content is quickly acquired. By the method, the content in the webpage can be simply and rapidly acquired without a technical threshold, and the required text content can be acquired even in the webpage provided with CSS text control, so that the use experience is effectively improved.
Further, a prompt function is further provided in the plug-in, namely when the mouse stays at a certain DOM node in the webpage, text content corresponding to the DOM node is highlighted, so that the user is reminded of the currently selected target content.
Furthermore, in the plug-in, the address of the target webpage and the path of the DOM node where the content to be acquired in the target webpage are located can be set, so that the content to be acquired in the target webpage can be automatically acquired at regular intervals. For some webpages, important contents are updated at a certain fixed position regularly, and in order to reduce the workload of acquiring the information, the address (url) of the webpage and the path (xpath) of the DOM node where the content to be acquired is located can be configured in the plugin, so that the plugin is only required to be executed regularly, the updated target content of the target webpage can be acquired automatically at regular intervals, and the automation degree of acquiring the webpage information is improved effectively.
Preferably, the plug-in is provided with a dialog box for automatically acquiring configuration, and the address of the target webpage and the path of the DOM node where the content to be acquired is located in the target webpage can be configured in the dialog box. In this embodiment, through the setting of the dialog box, the user can configure the target web page address and the path of the DOM node where the acquired content is located in real time according to the requirement, so that the acquisition of the network content is more convenient and faster.
The invention also discloses a system for screening the webpage information based on the browser plug-in, which comprises a plug-in creation module, a loading module, a monitoring module and an acquisition module.
The plug-in creation module is used for creating a plug-in which can be inserted into the browser, and the plug-in is used for monitoring DOM nodes corresponding to the mouse in the webpage and analyzing the content in the DOM nodes;
the loading module is used for loading the plug-in into the browser;
the monitoring module is used for monitoring DOM nodes in the webpage at the position where the mouse stays through the plug-in unit, judging whether CSS text control exists in the DOM nodes, wherein the CSS text control is used for preventing text contents in the webpage from being added into a selection set of the mouse, if so, bypassing the CSS text control program, and acquiring the text contents in the DOM nodes;
and the acquisition module is used for placing the text content in the DOM node at the position of the current mouse into the sticky board.
Preferably, the system further comprises a marking module, wherein the marking module is used for highlighting text content corresponding to DOM nodes at the position where the mouse is located.
Preferably, the system further comprises a configuration module, wherein the configuration module is used for configuring the address of the target webpage and the path of the DOM node where the content to be acquired is located in the target webpage in the plug-in, so as to automatically acquire the content to be acquired in the target webpage at regular intervals.
Further, a dialog box for automatically acquiring configuration is arranged in the configuration module, and the address of the target webpage and the path of the DOM node where the content to be acquired is located in the target webpage can be configured in the dialog box.
In addition, it should be noted that, the working principle and working manner of the system for screening web page information based on the browser plug-in this embodiment are detailed in the method for screening web page information based on the browser plug-in, which is not described herein.
The invention also discloses another system for screening webpage information based on the browser plug-in, which comprises one or more processors, a memory and one or more programs, wherein the one or more programs are stored in the memory and are configured to be executed by the one or more processors, and the programs comprise instructions for executing the method for screening webpage information based on the browser plug-in. The processor may be a general-purpose central processing unit (Central Processing Unit, CPU), microprocessor, application specific integrated circuit (Application Specific Integrated Circuit, ASIC), or one or more integrated circuits for executing related programs to implement the functions required to be performed by the modules in the browser plug-in based web page information screening system according to the embodiments of the present application, or perform the method for screening web page information based on the browser plug-in according to the embodiments of the present application.
The invention also discloses a computer readable storage medium comprising a computer program executable by a processor to perform the method of screening web page information based on browser plug-ins as described above. The computer readable storage medium may be any available medium that can be accessed by a computer or a data storage device such as a server, data center, etc. that contains an integration of one or more available media. The usable medium may be a read-only memory (ROM), or a random-access memory (random access memory, RAM), or a magnetic medium, for example, a floppy disk, a hard disk, a magnetic tape, a magnetic disk, or an optical medium, for example, a digital versatile disk (digital versatile disc, DVD), or a semiconductor medium, for example, a Solid State Disk (SSD), or the like.
The present application also discloses a computer program product or a computer program comprising computer instructions stored in a computer readable storage medium. The processor of the electronic device reads the computer instructions from the computer readable storage medium, and the processor executes the computer instructions, so that the electronic device executes the method for screening webpage information based on the browser plug-in.
The foregoing description of the preferred embodiments of the present invention is not intended to limit the scope of the claims, which follow, as defined in the claims.

Claims (10)

1. A method for screening web page information based on browser plug-ins, comprising:
creating an insertion part capable of being inserted into a browser, wherein the insertion part is used for monitoring a DOM node corresponding to a mouse in a webpage and analyzing the content in the DOM node;
loading the plug-in into a browser;
monitoring DOM nodes in a webpage at a position where a mouse stays through the plug-in unit, judging whether CSS text control exists in the DOM nodes, wherein the CSS text control is used for preventing text contents in the webpage from being added into a selection set of the mouse, if so, bypassing the CSS text control program, and acquiring the text contents in the DOM nodes;
when the mouse executes the copy selection function, the plug-in places the text content in the DOM node at the current position of the mouse into the sticky board.
2. The method for filtering web page information based on browser plug-ins according to claim 1, wherein when a mouse is stopped at a certain DOM node in a web page, text content corresponding to the DOM node is highlighted.
3. The method for filtering web page information based on browser plug-in as recited in claim 1, wherein in the plug-in, an address of a target web page and a path of a DOM node where content to be acquired in the target web page are located are further set, so as to automatically acquire the content to be acquired in the target web page at regular intervals.
4. A method for filtering web page information based on browser plug-in as recited in claim 3, wherein a dialog box for automatically obtaining configuration is provided in the plug-in, and an address of the target web page and a path of a DOM node where content to be obtained in the target web page are located can be configured in the dialog box.
5. The system for screening the webpage information based on the browser plug-in is characterized by comprising a plug-in creation module, a loading module, a monitoring module and an acquisition module;
the plug-in creation module is used for creating a plug-in which can be inserted into a browser, and the plug-in is used for monitoring a DOM node corresponding to a mouse in a webpage and analyzing the content in the DOM node;
the loading module is used for loading the plug-in into the browser;
the monitoring module is used for monitoring DOM nodes in the webpage at the position where the mouse stays through the plug-in unit, judging whether the DOM nodes have CSS text control or not, wherein the CSS text control is used for preventing text contents in the webpage from being added into a selection set of the mouse, if so, bypassing the CSS text control program and acquiring the text contents in the DOM nodes;
and the acquisition module is used for placing the text content in the DOM node at the position of the current mouse into the sticky board.
6. The system for filtering web page information based on browser plug-ins of claim 5, further comprising a marking module for highlighting text content corresponding to DOM nodes at the location of the mouse.
7. The system for filtering web page information based on browser plug-in of claim 5, further comprising a configuration module for configuring an address of a target web page and a path of a DOM node in the target web page where content is to be obtained in the target web page in the plug-in, so as to automatically obtain the content to be obtained in the target web page at regular intervals.
8. The system for filtering web page information based on browser plug-in as recited in claim 7, wherein a dialog box for automatically obtaining configuration is provided in the configuration module, and an address of the target web page and a path of a DOM node where content to be obtained in the target web page are located can be configured in the dialog box.
9. A system for screening web page information based on browser plug-ins, comprising:
one or more processors;
a memory;
and one or more programs, wherein the one or more programs are stored in the memory and configured to be executed by the one or more processors, the programs including instructions for performing the method of screening web page information based on browser plug-ins of any of claims 1 to 4.
10. A computer readable storage medium comprising a computer program executable by a processor to perform the method of screening web page information based on a browser plug-in as recited in any one of claims 1 to 4.
CN202210196011.6A 2022-02-28 2022-02-28 Method and system for screening webpage information based on browser plug-in Active CN114780164B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210196011.6A CN114780164B (en) 2022-02-28 2022-02-28 Method and system for screening webpage information based on browser plug-in

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210196011.6A CN114780164B (en) 2022-02-28 2022-02-28 Method and system for screening webpage information based on browser plug-in

Publications (2)

Publication Number Publication Date
CN114780164A CN114780164A (en) 2022-07-22
CN114780164B true CN114780164B (en) 2023-04-25

Family

ID=82423285

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210196011.6A Active CN114780164B (en) 2022-02-28 2022-02-28 Method and system for screening webpage information based on browser plug-in

Country Status (1)

Country Link
CN (1) CN114780164B (en)

Citations (32)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103064663A (en) * 2012-11-19 2013-04-24 北京百度网讯科技有限公司 Browser plug-in generating, issuing, loading and updating method and system
CN103377194A (en) * 2012-04-16 2013-10-30 苏州工业园区进一科技有限公司 Method, device and browser for accelerating access to web pages
CN104077389A (en) * 2014-06-27 2014-10-01 北京奇虎科技有限公司 Display method of webpage element information and browser device
KR20140133124A (en) * 2013-05-09 2014-11-19 삼성전자주식회사 Method and Apparatus For Providing Web Browsing Service
CN104378374A (en) * 2014-11-14 2015-02-25 国家超级计算深圳中心(深圳云计算中心) SSL-based method and system for establishing communication
CN104615700A (en) * 2015-01-27 2015-05-13 北京奇虎科技有限公司 Method for collecting webpage objects in browser, browser client side and system
CN104750471A (en) * 2013-12-30 2015-07-01 上海格尔软件股份有限公司 WEB page performance detection and analysis plug-in and method based on browser
CN105224465A (en) * 2015-11-16 2016-01-06 北京京东尚科信息技术有限公司 Webpage adjustment method and device
CN106681764A (en) * 2016-12-23 2017-05-17 昆明联诚科技股份有限公司 Windowless webpage player plug-in device
CN107102877A (en) * 2017-04-26 2017-08-29 国网辽宁省电力有限公司信息通信分公司 A kind of adaptive approach of browser-cross plug-in unit
CN107239546A (en) * 2017-06-05 2017-10-10 成都知道创宇信息技术有限公司 A kind of method of webpage local content tracking with reminding
CN107463563A (en) * 2016-06-02 2017-12-12 腾讯科技(深圳)有限公司 A kind of information service processing method and device of browser
CN108182090A (en) * 2016-12-08 2018-06-19 腾讯科技(深圳)有限公司 Flash plug-in loading methods and device based on blink kernels
CN108399086A (en) * 2018-03-12 2018-08-14 中汇信息技术(上海)有限公司 A kind of widget management method, server and computer readable storage medium
CN108519903A (en) * 2018-04-09 2018-09-11 平安普惠企业管理有限公司 Static resource adaptation method, device, computer equipment and storage medium
CN108595304A (en) * 2018-04-19 2018-09-28 腾讯科技(深圳)有限公司 Web monitor method and device
CN108595096A (en) * 2018-04-20 2018-09-28 武汉楚鼎信息技术有限公司 A kind of method and system device that web page contents inversely render
US10127210B1 (en) * 2015-09-25 2018-11-13 Amazon Technologies, Inc. Content rendering
CN108829828A (en) * 2018-06-15 2018-11-16 乐蜜有限公司 A kind of Webpage display process, device, electronic equipment and readable storage medium storing program for executing
CN108958724A (en) * 2018-06-26 2018-12-07 北京优锘科技有限公司 Three-dimensional visualization engine construction method, device, engine, browser, equipment and storage medium
CN109189642A (en) * 2018-09-04 2019-01-11 广州供电局有限公司 Application system business conduct characteristic-acquisition method and monitoring system based on plug-in unit
CN109597957A (en) * 2013-02-10 2019-04-09 维克斯网有限公司 Third-party application CommAPI
EP2997504B1 (en) * 2013-06-09 2019-07-31 Apple Inc. Browser-driven power saving
CN110134450A (en) * 2018-02-08 2019-08-16 中兴通讯股份有限公司 A kind of video reorientation method, device and computer readable storage medium
CN110336843A (en) * 2015-02-24 2019-10-15 深圳梨享计算有限公司 A kind of content distribution method, central node and fringe node for crowdsourcing
CN110795147A (en) * 2018-08-01 2020-02-14 北京京东尚科信息技术有限公司 Interface protocol file management method and device
CN110837347A (en) * 2019-11-06 2020-02-25 王前 Webpage printing method based on analysis plug-in, server and storage medium
CN110895481A (en) * 2018-09-13 2020-03-20 阿里巴巴集团控股有限公司 Rendering method, device and system of desktop application
CN110968359A (en) * 2018-09-30 2020-04-07 北京国双科技有限公司 Method and device for starting browser plug-in
CN111209587A (en) * 2019-12-24 2020-05-29 杭州安恒信息技术股份有限公司 One-key login method based on js browser plug-in
CN111800492A (en) * 2020-06-22 2020-10-20 深圳壹账通智能科技有限公司 Method and device for marking characters in web page, computer equipment and storage medium
CN113987393A (en) * 2021-10-09 2022-01-28 上海艺赛旗软件股份有限公司 Web page operation recorder, system, device and method

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9081956B2 (en) * 2008-05-26 2015-07-14 Trusteer Ltd. Remote DOM access
US20150169533A1 (en) * 2011-01-11 2015-06-18 Google Inc. Server-less HTML Templates
US8769017B2 (en) * 2012-02-17 2014-07-01 Zebedo Collaborative web browsing system having document object model element interaction detection
US10146752B2 (en) * 2014-12-31 2018-12-04 Quantum Metric, LLC Accurate and efficient recording of user experience, GUI changes and user interaction events on a remote web document
US10521106B2 (en) * 2017-06-27 2019-12-31 International Business Machines Corporation Smart element filtering method via gestures
US10467127B2 (en) * 2018-03-23 2019-11-05 Lendingclub Corporation Unified UI/UX and API testing of web applications

Patent Citations (32)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103377194A (en) * 2012-04-16 2013-10-30 苏州工业园区进一科技有限公司 Method, device and browser for accelerating access to web pages
CN103064663A (en) * 2012-11-19 2013-04-24 北京百度网讯科技有限公司 Browser plug-in generating, issuing, loading and updating method and system
CN109597957A (en) * 2013-02-10 2019-04-09 维克斯网有限公司 Third-party application CommAPI
KR20140133124A (en) * 2013-05-09 2014-11-19 삼성전자주식회사 Method and Apparatus For Providing Web Browsing Service
EP2997504B1 (en) * 2013-06-09 2019-07-31 Apple Inc. Browser-driven power saving
CN104750471A (en) * 2013-12-30 2015-07-01 上海格尔软件股份有限公司 WEB page performance detection and analysis plug-in and method based on browser
CN104077389A (en) * 2014-06-27 2014-10-01 北京奇虎科技有限公司 Display method of webpage element information and browser device
CN104378374A (en) * 2014-11-14 2015-02-25 国家超级计算深圳中心(深圳云计算中心) SSL-based method and system for establishing communication
CN104615700A (en) * 2015-01-27 2015-05-13 北京奇虎科技有限公司 Method for collecting webpage objects in browser, browser client side and system
CN110336843A (en) * 2015-02-24 2019-10-15 深圳梨享计算有限公司 A kind of content distribution method, central node and fringe node for crowdsourcing
US10127210B1 (en) * 2015-09-25 2018-11-13 Amazon Technologies, Inc. Content rendering
CN105224465A (en) * 2015-11-16 2016-01-06 北京京东尚科信息技术有限公司 Webpage adjustment method and device
CN107463563A (en) * 2016-06-02 2017-12-12 腾讯科技(深圳)有限公司 A kind of information service processing method and device of browser
CN108182090A (en) * 2016-12-08 2018-06-19 腾讯科技(深圳)有限公司 Flash plug-in loading methods and device based on blink kernels
CN106681764A (en) * 2016-12-23 2017-05-17 昆明联诚科技股份有限公司 Windowless webpage player plug-in device
CN107102877A (en) * 2017-04-26 2017-08-29 国网辽宁省电力有限公司信息通信分公司 A kind of adaptive approach of browser-cross plug-in unit
CN107239546A (en) * 2017-06-05 2017-10-10 成都知道创宇信息技术有限公司 A kind of method of webpage local content tracking with reminding
CN110134450A (en) * 2018-02-08 2019-08-16 中兴通讯股份有限公司 A kind of video reorientation method, device and computer readable storage medium
CN108399086A (en) * 2018-03-12 2018-08-14 中汇信息技术(上海)有限公司 A kind of widget management method, server and computer readable storage medium
CN108519903A (en) * 2018-04-09 2018-09-11 平安普惠企业管理有限公司 Static resource adaptation method, device, computer equipment and storage medium
CN108595304A (en) * 2018-04-19 2018-09-28 腾讯科技(深圳)有限公司 Web monitor method and device
CN108595096A (en) * 2018-04-20 2018-09-28 武汉楚鼎信息技术有限公司 A kind of method and system device that web page contents inversely render
CN108829828A (en) * 2018-06-15 2018-11-16 乐蜜有限公司 A kind of Webpage display process, device, electronic equipment and readable storage medium storing program for executing
CN108958724A (en) * 2018-06-26 2018-12-07 北京优锘科技有限公司 Three-dimensional visualization engine construction method, device, engine, browser, equipment and storage medium
CN110795147A (en) * 2018-08-01 2020-02-14 北京京东尚科信息技术有限公司 Interface protocol file management method and device
CN109189642A (en) * 2018-09-04 2019-01-11 广州供电局有限公司 Application system business conduct characteristic-acquisition method and monitoring system based on plug-in unit
CN110895481A (en) * 2018-09-13 2020-03-20 阿里巴巴集团控股有限公司 Rendering method, device and system of desktop application
CN110968359A (en) * 2018-09-30 2020-04-07 北京国双科技有限公司 Method and device for starting browser plug-in
CN110837347A (en) * 2019-11-06 2020-02-25 王前 Webpage printing method based on analysis plug-in, server and storage medium
CN111209587A (en) * 2019-12-24 2020-05-29 杭州安恒信息技术股份有限公司 One-key login method based on js browser plug-in
CN111800492A (en) * 2020-06-22 2020-10-20 深圳壹账通智能科技有限公司 Method and device for marking characters in web page, computer equipment and storage medium
CN113987393A (en) * 2021-10-09 2022-01-28 上海艺赛旗软件股份有限公司 Web page operation recorder, system, device and method

Also Published As

Publication number Publication date
CN114780164A (en) 2022-07-22

Similar Documents

Publication Publication Date Title
US9436711B2 (en) Method and apparatus for preserving analytics while processing digital content
US10152552B2 (en) Analyzing a structure of a web application to produce actionable tokens
US8799262B2 (en) Configurable web crawler
US20130145255A1 (en) Systems and methods for filtering web page contents
US9910992B2 (en) Presentation of user interface elements based on rules
US20110029899A1 (en) Systems and Methods for Acceleration and Optimization of Web Pages Access by Changing the Order of Resource Loading
CN110069683B (en) Method and device for crawling data based on browser
CN106126693B (en) Method and device for sending related data of webpage
CN112637361B (en) Page proxy method, device, electronic equipment and storage medium
CN109710224B (en) Page processing method, device, equipment and storage medium
WO2020000747A1 (en) Anti-crawler method and terminal and computer readable storage medium
CN112632358B (en) Resource link obtaining method and device, electronic equipment and storage medium
CN107015986B (en) Method and device for crawling webpage by crawler
CN113392358A (en) Static resource preloading method and device
CN112612943A (en) Asynchronous processing framework-based data crawling method with automatic testing function
WO2019056797A1 (en) Network picture capturing method, program and application server
CN114780164B (en) Method and system for screening webpage information based on browser plug-in
CN112800311A (en) Browser page data acquisition method, terminal device and storage medium
US9690753B1 (en) Caching of a site model in a hierarchical modeling system for network sites
CN112579947A (en) Webpage element graph intercepting method and device and electronic equipment
Stamey et al. The aspect-oriented web
CN112511895A (en) Video downloading method, device and storage medium for WEB side of browser
CN109710833B (en) Method and apparatus for determining content node
CN112558964A (en) Webpage generation method, computer equipment and storage medium
KR20210040449A (en) Page processing methods, devices, electronic devices, and computer-readable media

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant