Skip to content
View trollize's full-sized avatar

Block or report trollize

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. hunyuan-text2video-comfyui-workflows hunyuan-text2video-comfyui-workflows Public

    Workflows to make videos with tencent's hunyuan video model...

    1

  2. Like rot13, but 96 characters get sw... Like rot13, but 96 characters get swapped instead of just 13
    1
    function rot96(n){for(var t,i,o="\n\t",r=30;r<128;r++)o+=String.fromCodePoint(r);i=o.length;return n.split("").map(n=>(t=o.indexOf(n),o[(t+i/2)%i])).join("")}
  3. Self Extracting HTML JavaScript GZIP... Self Extracting HTML JavaScript GZIP/ZLIB Compression Deflate Packer
    1
    <h1>Self Extracting Web Compression</h1><textarea rows=10 cols=100 id=input ondrop="up();return!1" placeholder=Drop></textarea><br>Compress: <input type=button value=GZIP onclick=compress('gzip')> <input type=button value=ZLIB onclick=compress('deflate')> <input type=button value=RAW onclick=compress('deflate-raw')> HTML <input type=checkbox id=htm checked onclick=if(this.checked)js.checked=0> JavaScript <input type=checkbox id=js onclick=if(this.checked)htm.checked=0><br><textarea id=output rows=10 cols=100 ondrop="up();return!1" onmouseover=this.select()></textarea><h1 id=siz></h1><script>async function compress(e,t,n,a){if(js.checked)t="eval",n="",a=";";if(htm.checked)t="document.write",n="<script>",a="<\/script>";for(var o=(new TextEncoder).encode(input.value),i=new CompressionStream(e),o=new Blob([o]).stream().pipeThrough(i),i=await(await new Response(o).blob()).arrayBuffer(),r=new Uint8Array(i),u="",s=0;s<r.byteLength;s++)u+=String.fromCharCode(r[s]);setTimeout(sz,420),output.value=n+'!async function(e,A=new DecompressionStream("'+e+'")){e=(await(await fetch("data:WHAK;base64,'+btoa(u)+'")).blob()).stream().pipeThrough(A);return(await new Response(e).blob()).text()}().then(e=>{'+t+"(e)})"+a}function sz(){var e=input.value,t=output.value,n=e.length-t.length,n=e.length?(100*n/e.length).toFixed(2):0;siz.innerHTML=e.length+" versus "+t.length+". You saved "+n+"%"}function up(){with(new FileReader)readAsDataURL(event.dataTransfer.files[0]),onload=e=>{e=result,output.value=e,input.value=atob(e.split(",")[1])}}</script>
  4. video-frame-extractor.html video-frame-extractor.html Public

    Locally Extract Video Frames As PNG Images. I show the prompt I use on Claude.AI to show how I made it...

    HTML