L3-37 is a mini web browser that superimposes a view of the structure of the web page on top of the actual page. Our goal is to reveal and embody the organization and dynamics of software that runs the world wide web. Citizens interact with browsers worldwide, every day and we which to offer a looking through the glass of web content.
This browser is developed as a tribute to the Web stalker,
Input the url and press enter
npm run start
# if MacOS or linux
npm run electron-dev
# else
npm run electron-win
const electron = window.require('electron');
const fs = electron.remote.require('fs');
const ipcRenderer = electron.ipcRenderer;