<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <icon>http://ln.ht/_/images/favicon-4c526c32c48400028d7739cac47cd2a3.svg?vsn=d</icon>
  <link type="text/html" rel="alternate" href="http://ln.ht/JavaScript/javascript/web-development"/>
  <link type="application/atom+xml" rel="self" href="http://ln.ht/_/feed/JavaScript/javascript/web-development"/>
  <id>http://ln.ht/_/feed/JavaScript/javascript/web-development</id>
  <title>Bookmarks tagged with: JavaScript,javascript,web-development</title>
  <updated>2026-09-17T18:16:33.311965Z</updated>
  <entry>
    <category label="3d" term="3d"/>
    <category label="javascript" term="javascript"/>
    <category label="doom" term="doom"/>
    <category label="doom-ports" term="doom-ports"/>
    <category label="css" term="css"/>
    <category label="web-development" term="web-development"/>
    <author>
      <name>mlb</name>
      <uri>https://ln.ht/~mlb</uri>
    </author>
    <content type="html">&lt;p&gt;
On how to build a port of DOOM doing al the rendering through CSS.&lt;/p&gt;
</content>
    <link rel="alternate" href="https://nielsleenheer.com/articles/2026/css-is-doomed-rendering-doom-in-3d-with-css/"/>
    <id>https://nielsleenheer.com/articles/2026/css-is-doomed-rendering-doom-in-3d-with-css/</id>
    <title>CSS is DOOMed!</title>
    <updated>2026-03-29T10:35:57Z</updated>
  </entry>
  <entry>
    <category label="frontend" term="frontend"/>
    <category label="mdn" term="mdn"/>
    <category label="web-development" term="web-development"/>
    <category label="javascript" term="javascript"/>
    <author>
      <name>dev2611</name>
      <uri>https://ln.ht/~dev2611</uri>
    </author>
    <content type="html"></content>
    <link rel="alternate" href="https://developer.mozilla.org/en-US/docs/Web/JavaScript"/>
    <id>https://developer.mozilla.org/en-US/docs/Web/JavaScript</id>
    <title>MDN JavaScript Reference</title>
    <updated>2026-01-29T21:21:58Z</updated>
  </entry>
  <entry>
    <category label="amazon.com" term="amazon.com"/>
    <category label="browsers" term="browsers"/>
    <category label="out-of-band" term="out-of-band"/>
    <category label="vulnerability" term="vulnerability"/>
    <category label="web-development" term="web-development"/>
    <category label="javascript" term="javascript"/>
    <category label="XSS" term="XSS"/>
    <author>
      <name>mlb</name>
      <uri>https://ln.ht/~mlb</uri>
    </author>
    <content type="html">&lt;p&gt;
Details of an XSS vulnerability on Amazon.com where snippets of JS inside a book would get executed by the browser when using the “Look Inside the Book” feature.&lt;/p&gt;
</content>
    <link rel="alternate" href="https://drwetter.eu/amazon/storedXSS-vuln.at.amazon.html"/>
    <id>https://drwetter.eu/amazon/storedXSS-vuln.at.amazon.html</id>
    <title>Remarkable 2nd order XSS @ Amazon or How to hack Amazon with a book</title>
    <updated>2022-11-23T18:24:08Z</updated>
  </entry>
  <entry>
    <category label="console" term="console"/>
    <category label="web-development" term="web-development"/>
    <category label="javascript" term="javascript"/>
    <author>
      <name>mlb</name>
      <uri>https://ln.ht/~mlb</uri>
    </author>
    <content type="html">&lt;p&gt;
Comprehensive overview of some interesting features of the console object.&lt;/p&gt;
</content>
    <link rel="alternate" href="https://medium.com/nmc-techblog/advanced-console-log-tips-tricks-fa3762930bca"/>
    <id>https://medium.com/nmc-techblog/advanced-console-log-tips-tricks-fa3762930bca</id>
    <title>Advanced console.log Tips &amp; Tricks</title>
    <updated>2021-06-17T16:16:20Z</updated>
  </entry>
  <entry>
    <category label="javascript" term="javascript"/>
    <category label="web-development" term="web-development"/>
    <category label="ux" term="ux"/>
    <category label="avatar" term="avatar"/>
    <author>
      <name>mlb</name>
      <uri>https://ln.ht/~mlb</uri>
    </author>
    <content type="html">&lt;p&gt;
Avatar generator coded in vanilla JavaScript. Only a single library (SHA-256) is used, integrated into the script. The initial character designs in SVG are also integrated into the script. So there is a single dependency-free JavaScript file that has everything in it (minified 68 KB).&lt;/p&gt;
</content>
    <link rel="alternate" href="https://multiavatar.com/"/>
    <id>https://multiavatar.com/</id>
    <title>Multiavatar - Avatar Maker, Identicon Generator, Profile Picture Creator</title>
    <updated>2021-01-13T14:29:10Z</updated>
  </entry>
  <entry>
    <category label="html" term="html"/>
    <category label="javascript" term="javascript"/>
    <category label="web-development" term="web-development"/>
    <author>
      <name>mlb</name>
      <uri>https://ln.ht/~mlb</uri>
    </author>
    <content type="html">&lt;p&gt;
Injecting an iframe to any production page gives you full capabilities to automate navigation through it, avoiding for example cross-domain blocking issues. Browser’s developer tool gives you big part of all you need to complete a small crawling and scraping project.&lt;/p&gt;
</content>
    <link rel="alternate" href="http://www.airovic.com/itsjustaniframe.html"/>
    <id>http://www.airovic.com/itsjustaniframe.html</id>
    <title>How to scrape a website by injecting an iframe through dev tools</title>
    <updated>2019-12-27T00:00:00Z</updated>
  </entry>
  <entry>
    <category label="web-development" term="web-development"/>
    <category label="javascript" term="javascript"/>
    <category label="nodeJS" term="nodeJS"/>
    <author>
      <name>mlb</name>
      <uri>https://ln.ht/~mlb</uri>
    </author>
    <content type="html">&lt;p&gt;
With Tonic embed your code is automatically connected to every version of every one of the 300,000 library on npm (just require(“library”) or require(“library@version”), its already pre-installed). Additionally, the code is run in an actual container, so you can use filesystem examples, spin up a web server, whatever you’d like.&lt;/p&gt;
</content>
    <link rel="alternate" href="https://tonicdev.com/docs/embed"/>
    <id>https://tonicdev.com/docs/embed</id>
    <title>Tonic Embed | Embed node.js on any website</title>
    <updated>2016-06-21T00:00:00Z</updated>
  </entry>
</feed>