Giter Site home page Giter Site logo

emmanuelroecker / gl-browser Goto Github PK

View Code? Open in Web Editor NEW
25.0 25.0 6.0 2.77 MB

A custom browser built on Electron

Home Page: http://projects.glicer.com/browser

License: GNU General Public License v2.0

HTML 2.57% JavaScript 96.96% CSS 0.47%
browser electron nodejs

gl-browser's People

Contributors

emmanuelroecker avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

gl-browser's Issues

add favorite button

add tag in page.riot.tag to add current url in favorites database
get title, description, and url
push elements in database with index.ts component

Autologin editor

Create or use autologin editor
set/change masterpassword
add/remove password

autologin - too many listener

test if a listener already exist or remove all before add
example : github\autologin.js -> ipcRenderer.on('login', ....

update URL in adress bar

Hi,

I'm using your browser and I followed your tutorial, I have a question about this article: http://dev.glicer.com/section/probleme-solution/creer-navigateur-personnalise-5.html

I want just to display the current URL in the adress bar. How can i change your code to update the url in the adress bar, according to my navigation.

PS: I want to do this on article5.

I have used

git clone https://github.com/emmanuelroecker/GL-Browser
git checkout article5

I tried this :

	webview.on('did-navigate', (event, url) => {
		$('.tab-pane.active .gl-urltext').value = url;
	});

But this not works !

Thank you

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.