L3-37 is a mini web browser that superimposes a view of the strucuture 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
npm run electron-dev
const electron = window.require('electron');
const fs = electron.remote.require('fs');
const ipcRenderer = electron.ipcRenderer;