Blog - //.nkotov
  • 🏠
  • #️⃣
  • 🗒
  • #>_

Web

A collection of 2 posts
Check website for viruses with Ai-Bolit
Web

Check website for viruses with Ai-Bolit

To check the site for viruses, there is a console utility AI-Bolit. To check, we must go to the console and download the utility from the repository. Since the company that developed the utility has already closed, I had to save the source for myself, so we execute the following
27 Dec 2023 2 min read
Adding Noise to Elements
CSS

Adding Noise to Elements

To add noise to a page or elements, use the following javascript code: const noise = () => { let canvas, ctx; let wWidth, wHeight; let noiseData = []; let frame = 0; let loopTimeout; // Create Noise const createNoise = () => { const idata = ctx.createImageData(wWidth, wHeight); const buffer32 = new Uint32Array(idata.data.buffer); const len = buffer32.
27 Dec 2023 1 min read
Page 1 of 1
Blog - //.nkotov © 2025
  • Donates
Powered by Ghost