US10776564B2 - Method and system for displaying webpage self-defined content - Google Patents

Method and system for displaying webpage self-defined content Download PDF

Info

Publication number
US10776564B2
US10776564B2 US15/247,328 US201615247328A US10776564B2 US 10776564 B2 US10776564 B2 US 10776564B2 US 201615247328 A US201615247328 A US 201615247328A US 10776564 B2 US10776564 B2 US 10776564B2
Authority
US
United States
Prior art keywords
webpage
custom
interface
node
code
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, expires
Application number
US15/247,328
Other languages
English (en)
Other versions
US20160364496A1 (en
Inventor
Xiaoming Li
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.)
Alibaba Group Holding Ltd
Original Assignee
UC MOBILE 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 UC MOBILE CO Ltd filed Critical UC MOBILE CO Ltd
Assigned to UC MOBILE CO., LTD. reassignment UC MOBILE CO., LTD. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: LI, XIAOMING
Publication of US20160364496A1 publication Critical patent/US20160364496A1/en
Assigned to ALIBABA GROUP HOLDING LIMITED reassignment ALIBABA GROUP HOLDING LIMITED ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: UC MOBILE CO., LTD.
Application granted granted Critical
Publication of US10776564B2 publication Critical patent/US10776564B2/en
Active legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/12Use of codes for handling textual entities
    • G06F40/14Tree-structured 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/957Browsing optimisation, e.g. caching or content distillation
    • 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/955Retrieval from the web using information identifiers, e.g. uniform resource locators [URL]
    • 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
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]

