Note: In Chrome Console, instead of document.querySelector, you can use $0 - $4 to access the last 5 DOM elements selected in the inspector window.
var fooCtrl = angular.element(document.querySelector('[ng-controller*="fooCtrl"]')).scope();| var colors = { | |
| ALICEBLUE: '#F0F8FF', | |
| ANTIQUEWHITE: '#FAEBD7', | |
| AQUA: '#00FFFF', | |
| AQUAMARINE: '#7FFFD4', | |
| AZURE: '#F0FFFF', | |
| BEIGE: '#F5F5DC', | |
| BISQUE: '#FFE4C4', | |
| BLACK: '#000000', | |
| BLANCHEDALMOND: '#FFEBCD', |
| // version 4-2017.18 | |
| (function dbprune() { | |
| // restore page scrolling | |
| var body = document.body; | |
| var html = body.parentElement; | |
| body.style['overflow'] = body.style['overflow-y'] = 'auto'; | |
| html.style['overflow'] = html.style['overflow-y'] = 'auto'; | |
| // check if this is a mobile display | |
| var mHeight = 680; |
If you forgot about any of these terms, go to the Advanced Search page and be happy.
Either/or -- search for pages containing any of phrases
To check out and include:
A list of elements that needs to be defined for the website to be ready for big action.