1+ <!DOCTYPE html>
2+ < html lang ="it " class ="dark ">
3+ < head >
4+ < meta charset ="UTF-8 ">
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6+ < title > CodeCorn Userscripts | Arsenal</ title >
7+ < script src ="https://cdn.tailwindcss.com "> </ script >
8+ < script >
9+ tailwind . config = {
10+ darkMode : 'class' ,
11+ theme : {
12+ extend : {
13+ colors : {
14+ corn : '#ffd700' ,
15+ dark : '#0f172a' ,
16+ darker : '#020617' ,
17+ }
18+ }
19+ }
20+ }
21+ </ script >
22+ < style >
23+ body { background-color : # 020617 ; color : # f8fafc ; font-family : system-ui, -apple-system, sans-serif; }
24+ .card-hover { transition : transform 0.2s ease, box-shadow 0.2s ease; }
25+ .card-hover : hover { transform : translateY (-4px ); box-shadow : 0 10px 40px -10px rgba (255 , 215 , 0 , 0.15 ); }
26+ </ style >
27+ </ head >
28+ < body class ="min-h-screen flex flex-col ">
29+
30+ < header class ="border-b border-slate-800 bg-dark sticky top-0 z-50 ">
31+ < div class ="max-w-5xl mx-auto px-6 py-4 flex justify-between items-center ">
32+ < div class ="flex items-center gap-3 ">
33+ < span class ="text-3xl "> 🌽</ span >
34+ < h1 class ="text-xl font-bold tracking-tight "> CodeCorn < span class ="text-corn "> Userscripts</ span > </ h1 >
35+ </ div >
36+ < a href ="https://github.com/CodeCornTech/codecorn-userscripts " target ="_blank " class ="text-slate-400 hover:text-white transition-colors ">
37+ < svg viewBox ="0 0 24 24 " width ="24 " height ="24 " stroke ="currentColor " stroke-width ="2 " fill ="none " stroke-linecap ="round " stroke-linejoin ="round "> < path d ="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22 "> </ path > </ svg >
38+ </ a >
39+ </ div >
40+ </ header >
41+
42+ < main class ="flex-grow max-w-5xl mx-auto px-6 py-12 w-full ">
43+ < div class ="text-center mb-16 ">
44+ < h2 class ="text-4xl font-extrabold mb-4 "> Potenzia il tuo < span class ="text-transparent bg-clip-text bg-gradient-to-r from-corn to-amber-500 "> Browser</ span > .</ h2 >
45+ < p class ="text-slate-400 text-lg max-w-2xl mx-auto "> Una collezione di Tampermonkey userscripts avanzati per il debugging, l'automazione e la manipolazione della UI. Requisito fondamentale: l'estensione < a href ="https://www.tampermonkey.net/ " target ="_blank " class ="text-corn hover:underline "> Tampermonkey</ a > attiva.</ p >
46+ </ div >
47+
48+ < div class ="grid grid-cols-1 md:grid-cols-2 gap-6 ">
49+
50+ < div class ="bg-dark border border-slate-800 rounded-xl p-6 flex flex-col card-hover ">
51+ < div class ="flex justify-between items-start mb-4 ">
52+ < h3 class ="text-xl font-bold text-white flex items-center gap-2 "> 🕹️ God Mode Console</ h3 >
53+ < span class ="bg-emerald-500/10 text-emerald-400 text-xs px-2 py-1 rounded font-mono border border-emerald-500/20 "> v4.13.3</ span >
54+ </ div >
55+ < p class ="text-slate-400 text-sm mb-6 flex-grow "> Il coltellino svizzero per il web debugging. Include cattura log, network spy, Live Injector JS/CSS, Nuke Session, HUD Performance, e un Inspector Area avanzato con multi-selezione.</ p >
56+ < div class ="flex items-center justify-between mt-auto ">
57+ < div class ="flex gap-2 ">
58+ < span class ="bg-slate-800 text-slate-300 text-xs px-2 py-1 rounded "> DevTools</ span >
59+ < span class ="bg-slate-800 text-slate-300 text-xs px-2 py-1 rounded "> DOM</ span >
60+ </ div >
61+ < a href ="https://raw.githubusercontent.com/CodeCornTech/codecorn-userscripts/main/god-mode-console/CodeCorn_GodMode.user.js " class ="bg-corn text-darker font-bold py-2 px-4 rounded-lg hover:bg-yellow-400 transition-colors text-sm ">
62+ ⚡ Installa
63+ </ a >
64+ </ div >
65+ </ div >
66+
67+ < div class ="bg-dark border border-slate-800 rounded-xl p-6 flex flex-col card-hover ">
68+ < div class ="flex justify-between items-start mb-4 ">
69+ < h3 class ="text-xl font-bold text-white flex items-center gap-2 "> ▶️ YouTube Bypass</ h3 >
70+ < span class ="bg-blue-500/10 text-blue-400 text-xs px-2 py-1 rounded font-mono border border-blue-500/20 "> Utility</ span >
71+ </ div >
72+ < p class ="text-slate-400 text-sm mb-6 flex-grow "> Migliora l'esperienza di riproduzione manipolando i blocchi nativi della piattaforma e le restrizioni di riproduzione automatica.</ p >
73+ < div class ="flex items-center justify-between mt-auto ">
74+ < div class ="flex gap-2 ">
75+ < span class ="bg-slate-800 text-slate-300 text-xs px-2 py-1 rounded "> Media</ span >
76+ </ div >
77+ < a href ="https://raw.githubusercontent.com/CodeCornTech/codecorn-userscripts/main/youtube-byp/ytbyp.js " class ="bg-corn text-darker font-bold py-2 px-4 rounded-lg hover:bg-yellow-400 transition-colors text-sm ">
78+ ⚡ Installa
79+ </ a >
80+ </ div >
81+ </ div >
82+
83+ </ div >
84+ </ main >
85+
86+ < footer class ="border-t border-slate-800 py-8 text-center text-slate-500 text-sm mt-auto ">
87+ < p > © 2026 CodeCorn Technology. All rights reserved.</ p >
88+ </ footer >
89+
90+ </ body >
91+ </ html >
0 commit comments