CN112631602A - Browser development mode detection method, device, equipment and storage medium - Google Patents

Browser development mode detection method, device, equipment and storage medium Download PDF

Info

Publication number
CN112631602A
CN112631602A CN202011573120.2A CN202011573120A CN112631602A CN 112631602 A CN112631602 A CN 112631602A CN 202011573120 A CN202011573120 A CN 202011573120A CN 112631602 A CN112631602 A CN 112631602A
Authority
CN
China
Prior art keywords
browser
information
function
output information
medical record
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.)
Granted
Application number
CN202011573120.2A
Other languages
Chinese (zh)
Other versions
CN112631602B (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.)
Beijing Topsec Technology Co Ltd
Beijing Topsec Network Security Technology Co Ltd
Beijing Topsec Software Co Ltd
Original Assignee
Beijing Topsec Technology Co Ltd
Beijing Topsec Network Security Technology Co Ltd
Beijing Topsec Software 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 Beijing Topsec Technology Co Ltd, Beijing Topsec Network Security Technology Co Ltd, Beijing Topsec Software Co Ltd filed Critical Beijing Topsec Technology Co Ltd
Priority to CN202011573120.2A priority Critical patent/CN112631602B/en
Publication of CN112631602A publication Critical patent/CN112631602A/en
Application granted granted Critical
Publication of CN112631602B publication Critical patent/CN112631602B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • G06F8/43Checking; Contextual analysis
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/50Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
    • G06F21/52Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems during program execution, e.g. stack integrity ; Preventing unwanted data erasure; Buffer overflow
    • G06F21/53Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems during program execution, e.g. stack integrity ; Preventing unwanted data erasure; Buffer overflow by executing in a restricted environment, e.g. sandbox or secure virtual machine
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • 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)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Hardware Design (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The application provides a browser development mode detection method, a device, equipment and a storage medium, wherein the browser development mode detection method comprises the following steps: acquiring information of a browser; determining the type of the browser according to the information of the browser; when the browser is a first type browser, creating a first object; rewriting a first function of the first object, the first function being called when a user opens a developer tool page of the browser and being used for outputting an open prompt message; acquiring console output information of the browser; and judging whether the console output information comprises the opening prompt information or not, and if so, determining that a developer tool page of the browser is opened by a user. According to the method and the device, the accuracy of detecting the opening of the developer tool page of the browser by the user can be improved, and further the source code of the developer tool page can be prevented from being leaked.

Description

Browser development mode detection method, device, equipment and storage medium
Technical Field
The present application relates to the field of computer technologies, and in particular, to a method, an apparatus, a device, and a storage medium for detecting a browser development mode.
Background
In the prior art, the source code is leaked because a developer tool page provided by a browser enables a user to see the source code of a website.
For the above problems, the prior art adopts two ways to solve the problem, the first way is to detect whether a user opens a developer tool page through a window change of a browser, if so, corresponding operations are collected to prevent source code leakage, and the second way is to directly perform merging and compressing processing on the source code to reduce the readability of the source code and prevent the source code leakage.
However, the first approach in the prior art is prone to window change false detections, e.g., in separate windows. On the other hand, the source code processed in the second method is easily restored by the formatting tool, so as to recover the readability of the source code, and the processing of the source code has the disadvantages of complex operation, complexity and high cost.
Disclosure of Invention
An object of the embodiments of the present application is to provide a method, an apparatus, a device, and a storage medium for detecting a browser development mode, which are used to improve accuracy of detecting that a developer tool page of a browser is opened by a user.
To this end, a first aspect of the present application discloses a browser development mode detection method, including:
acquiring information of a browser;
determining the type of the browser according to the information of the browser;
when the browser is a first type browser, creating a first object;
rewriting a first function of the first object, the first function being called when a user opens a developer tool page of the browser and being used for outputting an open prompt message;
acquiring console output information of the browser;
and judging whether the console output information comprises the opening prompt information or not, and if so, determining that a developer tool page of the browser is opened by a user.
In the embodiment of the application, the type of the browser can be determined according to the information of the browser by acquiring the information of the browser, so that a first object can be created when the browser is a first type browser, and then a first function of the first object is rewritten, so that the first function is called when a user opens a developer tool page of the browser and is used for outputting opening prompt information, and then whether the opening prompt information is included in the console output information can be judged by acquiring the console output information of the browser, and if so, it is determined that the developer tool page of the browser is opened by the user. Compared with the prior art, window false detection can be avoided because the window change of the browser does not need to be detected.
In the first aspect of the application, as an optional implementation manner, after the determining that the developer tool page of the browser is opened by the user, the method further includes:
deleting code in a developer tools page of the browser.
In this optional embodiment, after it is detected that the developer tool page of the browser is opened by the user, the code in the developer tool page of the browser is deleted, so that the code in the developer tool page of the browser can be prevented from being leaked. Compared with the prior art of compressing and merging the codes, the method can avoid using a large number of plug-ins to reduce the cost, and simultaneously can avoid the complicated process of compressing and merging.
In the first aspect of the present application, as an optional implementation, the method further includes:
when the browser is a second type browser, creating a second object;
and adding a second function in the second object, wherein the second function is called when a user opens a developer tool page of the browser and is used for outputting opening prompt information.
In this optional embodiment, by creating the second object and adding the second function to the second object, multiple browsers other than the first browser can output the opening prompt information, and thus compatibility with different browsers can be achieved, and the different browsers can all output the opening prompt information.
In the first aspect of the present application, as an optional implementation manner, after the determining that the developer tool page of the browser is opened by the user, the method further includes:
and emptying the console output information of the browser.
In this alternative embodiment, the burden on the browser may be reduced by clearing the console output information of the browser.
In the first aspect of the present application, as an optional implementation, the method further includes: and setting the timing time of a timer, wherein the timer is used for executing the steps of acquiring the console output information of the browser according to the timing time, judging whether the console output information comprises the opening prompt information or not and executing the console output information for emptying the browser.
In this optional embodiment, whether the user opens the developer tool page of the browser can be detected in time through the timer.
In the first aspect of the present application, as an optional implementation manner, before the creating the first object, the method further includes:
and judging whether the first object exists or not, and if so, calling the existing first object.
In this optional embodiment, by calling the existing first object, it is possible to avoid repeatedly creating the first object, thereby reducing the consumption of memory resources.
In the first aspect of the present application, as an optional implementation manner, the first type browser is a Firefox browser.
A second aspect of the present application discloses a browser development mode detection apparatus, the apparatus including:
the first acquisition module is used for acquiring the information of the browser;
the determining module is used for determining the type of the browser according to the information of the browser;
the object creating module is used for creating a first object when the browser is a first type browser;
a function rewriting module for rewriting a first function of the first object, the first function being called when a user opens a developer tool page of the browser and being used for outputting an open prompt message;
the second acquisition module is used for acquiring console output information of the browser;
and the judging module is used for judging whether the console output information comprises the opening prompt information or not, and if so, determining that the developer tool page of the browser is opened by a user.
The browser development mode detection device of the second aspect of the present application can determine the type of the browser by acquiring information of the browser, and can further serve as the browser for creating the first object when the browser is the first type browser, and further can enable the first function to be called when a user opens a developer tool page of the browser and used for outputting opening prompt information by rewriting the first function of the first object, and further can determine whether the console output information includes the opening prompt information by acquiring console output information of the browser, and if so, determine that the developer tool page of the browser is opened by the user. Compared with the prior art, window false detection can be avoided because the window change of the browser does not need to be detected.
A third aspect of the present application discloses a browser development mode detection apparatus, including:
a processor; and
a memory configured to store machine readable instructions which, when executed by the processor, perform the browser development mode detection method of the first aspect of the present application.
The browser development mode detection device of the third aspect of the present application can determine the type of the browser according to the information of the browser by acquiring the information of the browser, and then can create a first object when the browser is a first type browser, and further can make the first function be called and used to output opening prompt information when a user opens a developer tool page of the browser by rewriting a first function of the first object, and further can judge whether the console output information includes the opening prompt information by acquiring console output information of the browser, and if so, determine that the developer tool page of the browser is opened by the user. Compared with the prior art, window false detection can be avoided because the window change of the browser does not need to be detected.
A fourth aspect of the present application discloses a storage medium storing a computer program executed by a processor to perform the browser development mode detection method of the first aspect of the present application.
The storage medium of the fourth aspect of the present application can determine the type of the browser by acquiring information of the browser, and then can create a first object when the browser is a first type browser, and then can make the first function called and used to output opening prompt information when a user opens a developer tool page of the browser by rewriting the first function of the first object, and then can judge whether the console output information includes the opening prompt information by acquiring console output information of the browser, and if so, determine that the developer tool page of the browser is opened by the user. Compared with the prior art, window false detection can be avoided because the window change of the browser does not need to be detected.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings that are required to be used in the embodiments of the present application will be briefly described below, it should be understood that the following drawings only illustrate some embodiments of the present application and therefore should not be considered as limiting the scope, and that those skilled in the art can also obtain other related drawings based on the drawings without inventive efforts.
Fig. 1 is a schematic flowchart of a browser development mode detection method disclosed in an embodiment of the present application;
fig. 2 is a schematic structural diagram of a browser development mode detection apparatus disclosed in an embodiment of the present application;
fig. 3 is a schematic structural diagram of a browser development mode detection device disclosed in an embodiment of the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be described below with reference to the drawings in the embodiments of the present application.
Example one
Referring to fig. 1, fig. 1 is a schematic flowchart illustrating a browser development mode detection method according to an embodiment of the present application. As shown in fig. 1, a method for detecting a browser development mode in an embodiment of the present application includes the steps of:
101. acquiring information of a browser;
102. determining the type of the key medical record browser according to the information of the key medical record browser;
103. when the key medical record browser is a first type browser, a first object is created;
104. rewriting a first function of a first object of the key medical records, wherein the first function of the key medical records is called when a user opens a developer tool page of a key medical record browser and is used for outputting opening prompt information;
105. acquiring console output information of a key medical record browser;
106. and judging whether the output information of the key medical record console comprises key medical record opening prompt information or not, and if so, determining that a developer tool page of a key medical record browser is opened by a user.
In the embodiment of the present application, optionally, the first type browser is a Firefox browser.
In this embodiment of the present application, the first object is a canonical object, and further, the first function of the first object is a toString function in the canonical object.
In the embodiment of the present application, the open prompt information may be "the developer tool has been opened". Further, as an example of step 104, rewriting of the toString function of the regular object is achieved by test.
According to the method, the type of the key medical record browser can be determined according to the information of the key medical record browser by acquiring the information of the browser, the first object can be created when the key medical record browser is the first type browser, the first function of the key medical record first object is rewritten, the key medical record first function can be called when a user opens a developer tool page of the key medical record browser and used for outputting opening prompt information, the console output information of the key medical record browser is acquired, whether the key medical record console output information comprises the key medical record opening prompt information or not can be judged, and if yes, the developer tool page of the key medical record browser is determined to be opened by the user. Compared with the prior art, window false detection can be avoided because the window change of the browser does not need to be detected.
In the application example, as an alternative implementation, in step 106: after the important medical records determine that a developer tool page of the important medical records browser is opened by a user, the method of the embodiment of the application further comprises the following steps:
and deleting the codes in the developer tool page of the key medical record browser.
Specifically, after the developer tools page of the focused medical records browser is opened by the user, a delete instruction may be executed to delete the code in the developer tools page of the focused medical records browser.
In this optional embodiment, after it is detected that the developer tool page of the browser is opened by the user, the code in the developer tool page of the browser is deleted, so that the code in the developer tool page of the browser can be prevented from being leaked. Compared with the prior art of compressing and merging the codes, the method can avoid using a large number of plug-ins to reduce the cost, and simultaneously can avoid the complicated process of compressing and merging.
In the embodiment of the present application, as an optional implementation manner, the method in the embodiment of the present application further includes the steps of:
when the key medical record browser is a second type browser, a second object is created;
and adding a second function in the second object of the important medical records, wherein the second function of the important medical records is called when a user opens a developer tool page of the browser of the important medical records and is used for outputting opening prompt information.
In this alternative embodiment, the second type browser is a browser other than a Firefox browser, and may be one of a Google browser and an IE browser, for example.
In this optional embodiment, optionally, the second object is an img object, and further, the second function may be "test. __ defineGetter __ ('id', function () { alert ('developer tool has been opened') })".
In the optional embodiment, by creating the second object and adding the second function to the second object of the key medical record, the opening prompt information can be output by a plurality of browsers other than the first browser, so that different browsers can be compatible, and the opening prompt information can be output by the different browsers.
In the embodiment of the present application, as an optional implementation manner, in step 106: after the important medical records determine that a developer tool page of the important medical records browser is opened by a user, the method of the embodiment of the application further comprises the following steps:
and emptying the console output information of the key medical record browser.
In the optional embodiment, the burden of the browser can be reduced by emptying the console output information of the key medical record browser.
In this embodiment, as an optional implementation manner, the method in this embodiment further includes:
and setting the timing time of a timer, wherein the key medical record timer is used for executing key medical records according to the key medical record timing time to acquire the console output information of the key medical record browser and executing the key medical records to judge whether the console output information of the key medical record browser comprises key medical record opening prompt information or not and executing the console output information of the key medical record browser for clearing the key medical records.
In this optional embodiment, whether the user opens the developer tool page of the browser can be detected in time through the timer.
In the embodiment of the present application, as an optional implementation manner, in step 103: before the first object is created in the emphasized medical record, the method of the embodiment of the application further comprises the following steps:
and judging whether the first object of the important medical record exists or not, and calling the existing first object of the important medical record if the first object of the important medical record exists.
In the optional embodiment, the first object of the existing key medical record is called, so that the first object can be prevented from being repeatedly created, and further the consumption of memory resources is reduced.
Example two
Referring to fig. 1, fig. 1 is a schematic structural diagram of a browser development mode detection apparatus according to an embodiment of the present application. As shown in fig. 1, the apparatus of the embodiment of the present application includes:
a first obtaining module 201, configured to obtain information of a browser;
the determining module 202 is configured to determine the type of the highlighted medical record browser according to the information of the highlighted medical record browser;
the object creating module 203 is used for creating a first object when the emphasized medical record browser is a first type browser;
the function rewriting module 204 is used for rewriting a first function of the first object of the key medical record, and the first function of the key medical record is called when a user opens a developer tool page of a key medical record browser and is used for outputting opening prompt information;
a second obtaining module 205, configured to obtain console output information of the major medical record browser;
the judging module 206 is configured to judge whether the output information of the key medical record console includes a key medical record opening prompt message, and if so, determine that a developer tool page of the key medical record browser is opened by the user.
In the embodiment of the present application, optionally, the first type browser is a Firefox browser.
In this embodiment of the present application, the first object is a canonical object, and further, the first function of the first object is a toString function in the canonical object.
In the embodiment of the present application, the open prompt information may be "the developer tool has been opened". Further, as an example of step 104, rewriting of the toString function of the regular object is achieved by test.
The browser development mode detection device of the embodiment of the application can determine the type of the key medical record browser according to the information of the key medical record browser by acquiring the information of the browser, and then can create a first object when the key medical record browser is a first type browser, and further can determine whether the output information of the key medical record console comprises key medical record opening prompt information or not by rewriting a first function of the key medical record first object when a user opens a developer tool page of the key medical record browser, and further by acquiring the output information of the console of the key medical record browser, and if so, it is determined that the developer tool page of the key medical record browser is opened by the user. Compared with the prior art, window false detection can be avoided because the window change of the browser does not need to be detected.
Please refer to the first embodiment of the present application for further details of the browser development mode detection apparatus, which will not be described herein.
EXAMPLE III
Referring to fig. 3, fig. 3 is a schematic structural diagram of a browser development mode detection device disclosed in an embodiment of the present application. As shown in fig. 3, the apparatus of the embodiment of the present application includes:
a processor 301; and
the memory 302 is configured to store machine-readable instructions, and the instructions of the emphasized medical record, when executed by the emphasized medical record processor 301, perform the method for detecting a browser development mode according to the first embodiment of the present application.
The browser development mode detection device can determine the type of a key medical record browser according to the information of the key medical record browser by acquiring the information of the browser, and then can create a first object when the key medical record browser is a first type browser, and further can determine whether the key medical record console output information comprises key medical record opening prompt information or not by rewriting a first function of the key medical record first object when a user opens a developer tool page of the key medical record browser, and further can determine whether the key medical record console output information comprises the key medical record opening prompt information or not by acquiring the console output information of the key medical record browser, and if so, determining that the developer tool page of the key medical record browser is opened by the user. Compared with the prior art, window false detection can be avoided because the window change of the browser does not need to be detected.
Example four
The embodiment of the application discloses a storage medium, wherein a computer program is stored in a key medical record storage medium, and the key medical record computer program is executed by a processor to execute the browser development mode detection method in the embodiment of the application.
The storage medium of the embodiment of the application can determine the type of the key medical record browser according to the information of the key medical record browser by acquiring the information of the browser, and then can create a first object when the key medical record browser is a first type browser, and further can determine whether the key medical record console output information comprises key medical record opening prompt information by rewriting a first function of the key medical record first object, so that the key medical record first function can be called when a user opens a developer tool page of the key medical record browser, and further can determine whether the key medical record console output information comprises the key medical record opening prompt information by acquiring the console output information of the key medical record browser, and if so, it is determined that the developer tool page of the key medical record browser is opened by the user. Compared with the prior art, window false detection can be avoided because the window change of the browser does not need to be detected.
In the embodiments provided in the present application, it should be understood that the disclosed apparatus and method may be implemented in other ways. The above-described embodiments of the apparatus are merely illustrative, for example, the division of the unit of the medical record is only a logical division, and the actual implementation may have another division, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection of devices or units through some communication interfaces, and may be in an electrical, mechanical or other form.
In addition, units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
Furthermore, the functional modules in the embodiments of the present application may be integrated together to form an independent part, or each module may exist separately, or two or more modules may be integrated to form an independent part.
It should be noted that the functions, if implemented in the form of software functional modules and sold or used as independent products, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present application or portions thereof that substantially contribute to the prior art may be embodied in the form of a software product stored in a storage medium and including instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the medical record method according to the embodiments of the present application. And the aforementioned storage medium includes: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
In this document, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions.
The above-mentioned emphasized medical records are merely examples of the present application, and are not intended to limit the scope of the present application, and it will be apparent to those skilled in the art that various modifications and variations can be made in the present application. Any modification, equivalent replacement, improvement and the like made within the spirit and principle of the present application shall be included in the protection scope of the present application.

Claims (10)

1. A browser development mode detection method, characterized by comprising:
acquiring information of a browser;
determining the type of the browser according to the information of the browser;
when the browser is a first type browser, creating a first object;
rewriting a first function of the first object, the first function being called when a user opens a developer tool page of the browser and being used for outputting an open prompt message;
acquiring console output information of the browser;
and judging whether the console output information comprises the opening prompt information or not, and if so, determining that a developer tool page of the browser is opened by a user.
2. The method of claim 1, wherein after the determining that the developer tools page of the browser is opened by the user, the method further comprises:
deleting code in a developer tools page of the browser.
3. The method of claim 1, wherein the method further comprises:
when the browser is a second type browser, creating a second object;
and adding a second function in the second object, wherein the second function is called when a user opens a developer tool page of the browser and is used for outputting opening prompt information.
4. The method of claim 1, wherein after the determining that the developer tools page of the browser is opened by the user, the method further comprises:
and emptying the console output information of the browser.
5. The method of claim 4, wherein the method further comprises:
and setting the timing time of a timer, wherein the timer is used for executing the steps of acquiring the console output information of the browser according to the timing time, judging whether the console output information comprises the opening prompt information or not and executing the console output information for emptying the browser.
6. The method of claim 1, wherein prior to said creating the first object, the method further comprises:
and judging whether the first object exists or not, and if so, calling the existing first object.
7. The method of claim 1, wherein the first type browser is a Firefox browser.
8. A browser development mode detection apparatus, characterized in that the apparatus comprises:
the first acquisition module is used for acquiring the information of the browser;
the determining module is used for determining the type of the browser according to the information of the browser;
the object creating module is used for creating a first object when the browser is a first type browser;
a function rewriting module for rewriting a first function of the first object, the first function being called when a user opens a developer tool page of the browser and being used for outputting an open prompt message;
the second acquisition module is used for acquiring console output information of the browser;
and the judging module is used for judging whether the console output information comprises the opening prompt information or not, and if so, determining that the developer tool page of the browser is opened by a user.
9. A browser development mode detection device, characterized by comprising:
a processor; and
a memory configured to store machine readable instructions that, when executed by the processor, perform the browser development mode detection method of any one of claims 1-7.
10. A storage medium storing a computer program to be executed by a processor to perform the browser development mode detection method according to any one of claims 1 to 7.
CN202011573120.2A 2020-12-25 2020-12-25 Browser development mode detection method, device, equipment and storage medium Active CN112631602B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011573120.2A CN112631602B (en) 2020-12-25 2020-12-25 Browser development mode detection method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011573120.2A CN112631602B (en) 2020-12-25 2020-12-25 Browser development mode detection method, device, equipment and storage medium

Publications (2)

Publication Number Publication Date
CN112631602A true CN112631602A (en) 2021-04-09
CN112631602B CN112631602B (en) 2023-10-13

Family

ID=75325600

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011573120.2A Active CN112631602B (en) 2020-12-25 2020-12-25 Browser development mode detection method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112631602B (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107203470A (en) * 2017-05-11 2017-09-26 腾讯科技(深圳)有限公司 Page adjustment method and device
CN108205760A (en) * 2016-12-16 2018-06-26 优视科技有限公司 Method, plug-in unit and the browser that advertisement is launched
CN109800173A (en) * 2019-01-28 2019-05-24 腾讯科技(深圳)有限公司 Program debugging method, device and storage medium
CN111625260A (en) * 2020-05-27 2020-09-04 哈尔滨文投科技有限公司 Method and system based on mixed mobile application program upgrading
CN111796799A (en) * 2019-04-09 2020-10-20 广州腾讯科技有限公司 Sub-application development method and device, computer equipment and storage medium
CN111898384A (en) * 2020-05-30 2020-11-06 中国兵器科学研究院 Text emotion recognition method and device, storage medium and electronic equipment

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108205760A (en) * 2016-12-16 2018-06-26 优视科技有限公司 Method, plug-in unit and the browser that advertisement is launched
CN107203470A (en) * 2017-05-11 2017-09-26 腾讯科技(深圳)有限公司 Page adjustment method and device
CN109800173A (en) * 2019-01-28 2019-05-24 腾讯科技(深圳)有限公司 Program debugging method, device and storage medium
CN111796799A (en) * 2019-04-09 2020-10-20 广州腾讯科技有限公司 Sub-application development method and device, computer equipment and storage medium
CN111625260A (en) * 2020-05-27 2020-09-04 哈尔滨文投科技有限公司 Method and system based on mixed mobile application program upgrading
CN111898384A (en) * 2020-05-30 2020-11-06 中国兵器科学研究院 Text emotion recognition method and device, storage medium and electronic equipment

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
哎呦喂1111: ""检测浏览器开发者工具是否打开了"", CSDN *

Also Published As

Publication number Publication date
CN112631602B (en) 2023-10-13

Similar Documents

Publication Publication Date Title
KR101921052B1 (en) Method and apparatus for identifying security vulnerability and cause point thereof of executable binaries
US20160342413A1 (en) Verification of backward compatibility of software components
US10713437B2 (en) Method and apparatus for identifying questionable line break characters in an application
CN110659256B (en) Multi-computer room synchronization method, computing device and computer storage medium
CN110704304A (en) Application program testing method and device, storage medium and server
CN114116505A (en) Code testing method and device
CN113987393A (en) Web page operation recorder, system, device and method
CN113101643A (en) Resource file management method, device, equipment and storage medium
CN112631602A (en) Browser development mode detection method, device, equipment and storage medium
CN115481025A (en) Script recording method and device for automatic test, computer equipment and medium
US20050278789A1 (en) Anomaly-driven software switch to capture event responses and automate recovery
CN112416500B (en) Information processing method and electronic equipment
CN109948251B (en) CAD-based data processing method, device, equipment and storage medium
JP2016057715A (en) Graphic type program analyzer
CN110083576B (en) Cache directory identification method and device
CN113076122A (en) Resource file management method, device, equipment and storage medium
CN113467867A (en) Information processing method, information processing device, electronic equipment and storage medium
CN113342431A (en) Function call stack backtracking and program exception handling method, device, equipment and medium
CN112748930A (en) Compilation detection method, device, equipment and storage medium
CN111338956A (en) Automatic pressure measurement method, device, equipment and storage medium
CN110837433A (en) Performance optimization method and device and electronic equipment
CN116361748B (en) Software supply chain safety detection method and device
EP4307134A1 (en) Platform detection algorithm for forensic images
CN116318946A (en) Method and device for detecting memory type webpage backdoor attack and electronic equipment
JP2006260053A (en) Specific subroutine retrieval system and program used therefor

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