The console hallucinates links, and makes things clickable. This should probably be reported to the console repos. To repro, run this in the console: ``` let google = {com:0}; google.com ``` Output: <img width="182" alt="screen shot 2018-09-05 at 9 17 43 pm" src="https://user-images.githubusercontent.com/3406269/45153313-80968800-b1a1-11e8-9737-8ce95088dc7d.png"> Suggested solutions: 1. If there is a setting, turn off the stupid "make hallucinated links clickable" setting for the console. 2. Workaround: style the links via CSS to make them appear as not links.
The console hallucinates links, and makes things clickable. This should probably be reported to the console repos.
To repro, run this in the console:
Output:

Suggested solutions: