[00:06:34.535] SyntaxError: Using //@ to indicate source map URL pragmas is deprecated. Use //# instead @ http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js:1
[00:06:35.468] Use of Mutation Events is deprecated. Use MutationObserver instead. @ chrome://divxhtml5/content/script.js:109
I'd love to add additional support for Firefox. But unfortunately, Firebug doesn't support the full set of CSS properties in the console that are needed to pull off this effect.
That being said, we're open to PRs if you have a solution for FF!
It provides a way for developers to communicate with each other in a developer channel.
Wouldn't it be both exciting and useful to be able to open the console of nearly any site and immediately get a link to the code or author on GitHub? Sometimes these sorts of links aren't appropriate on the site itself, especially in the case of contract/client work.
Sorry, but this is IMHO useless. It doesn't work in all browsers (and causes errors/warnings in those unsopported), requires extra javascript and adds no real value. It just crams console with irrelevant data. There are better ways for this - humans.txt or html meta tags.
Can someone explain what the technical important point is? It looks to me that console.log is capable of logging not just plain text, but even images (they inlude data-urls for a github icon). Is it complicated to do this?
[+] [-] peter-fogg|12 years ago|reply
[+] [-] afschwartz|12 years ago|reply
I'd love to add additional support for Firefox. But unfortunately, Firebug doesn't support the full set of CSS properties in the console that are needed to pull off this effect.
That being said, we're open to PRs if you have a solution for FF!
Edit: We're working on the SyntaxError and MutationEvent warnings you mentioned. Follow here: https://github.com/HubSpot/signet/issues/3
[+] [-] graue|12 years ago|reply
(Apparently they modified it to degrade to that after you posted.)
[+] [-] mh-|12 years ago|reply
[+] [-] zackbloom|12 years ago|reply
[+] [-] twodayslate|12 years ago|reply
[+] [-] morgante|12 years ago|reply
[+] [-] afschwartz|12 years ago|reply
Wouldn't it be both exciting and useful to be able to open the console of nearly any site and immediately get a link to the code or author on GitHub? Sometimes these sorts of links aren't appropriate on the site itself, especially in the case of contract/client work.
That being said, performance is very important. Which is why we kept Signet small. signet.min.js (https://github.com/HubSpot/signet/blob/master/signet.min.js) is 5kb (smaller if gz) and has no dependencies.
As one anecdotal data point: I recently added Signet to my personal site and it had no impact on page load time.
[+] [-] secoif|12 years ago|reply
[+] [-] koudi|12 years ago|reply
[+] [-] Techasura|12 years ago|reply
[+] [-] atesti|12 years ago|reply
Edit: I'll answer my own question: https://developers.google.com/chrome-developer-tools/docs/co...
They use the %c control character in the log message to emit css, including embedded icons
[+] [-] splatzone|12 years ago|reply
[+] [-] unknown|12 years ago|reply
[deleted]