NoScript has separate checkboxes for blocking "scripts" and "objects". I assumed that unchecking "scripts" would only block <script> tags on a page; and that leaving "object" checked would allow all <object> tags to work as normal. When I was adjusting the CSS of my Vib-Ribbon post, I noticed the animated background, which is an @keyframes-animated-SVG embedded via an <object> tag, had disappeared. It would seem that blocking JavaScript using NoScript also blocks <object> tags, even if the data of the <object> tag does not contain any JavaScript. This is not the case with other methods of blocking JavaScript, such as using uBlock Origin or setting permissions in Chromium.
An SVG animated with CSS @keyframes defined in the SVG itself (not the page's CSS) will use high CPU on Firefox if the SVG is linked to in the src attribute of an <img> tag, or linked to in a background-image CSS property on the page. In addition, an animated SVG in a background-image may freeze on chromium.
I tested different ways of putting an animated SVG on a page; the option that performed best was the <object> tag, inline svg was a close second.
Hello! Recently, I discovered a very cool web port of Taiko no Tatsujin called "Taiko Web". You can play both official charts and custom charts on it! It inspired me to make my own custom chart of "... Vista". I don't have much experience with making charts, so it's probably rough, but I enjoyed making it and I wanted to share it. Currently, there is an Oni difficulty and a Hard difficulty. I may tweak the chart at a later date to improve it, such as by making the Hard difficulty easier or adding a normal difficulty.
Watch out for this SplatHex bug! Even though octoglasses' main ability is last-ditch effort, SplatHex shows damage up as the main ability! This is purely a display bug, and all gears' main ability will always be correct in-game.