beatleboy501 / fetch-source

Simple web application that does the following: Allow the user to enter the URL of a public webpage. From the browser, fetch the page and display the raw (not rendered) source to the user. When the user clicks on the name of an HTML element in the displayed source, highlight every element in the displayed source with that name (e.g. clicking on an a tag causes that and all other a tags to be highlighted).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

Simple web application that does the following: Allow the user to enter the URL of a public webpage. From the browser, fetch the page and display the raw (not rendered) source to the user. When the user clicks on the name of an HTML element in the displayed source, highlight every element in the displayed source with that name (e.g. clicking on an a tag causes that and all other a tags to be highlighted).


Languages

Language:JavaScript 94.4%Language:HTML 5.6%