I hereby claim:
- I am hello-consumer on github.
 - I am hello_consumer (https://keybase.io/hello_consumer) on keybase.
 - I have a public key whose fingerprint is 4F94 6935 F287 2DA3 D750 81ED 3F70 BDCC AD8E 05E7
 
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| { | |
| "AL": "Alabama", | |
| "AK": "Alaska", | |
| "AS": "American Samoa", | |
| "AZ": "Arizona", | |
| "AR": "Arkansas", | |
| "CA": "California", | |
| "CO": "Colorado", | |
| "CT": "Connecticut", | |
| "DE": "Delaware", | 
| // create web audio api context | |
| var audioCtx = new (window.AudioContext || window.webkitAudioContext)(); | |
| var startingFrequency = 261 + (2/3); //middle c | |
| var semitones = 12; | |
| // create Oscillator nodes | |
| var oscillatorBank = []; | |
| var convolver = audioCtx.createConvolver(); | 
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Periodic Table</title> | |
| <link rel="stylesheet" href="style.css"> | |
| </head> | |
| <body> | |
| <table> | |
| <tbody> | 
| function Node(id, cost) | |
| { | |
| this.id = id; | |
| this.cost = cost; | |
| this.children = []; | |
| } | |
| var rootNode = new Node(0, 0); | |
| var depth = 2; | |
| childCount= 2; | 
| {"symbol":"AAPL","companyName":"Apple Inc.","exchange":"Nasdaq Global Select","industry":"Computer Hardware","website":"http://www.apple.com","description":"Apple Inc is designs, manufactures and markets mobile communication and media devices and personal computers, and sells a variety of related software, services, accessories, networking solutions and third-party digital content and applications.","CEO":"Timothy D. Cook","issueType":"cs","sector":"Technology","tags":["Technology","Consumer Electronics","Computer Hardware"]} | 
| document.querySelectorAll(".scaffold-finite-scroll__content > div").forEach(element => { | |
| if(element.querySelector('div.update-components-header__text-wrapper')){ | |
| element.style.display = 'none' | |
| } | |
| element.querySelectorAll("span.update-components-actor__sub-description").forEach(element2 => { | |
| if(element2.textContent.includes("Promoted"){ | |
| element.style.display = 'none' | |
| } | |
| } | |
| }); |