Definitions

  • the present invention relates to the field of mobile browsers, and in particular, to a method and system for displaying webpage custom content.
  • a webpage browser is software that is used to display files on a webpage server or in a document system and allows a user to interact with these files.
  • Content displayed on a webpage includes text, images, or information.
  • a browser needs to display custom content after loading a webpage, a technician needs to make an additional interface to display the custom content.
  • code and resources of a client terminal application program need to be modified.
  • FIG. 1 shows a conventional process from modifying interface code of a client terminal to obtaining, by a user, a new interface program.
  • the process from modifying interface code of a client terminal to obtaining, by a user, a new interface program may include:
  • S 110 Modify an interface that needs to be customized, where the modification on the interface that needs to be customized is implemented by modifying code of a client terminal.
  • a client terminal developer modifies corresponding client terminal code, and prepares corresponding resources such as pictures and patterns.
  • S 130 Test modified code and resources of an application program of the client terminal, and submit and release the modified code and resources in accordance with procedures.
  • Step S 130 The process of submitting and releasing the modified code and resources in accordance with procedures after the test in Step S 130 generally takes a long time.
  • the code of the client terminal is modified, more tests are required.
  • the client terminal has a problem, the developer needs to modify and release the code again. Thus, significant changes need to be made and costs are high.
  • FIG. 2 shows a process of implementing, on a client terminal, a conventional method for displaying webpage custom content.
  • the implementation, on a client terminal, of the conventional method for displaying webpage custom content includes:
  • S 210 Start a mobile browser, send a resource requesting signal to a server, and the server returns a list of URLs to which a custom interface needs to be loaded.
  • S 220 A user enters, into a user address bar, a URL that the user wants to browse, and clicks to load a webpage corresponding to the URL entered by the user.
  • the client terminal determines whether the custom interface needs to be inserted on the current webpage.
  • a blocking interface pops up on the client terminal, and after the webpage corresponding to the URL entered by the user is loaded, display the interface that includes custom content.
  • a native interface of the client terminal blocks a webpage browsing operation performed by a user, and a style of the custom interface is inconsistent with that of the native webpage.
  • the webpage needs to be modified, and the client terminal also needs to be modified. Such operations are complex.
  • FIG. 9 shows a schematic view of a page when custom content is inserted by using a conventional method.
  • a user cannot control the area with the sign X on the left of the page, and only the area on the right of the page can be changed.
  • An interface produced this way is inconsistent with content of the original page.
  • a method for displaying webpage content includes, when a webpage interface needs to be inserted into a webpage to be accessed, acquiring webpage source code of the webpage to be accessed, and stopping rendering the webpage to be accessed, in the acquired webpage source code, searching for a location where a webpage node of the webpage interface needs to be inserted, according to the found location where the webpage node of the webpage interface needs to be inserted, inserting a webpage node code segment of the webpage interface into the webpage source code, and performing webpage rendering on the webpage source code into which the webpage node code segment of the webpage interface has been inserted, and displaying a rendered webpage.
  • the location where the webpage node of the webpage interface needs to be inserted is searched for in the webpage source code according to a code resource of the webpage interface.
  • the code resource of the webpage interface includes: a URL of a webpage into which the webpage interface needs to be inserted, an insertion location of the webpage node of the webpage interface, and the webpage node code segment of the webpage interface.
  • the method may further include: determining, according to a list of URLs where the webpage interface needs to be inserted, whether the webpage interface needs to be inserted into the webpage to be accessed. When it is determined that the webpage interface needs to be inserted into the webpage to be accessed, the method includes the steps as described above. When it is determined that the webpage interface does not need to be inserted into the webpage to be accessed, the method may further include continuing a process of browsing the webpage, and normally displaying the original webpage.
  • the webpage node code segment of the webpage interface is inserted into the webpage source code by using a dynamic script.
  • the dynamic script may be in one of these languages: JavaScript, Jquery, or PHP.
  • the present disclosure further provides a system for displaying webpage content.
  • the system includes a webpage source code acquiring unit configured to, when a webpage interface needs to be inserted into a webpage to be accessed, acquire webpage source code of the webpage to be accessed, and stop rendering the webpage to be accessed, a location searching unit configured to, after the webpage source code of the webpage to be accessed is acquired, acquire, according to a code resource of the webpage interface, a location where a webpage node of the webpage interface needs to be inserted, a webpage node insertion unit, configured to insert content of the webpage node of the webpage interface into the webpage source code according to the found location where the webpage node of the webpage interface needs to be inserted, and, a webpage display unit, configured to perform webpage rendering on the webpage source code into which the content of the webpage node of the webpage interface has been inserted, and display a rendered webpage for a user.
  • the code resource of the webpage interface includes: a URL of a webpage into which the webpage interface needs to be inserted, an insertion location of the webpage node of the webpage interface, and a webpage node code segment of the webpage interface.
  • the system may further includes a URL determining unit, configured to acquire a list of URLs where the webpage interface needs to be inserted and the code resource of the webpage interface, and determine, according to the list of URLs where the webpage interface needs to be inserted, whether the webpage interface needs to be inserted into the webpage to be accessed; when the webpage interface needs to be inserted into the webpage to be accessed, instruct the webpage source code acquiring unit to acquire the webpage source code of the webpage to be accessed, and instruct the webpage display unit to stop rendering the webpage to be accessed; and when the webpage interface does not need to be inserted into the webpage to be accessed, instruct the webpage display unit to continue a process of browsing the webpage and display the original webpage normally.
  • a URL determining unit configured to acquire a list of URLs where the webpage interface needs to be inserted and the code resource of the webpage interface, and determine, according to the list of URLs where the webpage interface needs to be inserted, whether the webpage interface needs to be inserted into the webpage to be accessed; when the webpage interface needs to be inserted into
  • the webpage node code segment of the webpage interface is inserted into the webpage source code by using a dynamic script.
  • the dynamic script may be in one of these languages: JavaScript, Jquery, or PHP.
  • the present disclosure further provides a terminal for displaying webpage content.
  • the terminal may include a processor and a memory that stores computer executable instructions.
  • the instructions when executed by the processor, cause the processor to perform determining whether a webpage interface needs to be inserted into a webpage to be accessed, if the determination is yes, acquiring webpage source code of the webpage to be accessed, and stopping rendering the webpage to be accessed, in the acquired webpage source code, searching for a location where a webpage node of the webpage interface needs to be inserted, according to the found location where the webpage node of the webpage interface needs to be inserted, inserting a webpage node code segment of the webpage interface into the webpage source code, and performing webpage rendering on the webpage source code into which the webpage node code segment of the webpage interface has been inserted, and displaying a rendered webpage.
  • searching for a location where a webpage node of the webpage interface needs to be inserted may include: according to a code resource of the webpage interface, in the webpage source code, searching for the location where the webpage node of the webpage interface needs to be inserted, where the code resource of the webpage interface includes: a URL of a webpage into which the webpage interface needs to be inserted, an insertion location of the webpage node of the webpage interface, and the webpage node code segment of the webpage interface.
  • determining whether a webpage interface needs to be inserted into a webpage to be accessed may include acquiring a list of URLs where the webpage interface needs to be inserted and the code resource of the webpage interface, and determining, according to the list of URLs where the webpage interface needs to be inserted, whether the webpage interface needs to be inserted into the webpage to be accessed. If it is determined that the webpage interface needs to be inserted into the webpage to be accessed, the processor acquires the webpage source code of the webpage to be accessed, and stops rendering the webpage to be accessed. If it is determined that the webpage interface does not need to be inserted into the webpage to be accessed, the processor continues a process of browsing the webpage, and displays the original webpage normally.
  • inserting a webpage node code segment of the webpage interface into the webpage source code may include inserting, by using a dynamic script, the webpage node code segment of the webpage interface into the webpage source code.
  • the dynamic script is in one of these languages: JavaScript, Jquery or PHP.
  • the present disclosure further provides a non-transitory computer readable storage medium that stores computer executable instructions, that when executed by a processor, causes the processor to perform acquiring webpage source code of a webpage to be accessed, and stopping rendering the webpage to be accessed, in the acquired webpage source code, searching for a location where a webpage node of a webpage interface needs to be inserted, inserting a webpage node code segment of the webpage interface into the webpage source code at the found location where the webpage node of the webpage interface needs to be inserted, and performing webpage rendering on the webpage source code into which the webpage node code segment of the webpage interface has been inserted, and displaying a rendered webpage.
  • a server delivers a URL list and a content resource of a webpage, which can implement, without modifying a mobile client terminal, displaying a webpage added with custom content after a user opens the webpage, avoiding that code and an interface of a client terminal need to be modified to display custom content, thereby reducing costs on labor and resources; besides, it is unnecessary to additionally generate an interface to display a custom page, and therefore, operations of the user are not hindered, and the user's browsing experience is improved.
  • FIG. 1 is a conventional flowchart of a process from modifying interface code of a client terminal to obtaining a new interface program by a user;
  • FIG. 2 is a flowchart of implementing, on a client terminal, a conventional method for displaying webpage custom content
  • FIG. 3 is a flowchart of a method for displaying webpage custom content according to an embodiment of the present invention
  • FIG. 4 is a schematic flowchart, when an interface needs to be modified, of a method for displaying webpage custom content according to an embodiment of the present invention
  • FIG. 5 is a detailed flowchart of a method for displaying webpage custom content according to an embodiment of the present invention.
  • FIG. 6 is a schematic block diagram of a system for displaying webpage custom content according to an embodiment of the present invention.
  • FIG. 7 is a sample webpage after a custom interface is added via a method for displaying webpage custom content according to an embodiment of the present invention
  • FIG. 8 is a sample webpage that corresponds to a custom node generated via a method for displaying webpage custom content according to an embodiment of the present invention.
  • FIG. 9 is a schematic view of a page state when custom content is inserted by using a conventional method.
  • mobile browser and “client terminal” may have the same meaning, or the “mobile browser” may be one example, but not the only specific manifestation of the “client terminal.”
  • FIG. 3 shows a method for displaying webpage content.
  • the webpage content can include webpage custom content, e.g., a user defined webpage content, according to an embodiment of the present invention.
  • the method for displaying webpage custom content may include:
  • a user Before entering a URL to be accessed into a mobile browser, a user starts the mobile browser, and while the mobile browser is started, information that requests a webpage source code resource of a custom webpage is sent.
  • the mobile browser initiates a request to a server, it further includes acquiring a list of URLs where the custom webpage interface needs to be inserted and a code resource of the custom interface corresponding to the URLs in the URL list.
  • the list of URLs where the custom webpage interface needs to be inserted and the code resource of the custom interface corresponding to the URLs in the URL list may be delivered by the server to the client terminal, or may be preset in the client terminal.
  • the location where the webpage node of the custom webpage interface needs to be inserted is searched for in the webpage source code according to a code resource of the custom webpage interface.
  • the code resource of the custom webpage interface includes: a URL of a webpage into which the custom webpage interface needs to be inserted, an insertion location of the webpage node of the custom webpage interface, and a webpage node code segment of the custom webpage interface.
  • the displayed webpage that includes the custom webpage interface can still be operated, which does not hinder the user's operations on the webpage.
  • the custom interface is implemented by means of webpage node embedding, and it is ensured that the custom interface is integrated with the original webpage.
  • the method for displaying webpage custom content may further include: acquiring a list of URLs where the custom webpage interface needs to be inserted and the code resource of the custom webpage interface; determining, according to the list of URLs where the custom webpage interface needs to be inserted, whether the custom webpage interface needs to be inserted into the webpage to be accessed; when the custom webpage interface needs to be inserted into the webpage to be accessed, acquiring the webpage source code of the webpage to be accessed, and stopping rendering the webpage to be accessed; and when the custom webpage interface does not need to be inserted into the webpage to be accessed, continuing a process of browsing the webpage, and normally displaying the original webpage.
  • the list of URLs where the custom webpage interface needs to be inserted and the code resource of the custom webpage interface may be delivered by the server to the client terminal, or may be preset in the client terminal.
  • a resource of the webpage source code is requested from a corresponding webpage server, and then the webpage server returns information about the webpage source code. For example, if the user accesses www.xx.com, an http request is initiated to a server of this webpage, and a process of rendering and depicting the webpage is stopped after the webpage source code is acquired, and according to a correspondingly delivered code resource of a custom interface, the webpage source code is traversed to find a location of a webpage node where custom webpage node code needs to be added.
  • a server delivers a URL list and a content resource of a custom webpage, which can implement, without modifying a mobile client terminal, displaying a webpage added with custom content after a user opens the webpage, avoiding that code and an interface of a client terminal need to be modified to display the custom content, thereby reducing costs on labor and resources; besides, it is unnecessary to generate an additional interface to display a custom page, and therefore, operations on the webpage of the user are not hindered, and user experience is improved.
  • FIG. 4 shows a process for displaying webpage custom content according to an embodiment of the present disclosure.
  • the process for displaying webpage custom content includes:
  • S 410 Modify an interface that needs to be customized. casein some embodiments, the modification can be implemented by using a method of adding a webpage node as discussed above.
  • S 420 Modifies code of a custom webpage, and prepares resources such as pictures and patterns.
  • a webpage node is added to display custom content of a webpage, and custom interface content is updated by updating code of the custom webpage, avoiding modifying a custom interface by repeatedly modifying code on the client terminal.
  • the code of the custom interface After being modified and tested, the code of the custom interface is deployed on the server, and a user can acquire a latest custom interface. After a problem occurs, the custom interface can be modified by modifying code of the custom webpage, and it is unnecessary to spend much time on modifying the code on the client terminal.
  • S 440 A user does not need to update applications, and can obtain a latest custom interface by starting a mobile browser.
  • the method for displaying webpage custom content is implemented by adding a webpage node; a server delivers a URL list and a content resource of a custom webpage, which can implement, without modifying a mobile client terminal, displaying a webpage added with custom content after a user opens the webpage, avoiding that code and an interface of a client terminal need to be modified to display the custom content, thereby reducing costs on labor and resources.
  • FIG. 5 shows a detailed process of a method for displaying webpage custom content according to an embodiment of the present disclosure. As shown in FIG. 5 , the detailed process of the method for displaying webpage custom content includes:
  • Start a mobile browser when a client terminal starts the mobile browser, the client terminal sends a resource requesting signal to a server, and the server delivers, to the client terminal, a list of URLs where a custom webpage interface needs to be inserted and a corresponding custom interface code resource.
  • the list of URLs where the custom webpage interface needs to be inserted and the corresponding custom interface code resource may be delivered by the server to the client terminal, or may be preset in the client terminal.
  • a set of custom interface code may correspond to webpages of sub-domain names under a same domain name. Generally, webpages belonging to a same domain name are written similarly, and can be adapted by using a same set of code.
  • the list of URLs where the custom webpage interface needs to be inserted is used to determine whether the custom interface needs to be inserted into webpage source code of a current page; when a URL corresponding to the current page (that is, a webpage corresponding to a URL entered by the user) is in the list of URLs where a custom webpage interface needs to be inserted, a location where a webpage node needs to be inserted and content of the webpage node for displaying the custom webpage interface can be found in the custom interface code resource.
  • a data structure of the custom interface code resource is shown in Table 1:
  • S 520 The user enters a URL, and clicks to load a webpage corresponding to the URL.
  • the user enters, into a user address bar of the started browser, a URL that needs to be accessed, and clicks to load a webpage corresponding to the URL.
  • the client terminal initiates a request for a source code resource of the custom webpage.
  • step S 530 Determine, whether the URL is in the list of URLs where the custom webpage interface needs to be inserted, and when the entered URL is in the list of URLs where the custom webpage interface needs to be inserted, go to step S 540 ; otherwise, go to step S 580 .
  • the client terminal determines whether the URL entered by the client terminal is in the list of URLs where the custom webpage interface needs to be inserted, and performs the next step according to a determining result. If the URL entered by the client terminal is not in the list of URLs where the custom webpage interface needs to be inserted, a process of browsing the webpage is continued, and the original webpage is displayed normally.
  • the position for inserting the webpage node is delivered by the server, and after the node insertion position delivered by the server is acquired, a dynamic script is used to find a corresponding insertion location in the webpage source code, and the custom interface is inserted.
  • the webpage source code is traversed according to the custom interface code resource, to determine the location of the webpage node that needs to be added for adding the custom webpage interface.
  • a webpage node insertion method appendChild, provided by JavaScript is used to insert, into the webpage source code, the webpage node for displaying the custom webpage interface, which implements, without adding additional interface layer code on the client terminal, adding a custom content interface to the webpage, thereby enriching displayed content.
  • Content of the webpage node for displaying the custom webpage interface is inserted into the webpage source code by using the dynamic script.
  • the custom webpage interface is implemented by means of embedding a webpage node.
  • the embedded script is essentially a text segment that can be delivered, and the node insertion operation is also universal. As long as it is ensured that a webpage can be normally displayed after a custom interface node is inserted, any interface can be inserted into different webpages without modifying the client terminal.
  • the dynamic script may be JavaScript, Jquery, or PHP.
  • a new webpage into which the webpage node for displaying the custom webpage interface has been inserted is submitted to a browsing kernel for rendering, and the webpage that includes the custom webpage interface is displayed. After an interface that needs to be displayed appears, the user may further perform operations on the webpage, and the user's operations are not hindered.
  • the custom interface is implemented by means of embedding a webpage node, and is integrated with the original webpage.
  • the embodiment of the method for displaying webpage custom content uses a webpage dynamic script language: JavaScript, to perform webpage node traversing and insertion, and a custom content interface can be added to a webpage without adding additional interface layer code on the client terminal, thereby enriching displayed content.
  • a webpage dynamic script language JavaScript
  • a custom interface needs to be loaded on the currently accessed webpage, a rendering operation on a webpage node is stopped, and webpage source code that is returned by a server of the URL accessed by the user is intercepted; a new webpage node is created at a position where a webpage node needs to be inserted, to insert the custom interface into the webpage, and then, a rendering and displaying operation is performed on the webpage node.
  • the inserted custom interface is an external resource file for an application program, and can be dynamically updated and delivered by the server.
  • a client terminal only needs to update data after a new custom webpage interface resource is delivered, and it is unnecessary to modify code and resources on the client terminal.
  • the server delivers a URL list and custom webpage content resources, which implements displaying a webpage added with custom content after the user opens the webpage.
  • a UC browser and a resource delivery server can be used to implement the method for displaying custom webpage content.
  • the method for displaying custom webpage content implemented is described below.
  • FIG. 8 shows a view of a webpage display corresponding to a custom node in the method for displaying webpage custom content. For example, if a URL: www.jd.com that a user wants to access is in the list of URLs of which the custom webpage interface needs to be inserted, a webpage display that is corresponding to the custom node and delivered by a server of the corresponding website is as shown in FIG. 8 , where displayed content is different price comparison information according to different webpages of the website.
  • the user opens a webpage by using the browser, and before a webpage request is initiated to a webpage server, the server determines whether a domain name of the webpage that needs to be accessed is in the list of URLs where the custom webpage interface needs to be inserted, and if the domain name of the webpage is not in the domain name list, for example, if www.baidu.com is accessed currently, a normal webpage browsing process is performed.
  • a webpage node insertion method using JavaScript is used to insert the custom webpage node code that is delivered by the server in Step 1.
  • FIG. 7 shows a diagram of a webpage display after a custom interface is added in a method for displaying webpage custom content according to an embodiment of the present invention.
  • a custom interface that is added according to the method for displaying webpage custom content is the interface in the large block on the bottom left of FIG. 7 , in which price comparison information is displayed, and the custom interface is integrated with the webpage interface, and does not hinder user's operations on the webpage.
  • FIG. 6 shows a logic structure of a system for displaying webpage custom content according to an embodiment of the present invention.
  • a system 600 for displaying webpage custom content includes a webpage source code acquiring unit 610 , a location searching unit 620 , a webpage node insertion unit 630 , and a webpage display unit 640 .
  • the webpage source code acquiring unit 610 is configured to: when a custom webpage interface needs to be inserted into a webpage to be accessed, acquire webpage source code of the webpage to be accessed, and stop rendering the webpage to be accessed;
  • the location searching unit 620 is configured to: after the webpage source code of the webpage to be accessed is acquired, acquire, according to a code resource of the custom webpage interface, a location where a webpage node of the custom webpage interface needs to be inserted;
  • the webpage node insertion unit 630 is configured to: according to the found position where the webpage node of the custom webpage interface needs to be inserted, insert content of the webpage node of the custom webpage interface into the webpage source code;
  • the webpage display unit 640 is configured to perform webpage rendering on the webpage source code into which the content of the webpage node of the custom webpage interface has been inserted, and display a rendered webpage for a user.
  • the webpage source code acquiring unit 610 further includes: a URL determining unit (not shown in the figure), configured to determine, according to a list of URLs where the custom webpage interface needs to be inserted, whether the custom webpage interface needs to be inserted into the webpage to be accessed, that is, when a mobile browser initiates an access request to a server according to a URL entered by the user, the mobile browser determines whether the URL entered by the user is in the list of URLs where the custom webpage interface needs to be inserted; when the custom webpage interface needs to be inserted into the webpage to be accessed, acquire the webpage source code of the webpage to be accessed, and instruct the webpage display unit 640 to stop rendering the webpage to be accessed; and when the custom webpage interface does not need to be inserted into the webpage to be accessed, instruct the webpage display unit 640 to continue a process of browsing the webpage and display the original webpage normally.
  • a URL determining unit (not shown in the figure), configured to determine, according to a list of URLs where the custom webpage interface needs to be inserted,
  • the code resource of the custom webpage interface includes: a URL of a webpage into which the custom webpage interface needs to be inserted, an insertion location of the webpage node of the custom webpage interface, and a webpage node code segment of the custom webpage interface.
  • the content of the webpage node for displaying the custom webpage interface is inserted into the webpage source code by using a dynamic script, a node insertion location is delivered by the server, and after the node insertion location delivered by the server is acquired, a corresponding location is found in the webpage source code by using the dynamic script, and a new webpage node is inserted.
  • the dynamic script may be JavaScript, Jquery, PHP, or the like.
  • the method and system for displaying webpage custom content of the present disclosure solve the problem that code and an interface of a client terminal need to be modified to display custom content, which reduces costs on labor and resources.
  • the operation is flexible, and at the same time, rich browsing experience can be provided for users.
  • the computer-readable medium may include volatile or non-volatile, magnetic, semiconductor, tape, optical, removable, non-removable, or other types of computer-readable storage medium or computer-readable storage devices.
  • the computer-readable medium may be the storage unit or the memory module having the computer instructions stored thereon, as disclosed.
  • the computer-readable medium may be a disc or a flash drive having the computer instructions stored thereon.
  • modules/units/blocks may be implemented by one or more processors to cause the one or more processors to become one or more special purpose processors to executing software instructions stored in the computer-readable storage medium to perform the specialized functions of the modules/units.
  • each block in the flowchart or block diagram may represent one module, one program segment, or a part of code, where the module, the program segment, or the part of code includes one or more executable instructions used for implementing specified logic functions.
  • functions marked in the blocks may also occur in a sequence different from the sequence marked in the drawing. For example, two consecutive blocks actually can be executed in parallel substantially, and sometimes, they can also be executed in reverse order, which depends on the functions involved.
  • Each block in the block diagram and/or flowchart, and a combination of blocks in the block diagram and/or flowchart, may be implemented by a dedicated hardware-based system for executing corresponding functions or operations, or may be implemented by a combination of dedicated hardware and computer instructions.
  • embodiments of the present disclosure may be embodied as a method, a system or a computer program product. Accordingly, embodiments of the present disclosure may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware for allowing specialized components to perform the functions described above. Furthermore, embodiments of the present disclosure may take the form of a computer program product embodied in one or more tangible and/or non-transitory computer-readable storage media containing computer-readable program codes.
  • non-transitory computer readable storage media include, for example, a floppy disk, a flexible disk, hard disk, solid state drive, magnetic tape, or any other magnetic data storage medium, a CD-ROM, any other optical data storage medium, any physical medium with patterns of holes, a RAM, a PROM, and EPROM, a FLASH-EPROM or any other flash memory, NVRAM, a cache, a register, any other memory chip or cartridge, and networked versions of the same.
  • Embodiments of the present disclosure are described with reference to flow diagrams and/or block diagrams of methods, devices (systems), and computer program products according to embodiments of the present disclosure. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a computer, an embedded processor, or other programmable data processing devices to produce a special purpose machine, such that the instructions, which are executed via the processor of the computer or other programmable data processing devices, create a means for implementing the functions specified in one or more flows in the flow diagrams and/or one or more blocks in the block diagrams.
  • These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing devices to function in a particular manner, such that the instructions stored in the computer-readable memory produce a manufactured product including an instruction means that implements the functions specified in one or more flows in the flow diagrams and/or one or more blocks in the block diagrams.
  • a computer device includes one or more Central Processing Units (CPUs), an input/output interface, a network interface, and a memory.
  • CPUs Central Processing Units
  • the memory may include forms of a volatile memory, a random access memory (RAM), and/or non-volatile memory and the like, such as a read-only memory (ROM) or a flash RAM in a computer-readable storage medium.
  • RAM random access memory
  • ROM read-only memory
  • flash RAM flash RAM
  • the memory is an example of the computer-readable storage medium.
  • the computer-readable storage medium refers to any type of physical memory on which information or data readable by a processor may be stored.
  • a computer-readable storage medium may store instructions for execution by one or more processors, including instructions for causing the processor(s) to perform steps or stages consistent with the embodiments described herein.
  • the computer-readable medium includes non-volatile and volatile media, and removable and non-removable media, wherein information storage can be implemented with any method or technology.
  • Information may be modules of computer-readable instructions, data structures and programs, or other data.
  • Examples of a non-transitory computer-readable medium include but are not limited to a phase-change random access memory (PRAM), a static random access memory (SRAM), a dynamic random access memory (DRAM), other types of random access memories (RAMs), a read-only memory (ROM), an electrically erasable programmable read-only memory (EEPROM), a flash memory or other memory technologies, a compact disc read-only memory (CD-ROM), a digital versatile disc (DVD) or other optical storage, a cassette tape, tape or disk storage or other magnetic storage devices, a cache, a register, or any other non-transmission media that may be used to store information capable of being accessed by a computer device.
  • the computer-readable storage medium is non-transitory, and does not include transitory media, such as modulated data signals and carrier waves.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Information Transfer Between Computers (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
US15/247,328 2014-02-27 2016-08-25 Method and system for displaying webpage self-defined content Active 2035-04-07 US10776564B2 (en)

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
CN201410069433.2 2014-02-27
CN201410069433 2014-02-27
CN201410069433.2A CN104063415B (zh) 2014-02-27 2014-02-27 显示网页自定义内容的方法及系统
PCT/CN2014/087761 WO2015127782A1 (zh) 2014-02-27 2014-09-29 显示网页自定义内容的方法及系统

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2014/087761 Continuation WO2015127782A1 (zh) 2014-02-27 2014-09-29 显示网页自定义内容的方法及系统

Publications (2)

Publication Number Publication Date
US20160364496A1 US20160364496A1 (en) 2016-12-15
US10776564B2 true US10776564B2 (en) 2020-09-15

Family

ID=51551130

Family Applications (1)

Application Number Title Priority Date Filing Date
US15/247,328 Active 2035-04-07 US10776564B2 (en) 2014-02-27 2016-08-25 Method and system for displaying webpage self-defined content

Country Status (3)

Country Link
US (1) US10776564B2 (zh)
CN (1) CN104063415B (zh)
WO (1) WO2015127782A1 (zh)

Families Citing this family (27)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10805331B2 (en) 2010-09-24 2020-10-13 BitSight Technologies, Inc. Information technology security assessment system
US9438615B2 (en) 2013-09-09 2016-09-06 BitSight Technologies, Inc. Security risk management
CN104063415B (zh) 2014-02-27 2018-07-10 优视科技有限公司 显示网页自定义内容的方法及系统
CN104378762A (zh) * 2014-11-19 2015-02-25 北京极科极客科技有限公司 一种用户上网流量的监控方法
CN105005596B (zh) * 2015-07-02 2018-10-30 深圳市信锐网科技术有限公司 页面显示方法及装置
CN105159677A (zh) * 2015-09-09 2015-12-16 深圳Tcl数字技术有限公司 终端用户界面的受控显示方法及装置
US9959192B1 (en) * 2015-09-15 2018-05-01 Google Llc Debugging interface for inserted elements in a resource
US10613713B2 (en) * 2015-10-07 2020-04-07 Google Llc Integration of content in non-browser applications
US10148729B2 (en) * 2016-03-22 2018-12-04 Go Daddy Operating Company, LLC Hosting provider hosting routes from a media repository
CN107229642B (zh) * 2016-03-24 2021-03-02 创新先进技术有限公司 目标页面的页面资源显示、页面资源加载方法及装置
US10425380B2 (en) 2017-06-22 2019-09-24 BitSight Technologies, Inc. Methods for mapping IP addresses and domains to organizations using user activity data
CN107766528B (zh) * 2017-10-24 2021-09-28 深圳市雷鸟网络传媒有限公司 瀑布流页面的数据加载方法、终端和计算机可读存储介质
CN107704615B (zh) * 2017-10-24 2022-01-04 北京有字库网络科技有限公司 基于中文字体子集化的网页字体显示方法及系统
US10257219B1 (en) 2018-03-12 2019-04-09 BitSight Technologies, Inc. Correlated risk in cybersecurity
US10812520B2 (en) 2018-04-17 2020-10-20 BitSight Technologies, Inc. Systems and methods for external detection of misconfigured systems
US11200323B2 (en) 2018-10-17 2021-12-14 BitSight Technologies, Inc. Systems and methods for forecasting cybersecurity ratings based on event-rate scenarios
US10521583B1 (en) 2018-10-25 2019-12-31 BitSight Technologies, Inc. Systems and methods for remote detection of software through browser webinjects
CN111475138B (zh) * 2019-01-23 2023-04-25 阿里巴巴集团控股有限公司 基于weex框架的路由方法、装置、电子设备及可读介质
US10726136B1 (en) 2019-07-17 2020-07-28 BitSight Technologies, Inc. Systems and methods for generating security improvement plans for entities
US10848382B1 (en) 2019-09-26 2020-11-24 BitSight Technologies, Inc. Systems and methods for network asset discovery and association thereof with entities
US11032244B2 (en) 2019-09-30 2021-06-08 BitSight Technologies, Inc. Systems and methods for determining asset importance in security risk management
US10791140B1 (en) 2020-01-29 2020-09-29 BitSight Technologies, Inc. Systems and methods for assessing cybersecurity state of entities based on computer network characterization
US10893067B1 (en) 2020-01-31 2021-01-12 BitSight Technologies, Inc. Systems and methods for rapidly generating security ratings
US10764298B1 (en) 2020-02-26 2020-09-01 BitSight Technologies, Inc. Systems and methods for improving a security profile of an entity based on peer security profiles
US11023585B1 (en) 2020-05-27 2021-06-01 BitSight Technologies, Inc. Systems and methods for managing cybersecurity alerts
CN112230916A (zh) * 2020-10-10 2021-01-15 湖南皖湘科技有限公司 一种快速生成用户自定义网页的方法
US11122073B1 (en) 2020-12-11 2021-09-14 BitSight Technologies, Inc. Systems and methods for cybersecurity risk mitigation and management

Citations (31)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030182453A1 (en) * 2002-02-28 2003-09-25 International Business Machines Corporation Computer, server and method for translation of documents
US20050131992A1 (en) * 2003-12-11 2005-06-16 Eric Goldstein System, method and apparatus for selecting, displaying, managing, tracking and transferring access to content of web pages and other sources
US20050187895A1 (en) 2004-02-23 2005-08-25 Microsoft Corporation Dynamically customizing a user interface for the aggregation of content
US20070157078A1 (en) * 2005-12-30 2007-07-05 Discovery Productions, Inc. Method for combining input data with run-time parameters into xml output using xsl/xslt
US20070256003A1 (en) * 2006-04-24 2007-11-01 Seth Wagoner Platform for the interactive contextual augmentation of the web
US7325196B1 (en) * 2003-06-16 2008-01-29 Microsoft Corporation Method and system for manipulating page control content
CN101115068A (zh) 2007-07-19 2008-01-30 潘晓梅 在客户端调整网页显示内容的方法及系统
US20080120364A1 (en) * 2006-11-20 2008-05-22 Amalavoyal Chari Content insertion in a mesh network
US20080201643A1 (en) * 2007-02-01 2008-08-21 7 Billion People, Inc. System for creating customized web content based on user behavioral portraits
CN101320387A (zh) 2008-07-11 2008-12-10 浙江大学 基于用户关注时间的网页文本与图像排序方法
US20100121694A1 (en) * 2008-09-30 2010-05-13 Yahoo! Inc. System for display advertising optimization with uncertain supply
CN101788991A (zh) 2009-06-23 2010-07-28 北京搜狗科技发展有限公司 一种更新提醒的方法及系统
US20110055683A1 (en) * 2009-09-02 2011-03-03 Facebook Inc. Page caching for rendering dynamic web pages
US20120036264A1 (en) * 2010-08-03 2012-02-09 Changhao Jiang Efficient Storage and Retrieval of Resources for Rendering Structured Documents
US20120089456A1 (en) * 2010-10-06 2012-04-12 Yahoo! Inc. System for search bid term selection
US20120174236A1 (en) * 2010-12-30 2012-07-05 Ensighten, Llc Online Privacy Management
US20120191541A1 (en) * 2011-01-24 2012-07-26 Yahoo! Inc. Inventory allocation for advertising with changeable supply landscape
CN102662672A (zh) 2012-04-05 2012-09-12 广州市动景计算机科技有限公司 对网页进行换肤处理的方法和装置以及移动终端
US20120272136A1 (en) * 2009-11-26 2012-10-25 Rakuten, Inc. Server apparatus, terminal apparatus, method for inserting information into web page, information insertion program, and recording medium with program recorded therein
US8356277B1 (en) * 2008-04-04 2013-01-15 Adobe Systems Incorporated System and method for freezing operation of dynamic code of a run-time web page
US20130104021A1 (en) * 2011-10-19 2013-04-25 Oracle International Corporation Adaptive navigation functionality in a web-based data-entry grid
US20130151943A1 (en) * 2011-12-12 2013-06-13 Wei Zhu Display Dialogs
US20130212465A1 (en) * 2012-02-09 2013-08-15 Alexander Kovatch Postponed rendering of select web page elements
US8751925B1 (en) * 2010-04-05 2014-06-10 Facebook, Inc. Phased generation and delivery of structured documents
CN104063415A (zh) 2014-02-27 2014-09-24 优视科技有限公司 显示网页自定义内容的方法及系统
US20140298159A1 (en) * 2013-03-26 2014-10-02 Samsung Electronics Co., Ltd. Method for controlling dynamically changing contents of web page and electronic device thereof
US20150088968A1 (en) * 2013-09-20 2015-03-26 Yottaa Inc. Systems and methods for managing loading priority or sequencing of fragmants of a web object
US9189207B2 (en) * 2014-03-11 2015-11-17 Telefonaktiebolaget L M Ericsson (Publ) Methods and systems for dynamic runtime generation of customized applications
US9317622B1 (en) * 2010-08-17 2016-04-19 Amazon Technologies, Inc. Methods and systems for fragmenting and recombining content structured language data content to reduce latency of processing and rendering operations
US9451006B1 (en) * 2013-12-12 2016-09-20 Intuit Inc. Methods, systems, and articles of manufacture for configuration-based client-side resource resolution framework for customizable user experience
US9912767B1 (en) * 2013-12-30 2018-03-06 Sharethrough Inc. Third-party cross-site data sharing

Patent Citations (37)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030182453A1 (en) * 2002-02-28 2003-09-25 International Business Machines Corporation Computer, server and method for translation of documents
US7325196B1 (en) * 2003-06-16 2008-01-29 Microsoft Corporation Method and system for manipulating page control content
US20050131992A1 (en) * 2003-12-11 2005-06-16 Eric Goldstein System, method and apparatus for selecting, displaying, managing, tracking and transferring access to content of web pages and other sources
US20050187895A1 (en) 2004-02-23 2005-08-25 Microsoft Corporation Dynamically customizing a user interface for the aggregation of content
US20070157078A1 (en) * 2005-12-30 2007-07-05 Discovery Productions, Inc. Method for combining input data with run-time parameters into xml output using xsl/xslt
US20070256003A1 (en) * 2006-04-24 2007-11-01 Seth Wagoner Platform for the interactive contextual augmentation of the web
US20080120364A1 (en) * 2006-11-20 2008-05-22 Amalavoyal Chari Content insertion in a mesh network
US20080201643A1 (en) * 2007-02-01 2008-08-21 7 Billion People, Inc. System for creating customized web content based on user behavioral portraits
US8682741B2 (en) * 2007-02-01 2014-03-25 7 Billion People, Inc. Use of behavioral portraits in web site analysis
US8666835B2 (en) * 2007-02-01 2014-03-04 7 Billion People, Inc. System for creating customized web content based on user behavioral portraits
CN101115068A (zh) 2007-07-19 2008-01-30 潘晓梅 在客户端调整网页显示内容的方法及系统
US8356277B1 (en) * 2008-04-04 2013-01-15 Adobe Systems Incorporated System and method for freezing operation of dynamic code of a run-time web page
CN101320387A (zh) 2008-07-11 2008-12-10 浙江大学 基于用户关注时间的网页文本与图像排序方法
US20100121694A1 (en) * 2008-09-30 2010-05-13 Yahoo! Inc. System for display advertising optimization with uncertain supply
CN101788991A (zh) 2009-06-23 2010-07-28 北京搜狗科技发展有限公司 一种更新提醒的方法及系统
US20110055683A1 (en) * 2009-09-02 2011-03-03 Facebook Inc. Page caching for rendering dynamic web pages
US20120272136A1 (en) * 2009-11-26 2012-10-25 Rakuten, Inc. Server apparatus, terminal apparatus, method for inserting information into web page, information insertion program, and recording medium with program recorded therein
US8751925B1 (en) * 2010-04-05 2014-06-10 Facebook, Inc. Phased generation and delivery of structured documents
US20140304590A1 (en) * 2010-04-05 2014-10-09 Facebook, Inc. Phased Generation and Delivery of Structured Documents
US20120036264A1 (en) * 2010-08-03 2012-02-09 Changhao Jiang Efficient Storage and Retrieval of Resources for Rendering Structured Documents
US9317622B1 (en) * 2010-08-17 2016-04-19 Amazon Technologies, Inc. Methods and systems for fragmenting and recombining content structured language data content to reduce latency of processing and rendering operations
US20120089456A1 (en) * 2010-10-06 2012-04-12 Yahoo! Inc. System for search bid term selection
US20120174236A1 (en) * 2010-12-30 2012-07-05 Ensighten, Llc Online Privacy Management
US20120191541A1 (en) * 2011-01-24 2012-07-26 Yahoo! Inc. Inventory allocation for advertising with changeable supply landscape
US20130104021A1 (en) * 2011-10-19 2013-04-25 Oracle International Corporation Adaptive navigation functionality in a web-based data-entry grid
US20140344674A1 (en) * 2011-12-12 2014-11-20 Facebook, Inc. Display Dialogs
US20130151943A1 (en) * 2011-12-12 2013-06-13 Wei Zhu Display Dialogs
US20130212465A1 (en) * 2012-02-09 2013-08-15 Alexander Kovatch Postponed rendering of select web page elements
CN102662672A (zh) 2012-04-05 2012-09-12 广州市动景计算机科技有限公司 对网页进行换肤处理的方法和装置以及移动终端
US20140298159A1 (en) * 2013-03-26 2014-10-02 Samsung Electronics Co., Ltd. Method for controlling dynamically changing contents of web page and electronic device thereof
US20150088968A1 (en) * 2013-09-20 2015-03-26 Yottaa Inc. Systems and methods for managing loading priority or sequencing of fragmants of a web object
US9282145B2 (en) * 2013-09-20 2016-03-08 Yottaa Inc. Systems and methods for managing loading priority or sequencing of fragments of a web object
US9451006B1 (en) * 2013-12-12 2016-09-20 Intuit Inc. Methods, systems, and articles of manufacture for configuration-based client-side resource resolution framework for customizable user experience
US9912767B1 (en) * 2013-12-30 2018-03-06 Sharethrough Inc. Third-party cross-site data sharing
US10284666B1 (en) * 2013-12-30 2019-05-07 Sharethrough Inc. Third-party cross-site data sharing
CN104063415A (zh) 2014-02-27 2014-09-24 优视科技有限公司 显示网页自定义内容的方法及系统
US9189207B2 (en) * 2014-03-11 2015-11-17 Telefonaktiebolaget L M Ericsson (Publ) Methods and systems for dynamic runtime generation of customized applications

Non-Patent Citations (6)

* Cited by examiner, † Cited by third party
Title
First Examination Report dated Feb. 3, 2020, issued in related Indian Patent Application No. 201647029577 (6 pages).
First Notice issued by China State Intellectual Property Office, dated Dec. 30, 2016 for Chinese Patent Application No. 201410069433.2 with search report.
International Preliminary Report on Patentability for Application No. PCT/CN2014/087761, dated Aug. 30, 2016, 13 pages.
International Search Report and Written Opinion for Application No. PCT/CN2014/087761, dated Dec. 30, 2014, 10 pages.
International Search Report for Application No. PCT/CN2014/087761, dated Dec. 30, 2014.
Second Office Action dated Sep. 27, 2017, issued in related Chinese Application No. 201410069433.2, with English machine translation (7 pages).

Also Published As

Publication number Publication date
CN104063415B (zh) 2018-07-10
WO2015127782A1 (zh) 2015-09-03
CN104063415A (zh) 2014-09-24
US20160364496A1 (en) 2016-12-15

Similar Documents

Publication Publication Date Title
US10776564B2 (en) Method and system for displaying webpage self-defined content
WO2017036309A1 (zh) 页面渲染方法、装置及设备
US9448776B1 (en) Method and apparatus for converting a website into a native mobile application
EP2909998B1 (en) Webpages with onboard hardware functions
US20160232252A1 (en) Method for loading webpage, device and browser thereof
US9727354B2 (en) System and methods for loading an application and its modules in a client device
US9275018B2 (en) Techniques for analyzing web pages to determine font subsets
US10353721B2 (en) Systems and methods for guided live help
WO2017113963A1 (zh) 一种静态化页面的处理方法及装置
US20120110480A1 (en) Method and apparatus for rendering a web page
US20170228263A1 (en) Hybrid application system to utilize native device features of a mobile device
WO2016177341A1 (zh) 接口调用方法、装置及终端
US9781262B2 (en) Methods and apparatus for voice-enabling a web application
US20220030052A1 (en) Cross-platform Module for Loading Across a Plurality of Device Types
EP2981907A2 (en) Creating page snapshots
US20140040746A1 (en) Methods and apparatus for voiced-enabling a web application
US11262883B2 (en) Associating browser with application
US9294538B1 (en) Dynamic content injection
US10855796B2 (en) Data storage method and device
US20160004676A1 (en) Displaying web pages
CN113536174A (zh) 一种界面加载方法、装置及设备
US20170161181A1 (en) Testing support system, and testing support method
CN110365776B (zh) 图片批量下载方法、装置、电子设备及存储介质
US20150261880A1 (en) Techniques for translating user interfaces of web-based applications
US8402367B1 (en) Smart reload pages

Legal Events

Date Code Title Description
AS Assignment

Owner name: UC MOBILE CO., LTD., CHINA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:LI, XIAOMING;REEL/FRAME:039543/0398

Effective date: 20160822

STPP Information on status: patent application and granting procedure in general

Free format text: FINAL REJECTION MAILED

STPP Information on status: patent application and granting procedure in general

Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION

STPP Information on status: patent application and granting procedure in general

Free format text: NON FINAL ACTION MAILED

STPP Information on status: patent application and granting procedure in general

Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER

STPP Information on status: patent application and granting procedure in general

Free format text: FINAL REJECTION MAILED

STPP Information on status: patent application and granting procedure in general

Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION

STPP Information on status: patent application and granting procedure in general

Free format text: NOTICE OF ALLOWANCE MAILED -- APPLICATION RECEIVED IN OFFICE OF PUBLICATIONS

AS Assignment

Owner name: ALIBABA GROUP HOLDING LIMITED, CAYMAN ISLANDS

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:UC MOBILE CO., LTD.;REEL/FRAME:053066/0931

Effective date: 20200428

STPP Information on status: patent application and granting procedure in general

Free format text: PUBLICATIONS -- ISSUE FEE PAYMENT VERIFIED

STCF Information on status: patent grant

Free format text: PATENTED CASE

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 4TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1551); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Year of fee payment: 4