classicvalues / thanos-bookmarklet

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 100.0%