I unfortunately recommended a Firefox addon somewhere. Maybe it
(Disable JavaScript)
or some versions of it got hacked/backdoored because
the repository just up and
poofed
itself. Luckily, Firefox isn’t that popular.
Addon files are usually zips and
CRX Viewer
is good for corner peeking. I look around corners thrice,
occasionally, sometimes, maybe?
I’ve just learned something the hard way. There’s stuff out there that spins
console.clear()
and debugger
in infinite loops. I don’t know why that’s a thing but I like to call it: clear
console log debugger abuse.
It’s amazing how trends in modern mainstream web development have seemingly
inverted. One such example (an old bookmark) while following tech more closely
in school;
Therefore by purposefully giving the user a blank page, we are giving him
information that the app is still loading. The user knows that the app will be
functional when he sees boxes and buttons.
The truth was it didn’t matter, at least, not so much as “position independent
code”, kind of. Tech appears to do a ten year amnesiac/discovery routine.
Web components
arrived around that time too.
The best
CSS Framework? I
don’t know. Complexity moves in mysterious ways. The many interpretations
model must be satisfied.
in CSS (canonical)
CSS in (write once and time driven)
CSS in JavaScript (framework driven)
CSS in Shadow (company/department driven)
CSS in Scoped Formats ( driven)
CSS in Preprocessors (design system driven)
I’d say, choices reflect environmental factors (social or otherwise) at play. If
you’re lucky enough to choose, then suitability favors what draws the finish
line closer?
I’ve no advice since I’d rarely have the time/luxury to choose anyway. I’m
usually thinking about the possibility of more types, sub–types
( in #1: ,
classless, etc), and the transposition
strategy and speed between each class/type.
Text fragments
are a Chromium feature from a couple years ago. They (#:~:text=) emulate
CTRL + F or
window.find()
from a . I experimented in times past
with a snippet–like approach using
<mark> with
URL encoded terms on
id +
:target logic, such that
clicking this link
highlights the paragraph below.
The article says ‘boldly link’, but personally fragments (any) work best on
infrequently changing content. Long URLs do text fragments make. Annoying? Who
knows/cares? They are not
everywhere yet (Firefox). On
another tangent; I discovered that
hugo did have the urlquery function
available (that nice blog saved me code surfing).#gists#webdev
So as you may know we have, knowledge.. or in the old black books of web
witchcraft; the checkbox hack. I
wonder though; did anyone ever go the final mile and create a kinda generalized
“progressive
polyfill” to fix
the semantics of this so called hack?