Help
RSS
API
Feed
Maltego
Contact
Domain > brainrotclicker-en.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-06-02
104.21.87.121
(
ClassC
)
2025-11-29
172.67.143.74
(
ClassC
)
Port 443
HTTP/1.1 200 OKDate: Sat, 29 Nov 2025 19:00:17 GMTContent-Type: text/html; charsetutf-8Transfer-Encoding: chunkedConnection: keep-aliveAccess-Control-Allow-Origin: *Cache-Control: public, max-age0, must-revalidatereferrer-policy: strict-origin-when-cross-originx-content-type-options: nosniffVary: accept-encodingReport-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?swCqYoH8ToU2GLDChQ3%2BIhokdiTx9mbgfF4gK5P1pE9%2B%2FHi4C50skSOPNeigFtA5ozm%2FMiYqv5MOKDggu2SstNpRsK46Qp9IXvUgzQVwswtU%2FGnWU}}Nel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}Server: cloudflarecf-cache-status: DYNAMICCF-RAY: 9a6458d94cc08f7a-PDXalt-svc: h3:443; ma86400 !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Italian Brainrot Clicker - Play the Ultimate Clicker Game!/title> meta namedescription content Italian Brainrot Clicker: Dive into a bizarre, meme-filled universe! This one-tap idle game captures Gen-Z chaos and internet culture in an wildly entertaining adventure.> link relcanonical hrefhttps://n-gon.info> meta namegoogle-adsense-account contentca-pub-7375115708324153> script async srchttps://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?clientca-pub-7375115708324153 crossoriginanonymous>/script> !-- Google tag (gtag.js) --> script async srchttps://www.googletagmanager.com/gtag/js?idG-ZCTRLRM90Q>/script> script> window.dataLayer window.dataLayer || ; function gtag(){dataLayer.push(arguments);} gtag(js, new Date()); gtag(config, G-ZCTRLRM90Q); /script> link relstylesheet hrefhttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css> style> /* Base Styles */ :root { --primary-color: #ff5500; --dark-bg: #121212; --card-bg: #1e1e1e; --header-bg: #1a1a1a; --text-light: #ffffff; --text-gray: #aaaaaa; } * { margin: 0; padding: 0; box-sizing: border-box; font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif; } body { background-color: var(--dark-bg); color: var(--text-light); line-height: 1.6; } /* Responsive Container */ .container { width: 100%; padding: 0 15px; margin: 0 auto; } @media (min-width: 768px) { .container { max-width: 720px; } } @media (min-width: 992px) { .container { max-width: 960px; } } @media (min-width: 1200px) { .container { max-width: 1140px; } } /* Header - Now Responsive */ header { background-color: var(--header-bg); padding: 1rem 0; border-bottom: 2px solid var(--primary-color); position: sticky; top: 0; z-index: 1000; } .header-container { display: flex; justify-content: space-between; align-items: center; padding: 0 15px; } .logo { font-size: 1.8rem; font-weight: bold; color: var(--primary-color); text-decoration: none; } .menu-toggle { display: none; background: none; border: none; color: var(--text-light); font-size: 1.5rem; cursor: pointer; } nav ul { display: flex; list-style: none; } nav ul li { margin-left: 1.5rem; } nav ul li a { color: var(--text-light); text-decoration: none; font-weight: 500; transition: color 0.3s; font-size: 1.1rem; } nav ul li a:hover { color: var(--primary-color); } /* Hero Section - Improved Responsiveness */ .hero { background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(https://via.placeholder.com/1920x1080); background-size: cover; background-position: center; min-height: 200px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 0 15px; } .hero h1 { font-size: clamp(2rem, 5vw, 3rem); margin-bottom: 1rem; line-height: 1.2; } .hero p { font-size: clamp(1rem, 2vw, 1.2rem); margin-bottom: 2rem; max-width: 800px; padding: 0 15px; } /* Button Styles */ .btn { display: inline-block; background-color: var(--primary-color); color: var(--text-light); padding: 0.8rem 1.8rem; border: none; border-radius: 5px; font-weight: bold; cursor: pointer; transition: all 0.3s; text-decoration: none; font-size: 1rem; } .btn:hover { background-color: #e04b00; transform: translateY(-2px); } /* Games Section - Now Responsive */ .games-section { padding: 3rem 0; } .section-title { text-align: center; margin-bottom: 2rem; font-size: clamp(1.5rem, 3vw, 2rem); } .section-title1 { text-align: left; margin-top: 2rem; font-size: clamp(1.5rem, 3vw, 2rem); } .games-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 1.5rem; } .game-card { background-color: var(--card-bg); border-radius: 8px; overflow: hidden; transition: all 0.3s; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); } .game-card:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4); } .game-card img { width: 100%; height: 150px; object-fit: cover; display: block; } .game-info { padding: 1.2rem; } .game-title { font-size: 1.2rem; margin-bottom: 0.5rem; } .game-genre { color: var(--text-gray); font-size: 0.9rem; margin-bottom: 1rem; } /* About Section */ .about-section { padding: 3rem 0; background-color: #1a1a1a; } .about-content { text-align: justify; display: flex; flex-wrap: wrap; gap: 2rem; align-items: center; } .about-text { flex: 1; min-width: 300px; } .about-image { flex: 1; min-width: 300px; } .about-image img { width: 100%; border-radius: 8px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); } /* Value Proposition */ .value-props { padding: 3rem 0; } .props-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; } .prop-card { background-color: var(--card-bg); padding: 1.5rem; border-radius: 8px; text-align: center; transition: transform 0.3s; } .prop-card:hover { transform: translateY(-5px); } .prop-icon { font-size: 2.5rem; color: var(--primary-color); margin-bottom: 1rem; } /* Game Player Section */ .game-player { padding: 3rem 0; background-color: #1a1a1a; } .player-container { max-width: 1000px; /* 从800px增加到1000px */ margin: 0 auto; } .game-preview { position: relative; width: 100%; height: 0; padding-bottom: 60%; /* 从56.25%增加到60%,使高度更大 */ background-color: #000; margin-bottom: 1rem; overflow: hidden; border-radius: 8px; /* 添加圆角 */ box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); /* 添加阴影效果 */ } /* 游戏标题和信息栏样式增强 */ .game-info-bar { display: flex; justify-content: space-between; align-items: center; padding: 0.8rem 1.5rem; /* 增加内边距 */ background-color: var(--card-bg); border-radius: 8px; margin-top: 1rem; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); } .game-name { font-weight: bold; font-size: 1.2rem; /* 增大字体 */ } .fullscreen-btn { background: var(--primary-color); border: none; color: var(--text-light); cursor: pointer; font-size: 1rem; display: flex; align-items: center; gap: 0.5rem; padding: 0.5rem 1rem; /* 增加按钮内边距 */ border-radius: 5px; transition: all 0.3s; } .fullscreen-btn:hover { background: #e04b00; transform: translateY(-2px); } /* 播放按钮放大 */ .play-button { background-color: blueviolet; border-radius: 1em; position: absolute; padding: 0.4em; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 1.5rem; /* 从3rem增加到4rem */ /*color: var(--primary-color);*/ cursor: pointer; z-index: 10; transition: all 0.3s; text-shadow: 0 0 15px rgba(0, 0, 0, 0.7); } .play-button:hover { transform: translate(-50%, -50%) scale(1.15); color: #ff7733; } /* 响应式调整 */ @media (max-width: 768px) { .game-preview { padding-bottom: 75%; /* 移动设备上更高 */ } .play-button { font-size: 3.5rem; } .player-container { padding: 0 10px; } } .game-frame { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; display: none; } .game-loaded .game-frame { display: block; } .game-loaded .game-preview-image, .game-loaded .play-button { display: none; } .game-info-bar { display: flex; justify-content: space-between; align-items: center; padding: 0.5rem 1rem; background-color: var(--card-bg); border-radius: 5px; } .game-name { font-weight: bold; } .fullscreen-btn { background: none; border: none; color: var(--text-light); cursor: pointer; font-size: 1rem; display: flex; align-items: center; gap: 0.5rem; } .fullscreen-btn:hover { color: var(--primary-color); } /* Footer - Improved for Mobile */ footer { background-color: var(--header-bg); padding: 2rem 0; text-align: center; border-top: 2px solid var(--primary-color); } .social-links { margin: 1rem 0; display: flex; justify-content: center; flex-wrap: wrap; gap: 1rem; } .social-links a { color: var(--text-light); margin: 0 0.5rem; font-size: 1.5rem; transition: color 0.3s; } .social-links a:hover { color: var(--primary-color); } footer p { margin-bottom: 0.5rem; font-size: 0.9rem; color: var(--text-gray); } /* Mobile Styles */ @media (max-width: 992px) { .header-container { flex-wrap: wrap; } .menu-toggle { display: block; order: 1; } .logo { order: 2; flex-grow: 1; text-align: center; } nav { order: 3; flex-basis: 100%; max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out; } nav.active { max-height: 500px; padding: 1rem 0; } nav ul { flex-direction: column; } nav ul li { margin: 0; text-align: center; padding: 0.5rem 0; border-top: 1px solid #333; } .hero { height: 50vh; } } @media (max-width: 768px) { .hero { height: 45vh; } .games-grid { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); } } @media (max-width: 576px) { .hero { height: 40vh; min-height: 300px; } .games-grid { grid-template-columns: 1fr; } .game-card img { height: 180px; } } /style>/head>body>!-- Responsive Header -->header> div classcontainer header-container> button classmenu-toggle idmenuToggle> i classfas fa-bars>/i> /button> a href# classlogo>Italian Brainrot Clicker/a> nav idmainNav> ul> li>a hrefindex.html>Home/a>/li> !--li>a hrefgames.html>Games/a>/li>--> !--li>a hrefabout.html>About/a>/li>--> !--li>a hrefcontact.html>Contact/a>/li>--> /ul> /nav> /div>/header>!-- Hero Section -->section classhero> h1>Experience the Ultimate Clicker Adventure/h1> p>Join thousands of players in our addictive Italian Brainrot Clicker game. Collect resources, upgrade your village, and compete with friends!/p> !--a href#game-section classbtn>Play Now/a>-->/section>!-- Game Player Section -->section classgame-player idgame-section> div classcontainer> h2 classsection-title>Play Italian Brainrot Clicker/h2> div classplayer-container> div classgame-preview idgameContainer> img srcBrainrotCliker.png altItalian Brainrot Clicker Preview classgame-preview-image> div classplay-button idplayButton>Play Now i classfas fa-play-circle>/i> /div> iframe src classgame-frame idgameFrame allowfullscreen>/iframe> /div> div classgame-info-bar> span classgame-name>Italian Brainrot Clicker/span> button classfullscreen-btn idfullscreenBtn> i classfas fa-expand>/i> Fullscreen /button> /div> /div> /div>/section>!-- Value Proposition -->section classvalue-props> div classcontainer> h2 classsection-title>Why Youll Love It/h2> div classprops-grid> div classprop-card> div classprop-icon> i classfas fa-pizza-slice>/i> /div> h3>Italian Theme/h3> p>Experience the charm of Italy through food, landmarks, and cultural references woven into the gameplay./p> /div> div classprop-card> div classprop-icon> i classfas fa-chart-line>/i> /div> h3>Deep Progression/h3> p>Unlock new mechanics, upgrades, and prestige systems that keep the game fresh for months./p> /div> div classprop-card> div classprop-icon> i classfas fa-users>/i> /div> h3>Active Community/h3> p>Join our Discord community to share strategies, compete on leaderboards, and suggest new features./p> /div> div classprop-card> div classprop-icon> i classfas fa-mobile-alt>/i> /div> h3>Cross-Platform/h3> p>Play on any device - desktop, tablet, or mobile. Your progress syncs across all platforms./p> /div> /div> /div>/section>!-- Games Section -->!--section classgames-section>--> !--div classcontainer>--> !--h2 classsection-title>More Games You Might Like/h2>--> !--div classgames-grid>--> !--div classgame-card>--> !--img srchttps://via.placeholder.com/300x200 altCyber Adventure loadinglazy>--> !--div classgame-info>--> !--h3 classgame-title>Cyber Adventure/h3>--> !--p classgame-genre>Action RPG/p>--> !--a href# classbtn>View Details/a>--> !--/div>--> !--/div>--> !--div classgame-card>--> !--img srchttps://via.placeholder.com/300x200 altSpace Warriors loadinglazy>--> !--div classgame-info>--> !--h3 classgame-title>Space Warriors/h3>--> !--p classgame-genre>FPS/p>--> !--a href# classbtn>View Details/a>--> !--/div>--> !--/div>--> !--div classgame-card>--> !--img srchttps://via.placeholder.com/300x200 altFantasy Kingdom loadinglazy>--> !--div classgame-info>--> !--h3 classgame-title>Fantasy Kingdom/h3>--> !--p classgame-genre>MMORPG/p>--> !--a href# classbtn>View Details/a>--> !--/div>--> !--/div>--> !--div classgame-card>--> !--img srchttps://via.placeholder.com/300x200 altRacing Legends loadinglazy>--> !--div classgame-info>--> !--h3 classgame-title>Racing Legends/h3>--> !--p classgame-genre>Racing/p>--> !--a href# classbtn>View Details/a>--> !--/div>--> !--/div>--> !--/div>--> !--/div>-->!--/section>-->!-- About Section -->section classabout-section> div classcontainer> h2 classsection-title1>What is Italian Brainrot Clicker?/h2> div classabout-content> div classabout-text> p>Italian Brainrot Clicker is an interactive web-based game that combines elements of endless clicking and engaging Italian cultural themes. Players main objective is to click rapidly to earn points and unlock various Italian-themed rewards, all while enjoying vibrant graphics and sound effects inspired by Italy./p> /div> /div> /div> div classcontainer> h2 classsection-title1>How do I play Italian Brainrot Clicker?/h2> div classabout-content> div classabout-text> p>To play Italian Brainrot Clicker, simply visit the game website and start clicking on the screen. Each click will earn you points, which you can use to purchase upgrades and bonuses. The game features various levels with increasing difficulty, and the goal is to achieve the highest score possible! /p> /div> /div> /div> div classcontainer> h2 classsection-title1>Is there a mobile version available?/h2> div classabout-content> div classabout-text> p>Yes! Italian Brainrot Clicker is designed to be playable on both desktop and mobile devices. You can enjoy the game on your smartphone or tablet, making it convenient to play whenever you have some free time. Just access the game via your mobile browser and start clicking! /p> /div> /div> /div> div classcontainer> h2 classsection-title1>Are there any in-game purchases?/h2> div classabout-content> div classabout-text> p>Italian Brainrot Clicker is free to play, however, there may be optional in-game purchases available. These could include additional upgrades or cosmetic items that enhance your gameplay experience. Players are not required to make purchases, as all essential features are accessible without any cost. /p> /div> /div> /div> div classcontainer> h2 classsection-title1>Can I compete with friends in Italian Brainrot Clicker?/h2> div classabout-content> div classabout-text> p>Yes! Italian Brainrot Clicker allows players to connect with friends and compete for high scores. You can share your scores on social media and challenge your friends to beat your results. This adds a fun competitive element to the game! /p> /div> /div> /div> div classcontainer> h2 classsection-title1>What platforms does Italian Brainrot Clicker support?/h2> div classabout-content> div classabout-text> p>Italian Brainrot Clicker is available on various platforms, including web browsers on both PCs and mobile devices. The game is optimized for a wide range of screen sizes and resolutions, ensuring a smooth gaming experience regardless of the device you choose to use. /p> /div> /div> /div>/section>!-- Footer -->footer> div classcontainer> div classlogo>Italian Brainrot Clicker/div> div classsocial-links> a hrefhttps://www.facebook.com>i classfab fa-facebook>/i>/a> a hrefhttps://twitter.com>i classfab fa-twitter>/i>/a> a hrefhttps://www.instagram.com>i classfab fa-instagram>/i>/a> a hrefhttps://www.youtube.com>i classfab fa-youtube>/i>/a> a hrefhttps://discord.com>i classfab fa-discord>/i>/a> /div> p>© 2025 Italian Brainrot Clicker. All rights reserved./p> /div>/footer>!-- JavaScript -->script> // Mobile menu toggle const menuToggle document.getElementById(menuToggle); const mainNav document.getElementById(mainNav); menuToggle.addEventListener(click, () > { mainNav.classList.toggle(active); }); // Close menu when clicking on a link (optional) const navLinks document.querySelectorAll(nav ul li a); navLinks.forEach(link > { link.addEventListener(click, () > { if (window.innerWidth 992) { mainNav.classList.remove(active); } }); }); // Check screen size on resize function checkScreenSize() { if (window.innerWidth > 992) { mainNav.classList.remove(active); } } window.addEventListener(resize, checkScreenSize); // Game player functionality const playButton document.getElementById(playButton); const gameContainer document.getElementById(gameContainer); const gameFrame document.getElementById(gameFrame); const fullscreenBtn document.getElementById(fullscreenBtn); // Replace this with your actual game URL const gameUrl https://italian-brainrot-cliker.pages.dev; playButton.addEventListener(click, () > { gameContainer.classList.add(game-loaded); gameFrame.src gameUrl; }); fullscreenBtn.addEventListener(click, () > { if (gameContainer.classList.contains(game-loaded)) { if (gameFrame.requestFullscreen) { gameFrame.requestFullscreen(); } else if (gameFrame.webkitRequestFullscreen) { gameFrame.webkitRequestFullscreen(); } else if (gameFrame.msRequestFullscreen) { gameFrame.msRequestFullscreen(); } } else { alert(Please start the game first by clicking the play button.); } }); // Listen for fullscreen change to update button icon document.addEventListener(fullscreenchange, handleFullscreenChange); document.addEventListener(webkitfullscreenchange, handleFullscreenChange); document.addEventListener(mozfullscreenchange, handleFullscreenChange); document.addEventListener(MSFullscreenChange, handleFullscreenChange); function handleFullscreenChange() { const fullscreenElement document.fullscreenElement || document.webkitFullscreenElement || document.mozFullScreenElement || document.msFullscreenElement; if (fullscreenElement) { fullscreenBtn.innerHTML i classfas fa-compress>/i> Exit Fullscreen; } else { fullscreenBtn.innerHTML i classfas fa-expand>/i> Fullscreen; } } // 增强的播放按钮交互效果 playButton.addEventListener(mouseenter, () > { playButton.style.transform translate(-50%, -50%) scale(1.1); }); playButton.addEventListener(mouseleave, () > { playButton.style.transform translate(-50%, -50%) scale(1); });/script>/body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]