TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Deep Thought Tabs for Firefox

1 pointsby cvs268over 7 years ago

1 comment

cvs268over 7 years ago
Deep Thought Tabs for Firefox adds funny, profound observations in newly opened empty tabs, with fresh images each time.<p>* Few interesting bits of code:<p><pre><code> - Fisher-Yates shuffle algorithm. - Ken-Burns effect. - Visual (image-preview) tooltips in CSS+JS. - Asynchronous XMLHttpRequest. </code></pre> * Checkout the source at <a href="https:&#x2F;&#x2F;github.com&#x2F;TheCodeArtist&#x2F;deep-thought-tabs&#x2F;tree&#x2F;master&#x2F;addon-src" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;TheCodeArtist&#x2F;deep-thought-tabs&#x2F;tree&#x2F;mast...</a> to learn creating webextension addons for Firefox in pure JavaScript (no external libs).