There is a task.

Open the page layout or just the site. Select visually some kind of DOM block of the model. And then in any possible way we send a selected piece of HTML code, for example, via XML-RPC or some other method to a specific server.

For example, this can be done in FrontPage 2000-2003 using VBA. In it, you can visually select the necessary block of code on the page and do something with it programmatically. Go through it, parse, etc. But the problem is that FrontPage 2003 will not be able to display the block layout, but will display a mess of blocks.

The ideal option is to add a chrome add-on and visually pull blocks, but unfortunately I didn’t find how to add a menu for DevTools.

Can anyone advise the editor exactly the visual, so that blocks are highlighted in it when you hover with the mouse, with the ability to add a context menu and then post the data where necessary, in some programming language (probably except C ++, and something like C #, VB.NET, Java ). This is implemented in Datacol7, where when designing a parser project, you can visually block an arbitrary site to ask where they will parse and how.

    0