B
B
Burgul2014-11-29 08:55:47
JavaScript
Burgul, 2014-11-29 08:55:47

How to write a plugin or extension for a browser to search for a phone on a page?

Task: search on the page for all phone numbers and check these numbers in the MySQL database on the server. That is, all the numbers that are on the page must be painted in certain colors, depending on certain conditions.
Tell me, are there any ready-made solutions for this task or with what tools can I solve it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ivan, 2014-11-29
@LiguidCool

I don't know about SQL, but coloring is not a problem. Look for tutorials on writing plugins for Chrome, I came across something similar. In fact, you need to insert your js + css into the page.
The numbers themselves can be requested via AJAX from the web server.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question