Skip to content

Bookmarklet which hides half of your page elements -- balanced as all things should me

Notifications You must be signed in to change notification settings

freeCodeCamp-Montreal/thanos-bookmarklet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Perfectly balanced, as all things should be

This bookmarklet is an attempt at making something useful with a very basic knowledge of javascript and supporting technologies.

We'll start easy, from basic functionality on the browser to eventually manipulating and finally making the page perfectly balanced. What is that you want to make perfectly balanced is up to you.

1) Having a working bookmarklet

  1. Create a new bookmarklet
  2. Give it a name, it doesn't matter what
  3. In the Location (firefox) or ULR (Chrome), type the following:
    javascript:(function(){
    
        alert('hello world');
    })();
  4. If all went right, once you click on your newly create bookmark you should see something like this: hello world alert

This might be restricted by your browser. Make sure to enable.


by Carlos Giraldo Expedia

About

Bookmarklet which hides half of your page elements -- balanced as all things should me

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published