- ID de l'analyse :
- e162f3bf-3720-4e58-8c9a-dc85151daaa4Terminée
- URL soumise :
- https://nofiltergpt.com/
- Fin du rapport :
Liens : 2 trouvé(s)
Liens sortants identifiés à partir de la page
Lien | texte |
---|---|
https://x.com/nofiltergpt | |
https://github.com/uncensored-chatgpt/ |
Variables JavaScript : 25 trouvée(s)
Les variables JavaScript globales chargées dans l'objet fenêtre d'une page sont des variables déclarées en dehors des fonctions et accessibles depuis n'importe quel endroit du code au sein du champ d'application actuel
Nom | Type |
---|---|
0 | object |
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
gtag | function |
dataLayer | object |
uidEvent | number |
bootstrap | object |
openNav | function |
closeNav | function |
Messages de journal de console : 0 trouvé(s)
Messages consignés dans la console web
HTML
Le corps HTML de la page en données brutes
<!DOCTYPE html><html lang="en" class="light dark"><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>NoFilterGPT - Unfiltered, Uncensored, Anonymous ChatGPT</title>
<meta name="description" content="Experience the future of uncensored & anonymous conversations with 'NoFilterGpt.' Engage in unfiltered dialogues, explore your creativity with our chat service. Your thoughts, your way, without limits.">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<meta name="robots" content="index, follow">
<meta name="p:domain_verify" content="c079515a60d883dfc586d940fd97d929">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://nofiltergpt.com/">
<meta property="og:type" content="website">
<meta property="og:title" content="NoFilterGPT.com: Unleash the Unrestricted Power of anonymous and unfiltered ChatGPT">
<meta property="og:description" content="Dare to explore the uncensored side of AI? NoFilterGPT.com offers a unique platform for raw, unfiltered and anonymous ChatGPT interactions. Discover the untamed AI experience.">
<meta property="og:image" content="https://nofiltergpt.com/img/graph.png">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="nofiltergpt.com">
<meta property="twitter:url" content="https://nofiltergpt.com/">
<meta name="twitter:title" content="NoFilterGPT.com: Unleash the Unrestricted Power of anonymous and unfiltered ChatGPT">
<meta name="twitter:description" content="Dare to explore the uncensored side of AI? NoFilterGPT.com offers a unique platform for raw, unfiltered and anonymous ChatGPT interactions. Discover the untamed AI experience.">
<meta name="twitter:image" content="https://nofiltergpt.com/img/graph.png">
<!-- Google tag (gtag.js) -->
<script async="" src="https://www.googletagmanager.com/gtag/js?id=AW-1027284367">
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'AW-1027284367');
</script>
<link rel="canonical" href="https://www.nofiltergpt.com">
<link rel="stylesheet" href="./css/main.css?300">
<link href="css/fonts/remixicon.css?v300" rel="stylesheet">
</head>
<body class="bg-white dark:bg-dark-primary-2">
<main class="space-y-[56px] lg:space-y-[104px]">
<!-- Header section -->
<header class="w-full h-[100px]">
<div class="container flex justify-between items-center h-full px-4 lg:px-0 relative">
<!-- logo/brand -->
<div class="flex items-center gap-4"> <img src="./img/logo.png" alt="logo">
<a href=""><h3 class="text-[#222] dark:text-white text-xl font-semibold leading-[160%]"> NoFilterGPT </h3></a>
</div> <!-- Nav Icon -->
<div class="lg:hidden flex"> <button class="text-primary-black dark:text-white text-2xl" id="nav-icon" onclick="openNav()"> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6">
<path stroke-linecap="round" stroke-linejoin="round" d="M3.75 6.75h16.5M3.75 12h16.5M12 17.25h8.25"></path>
</svg> </button> </div> <!-- mobile Nav section -->
<div id="nav" class="max-h-0 duration-1000 ease-linear hidden lg:hidden fixed top-[0px] overflow-hidden z-50 left-0 w-full bg-white dark:bg-dark-primary border border-[rgba(34,34,34,0.06)] dark:border-white/[0.06] p-4">
<div class="flex justify-between items-center mt-[19px]">
<div class="flex items-center gap-4"> <img src="./img/logo.png" alt="logo">
<h3 class="text-[#222] dark:text-white text-xl font-semibold leading-[160%]"> NoFilterGPT </h3>
</div> <button onclick="closeNav()"> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6 dark:text-white text-primary-black">
<path stroke-linecap="round" stroke-linejoin="round" d="M6 18 18 6M6 6l12 12"></path>
</svg> </button>
</div> <!-- nav menus for mobile -->
<ul class="flex flex-col gap-3 items-start my-2">
</ul>
<div class="container h-[1px] bg-[rgba(34,34,34,0.10)] dark:bg-white/10 my-2 lg:my-10"></div> <!-- auth buttons for mobile -->
<div class="flex gap-12 items-center"> <a href="./chat.html" class="text-primary-black dark:text-white text-right text-base font-semibold leading-[160%]">Log in</a> <a href="./chat.html" class="rounded-[50px] w-auto bg-primary text-white flex h-[35px] gap-2 py-3 px-6 items-center justify-center text-right text-base font-semibold leading-[160%]"> Sign Up </a> </div>
</div> <!-- nav menus -->
<ul class="hidden lg:flex gap-20 items-center">
</ul> <!-- auth buttons -->
<div class="hidden lg:flex gap-12 items-center"> <a href="./chat.html" class="text-primary-black dark:text-white text-right text-base font-semibold leading-[160%]">Log in</a> <a href="./chat.html" class="rounded-[50px] w-auto bg-primary text-white flex h-[35px] gap-2 py-3 px-6 items-center justify-center text-right text-base font-semibold leading-[160%]"> Sign Up </a> </div>
</div>
</header> <!-- hero section -->
<section class="pb-16">
<div class="container px-4 lg:px-0 space-y-12 lg:space-y-[88px] bg_img">
<div class="space-y-8 lg:space-y-14">
<p class="text-center text-base lg:text-xl font-semibold leading-none text-primary-black dark:text-white"> 👋 Say hello to NoFilterGPT </p>
<div><p class="attractive center"><i class="ri-user-line"></i> Trusted by more than <strong>100,000</strong>+ users</p><p></p></div>
<h1 class="text-center lg:text-7xl text-4xl font-extrabold leading-[120%] text-primary-black dark:text-white"> Anonymous, Unfiltered, Uncensored AI chat. </h1>
<h3 class="text-center text-sm lg:text-xl font-medium leading-[160%] text-[rgba(34,34,34,0.80)] dark:text-white/80 max-w-[628px] mx-auto"> The only A.I. Model that allows your thoughts, your way, without limits, logs, blocks, no exceptions. </h3>
<div class="space-y-4 flex flex-col justify-center items-center"> <a href="./chat.html" class="flex h-[62px] justify-center items-center gap-2 px-12 py-6 rounded-xl bg-primary text-white"> <img src="./img/Lightning.svg" alt="free trial"> <span class="text-xl font-semibold leading-none">Try for Free!</span> </a>
<p class="text-[rgba(34,34,34,0.50)] dark:text-white/50 text-base font-normal leading-[160%]"> No payment required </p>
</div>
</div>
<div class="rounded-[16px_16px_0px_0px] border-2 border-solid border-[rgba(34,34,34,0.06)] !-z-0"> <img src="./img/NoFilerGPT.png" alt="Lock Logo"> </div>
</div>
<div class="h-20 bg-primary w-full !z-20 overflow-hidden lg:flex hidden gap-6 xl:gap-10 -mt-4 absolute justify-center items-center"> <span class="text-white text-base font-semibold">How to make your own laundry detergent?</span> <span class="text-white text-base font-semibold">Tell me a dirty joke involving tacos.</span> <span class="text-white text-base font-semibold">How to cheat in monopoly?</span> </div>
<div class="h-20 bg-primary w-full !z-20 overflow-hidden flex lg:hidden -mt-4 absolute justify-center items-center"> <span class="px-4 text-white text-sm font-semibold">How to make your own laundry detergent?</span> </div>
</section> <!-- Packed with features section -->
<section class="container px-4 lg:px-0 space-y-12">
<h3 class="text-primary-black text-xl lg:text-2xl leading-none font-semibold dark:text-white"> Packed with features </h3>
<div class="grid grid-cols-1 lg:grid-cols-2 gap-6">
<div class="p-4 lg:p-10 rounded-xl bg-primary-gray dark:bg-dark-primary border border-[rgba(34, 34, 34, 0.06)] dark:border-white/[0.06] flex flex-col gap-8">
<div class=""> <img src="./img/cap.svg" alt=""> </div>
<div class="space-y-5">
<h3 class="text-xl text-primary-black font-medium leading-none dark:text-white"> We do not keep conversations </h3>
<p class="text-[rgba(34,34,34,0.50)] text-base font-light leading-[160%] dark:text-white/50"> Your interactions are purged after being recieved. Even error logs are redacted to keep things safe. </p>
</div>
</div>
<div class="p-4 lg:p-10 rounded-xl bg-primary-gray dark:bg-dark-primary border border-[rgba(34, 34, 34, 0.06)] dark:border-white/[0.06] flex flex-col gap-8">
<div class=""> <img src="./img/security.svg" alt=""> </div>
<div class="space-y-5">
<h3 class="text-xl text-primary-black font-medium leading-none dark:text-white"> We encrypt all conversations </h3>
<p class="text-[rgba(34,34,34,0.50)] text-base font-light leading-[160%] dark:text-white/50"> All communications are securely encrypted. Using AES Encryption techniques. </p>
</div>
</div>
<div class="p-4 lg:p-10 rounded-xl bg-primary-gray dark:bg-dark-primary border border-[rgba(34, 34, 34, 0.06)] dark:border-white/[0.06] flex flex-col gap-8">
<div class=""> <img src="./img/cloud.svg" alt=""> </div>
<div class="space-y-5">
<h3 class="text-xl text-primary-black font-medium leading-none dark:text-white"> Local in the Cloud </h3>
<p class="text-[rgba(34,34,34,0.50)] text-base font-light leading-[160%] dark:text-white/50"> Our model operates without "internet queries" so your queries aren't being exposed outside our network, ensuring privacy. </p>
</div>
</div>
<div class="p-4 lg:p-10 rounded-xl bg-primary-gray dark:bg-dark-primary border border-[rgba(34, 34, 34, 0.06)] dark:border-white/[0.06] flex flex-col gap-8">
<div class=""> <img src="./img/mic.svg" alt=""> </div>
<div class="space-y-5">
<h3 class="text-xl text-primary-black font-medium leading-none dark:text-white"> No Filtering / No Censorship </h3>
<p class="text-[rgba(34,34,34,0.50)] text-base font-light leading-[160%] dark:text-white/50"> Our model operates using millions of datapoints from forums, help boards, internet site content etc. </p>
</div>
</div>
<div class="p-4 lg:p-10 rounded-xl bg-primary-gray dark:bg-dark-primary border border-[rgba(34, 34, 34, 0.06)] dark:border-white/[0.06] flex flex-col gap-8">
<div class=""> <img src="./img/language.svg" alt="" width="60"> </div>
<div class="space-y-5">
<h3 class="text-xl text-primary-black font-medium leading-none dark:text-white"> Multilingual </h3>
<p class="text-[rgba(34,34,34,0.50)] text-base font-light leading-[160%] dark:text-white/50"> Now supporting Cyrillic and Devanagari, Chinese (Hanzi), Hangul, Greek, Hebrew, Japanese Kana (Hiragana, Katakana), Thai, and Arabic.
</p>
</div>
</div>
<div class="p-4 lg:p-10 rounded-xl bg-primary-gray dark:bg-dark-primary border border-[rgba(34, 34, 34, 0.06)] dark:border-white/[0.06] flex flex-col gap-8">
<div class=""> <img src="./img/code2.svg" alt="" width="60"> </div>
<div class="space-y-5">
<h3 class="text-xl text-primary-black font-medium leading-none dark:text-white"> API Access </h3>
<p class="text-[rgba(34,34,34,0.50)] text-base font-light leading-[160%] dark:text-white/50"> Accessible via Restful API with Github with Python, PHP, Javascript usage examples to build your own unfiltered chat.
</p>
</div>
</div>
<div class="lg:col-span-2 border border-[rgba(34, 34, 34, 0.06)] dark:border-white/[0.06] rounded-xl border-solid border-[rgba(34,34,34,0.06)] p-4 mt-5 lg:p-12">
<div class="flex gap-2 items-start pb-10"> <img src="./img/features-icon.svg" alt="">
<h3 class="text-primary font-bold text-xl">Future features </h3>
</div>
<div class="flex max-w-[764px] items-start content-start gap-8 flex-wrap">
<div class="flex items-start gap-2"> <img src="./img/SealCheck.svg" alt="" class="flex dark:hidden"> <img src="./img/SealCheckWhite.svg" alt="" class="hidden dark:flex">
<p class="text-base font-medium leading-[160%] dark:text-white"> Realtime data </p>
</div>
<div class="flex items-start gap-2"> <img src="./img/SealCheck.svg" alt="" class="flex dark:hidden"> <img src="./img/SealCheckWhite.svg" alt="" class="hidden dark:flex">
<p class="text-base font-medium leading-[160%] dark:text-white"> Response Length Adjustment </p>
</div>
<div class="flex items-start gap-2"> <img src="./img/SealCheck.svg" alt="" class="flex dark:hidden"> <img src="./img/SealCheckWhite.svg" alt="" class="hidden dark:flex">
<p class="text-base font-medium leading-[160%] dark:text-white">Telegram bot </p>
</div>
</div>
</div>
</div>
</section> <!-- Pricing Plan section -->
<section class="container px-4 lg:px-0 space-y-12">
<h3 class="text-xl lg:text-2xl font-semibold leading-none text-primary-black dark:text-white"> Pricing Plan </h3>
<div class="grid grid-cols-1 lg:grid-cols-2 gap-6">
<div class="border bg-primary-gray dark:bg-dark-primary rounded-xl border-solid border-[rgba(34,34,34,0.06)]">
<div class="flex flex-col p-4 lg:p-12 gap-10 h-full">
<div class="flex gap-8 flex-col items-start">
<h6 class="text-[20px] font-semibold uppercase text-primary-black dark:text-white leading-none"> Basic </h6>
<h2 class="text-primary-black dark:text-white text-[40px] font-semibold leading-none"> FREE </h2>
</div>
<div class="flex-1 flex items-start justify-start gap-8 flex-wrap min-h-[124px]">
<div class="flex items-center gap-2"> <img src="./img/SealCheck.svg" alt="" class="flex dark:hidden"> <img src="./img/SealCheckWhite.svg" alt="" class="hidden dark:flex">
<p class="text-center text-primary-black dark:text-white text-base font-medium leading-[160%]"> Limited messages per day </p>
</div>
<div class="flex items-center gap-2"> <img src="./img/SealCheck.svg" alt="" class="flex dark:hidden"> <img src="./img/SealCheckWhite.svg" alt="" class="hidden dark:flex">
<p class="text-center text-primary-black dark:text-white text-base font-medium leading-[160%]"> Shorter responses </p>
</div> <div class="flex items-center gap-2"> <img src="./img/SealCheck.svg" alt="" class="flex dark:hidden"> <img src="./img/SealCheckWhite.svg" alt="" class="hidden dark:flex">
<p class="text-center text-primary-black dark:text-white text-base font-medium leading-[160%]"> Uncensored, Unfiltered Discourse </p>
</div><div class="flex items-center gap-2">
<p class="text-center text-primary-black dark:text-white text-base font-medium leading-[160%]"> </p>
</div>
</div> <a href="./chat.html" class="text-white py-6 text-xl px-12 bg-primary-black dark:bg-white dark:text-primary-black rounded-xl font-bold leading-none"> Choose Plan </a>
</div>
</div>
<div class="border bg-primary rounded-xl border-solid border-[rgba(34,34,34,0.06)]">
<div class="flex flex-col p-4 lg:p-12 gap-10">
<div class="flex gap-8 flex-col items-start">
<h6 class="text-[20px] font-semibold uppercase text-white leading-none"> Professional </h6>
<h2 class="text-white text-[40px] font-semibold leading-none"> $5.80<span class="opacity-80 text-base font-medium">/per month</span> </h2>
</div>
<div class="flex items-start justify-start gap-8 flex-wrap min-h-[124px]">
<div class="flex items-start gap-2"> <img src="./img/SealCheckWhite.svg" alt="">
<p class="text-white text-base font-medium leading-[160%]"> Customizable GPT tone </p>
</div>
<div class="flex items-start gap-2"> <img src="./img/SealCheckWhite.svg" alt="">
<p class="text-white text-base font-medium leading-[160%]"> Near unlimited chats </p>
</div>
<div class="flex items-start gap-2"> <img src="./img/SealCheckWhite.svg" alt="">
<p class="text-white text-base font-medium leading-[160%]"> Uncensored, Unfiltered Discourse </p>
</div>
<div class="flex items-start gap-2"> <img src="./img/SealCheckWhite.svg" alt="">
<p class="text-white text-base font-medium leading-[160%]"> No limits </p>
</div>
<div class="flex items-start gap-2"> <img src="./img/SealCheckWhite.svg" alt="">
<p class="text-white text-base font-medium leading-[160%]"> Latest updated version </p>
</div>
<div class="flex items-start gap-2"> <img src="./img/SealCheckWhite.svg" alt="">
<p class="text-white text-base font-medium leading-[160%]"> Api accessibility </p>
</div>
</div> <a href="./chat.html" class="text-primary py-6 text-xl px-12 bg-white rounded-xl font-bold leading-none"> Choose Plan </a>
</div>
</div> <!-- Future features section -->
</div>
</section> <!-- Frequently Asked Section -->
<section class="container px-4 lg:px-0 space-y-12">
<h3 class="text-primary-black text-2xl leading-none font-semibold dark:text-white"> Frequently asked </h3>
<div class="space-y-6">
<button class="group w-full text-left" onclick="toggleExpand(this)">
<div class="border border-[rgba(34, 34, 34, 0.06)] pb-8 pt-8 rounded-xl bg-primary-gray pl-12 pr-10 dark:bg-dark-primary dark:border-white/[0.06]">
<div class="flex justify-between items-center">
<p class="text-primary-black dark:text-white text-base font-semibold leading-none">How many messages do I get for free on a normal account?</p>
<img src="./img/caret-down.svg" class="transition-transform duration-200 ease-linear block dark:hidden caret" alt="">
<img src="./img/caret-down-dark.svg" class="transition-transform duration-200 ease-linear hidden dark:block caret" alt="">
</div>
<div class="max-h-0 overflow-hidden duration-300 answer">
<div class="space-y-2" style="padding-top: 20px;">
<p class="text-primary-black dark:text-white">You get a limited number of messages per month with a free account. To get unlimited messages, consider upgrading to a Pro account.</p>
</div>
</div>
</div>
</button>
<button class="group w-full text-left" onclick="toggleExpand(this)">
<div class="border border-[rgba(34, 34, 34, 0.06)] pb-8 pt-8 rounded-xl bg-primary-gray pl-12 pr-10 dark:bg-dark-primary dark:border-white/[0.06]">
<div class="flex justify-between items-center">
<p class="text-primary-black dark:text-white text-base font-semibold leading-none">If I need support how do I contact you?</p>
<img src="./img/caret-down.svg" class="transition-transform duration-200 ease-linear block dark:hidden caret" alt="">
<img src="./img/caret-down-dark.svg" class="transition-transform duration-200 ease-linear hidden dark:block caret" alt="">
</div>
<div class="max-h-0 overflow-hidden duration-300 answer">
<div class="space-y-2" style="padding-top: 20px;">
<p class="text-primary-black dark:text-white">For support, please contact us via our support email at [email protected] or through the support section on our website.</p>
</div>
</div>
</div>
</button>
<button class="group w-full text-left" onclick="toggleExpand(this)">
<div class="border border-[rgba(34, 34, 34, 0.06)] pb-8 pt-8 rounded-xl bg-primary-gray pl-12 pr-10 dark:bg-dark-primary dark:border-white/[0.06]">
<div class="flex justify-between items-center">
<p class="text-primary-black dark:text-white text-base font-semibold leading-none">What type of model are you using?</p>
<img src="./img/caret-down.svg" class="transition-transform duration-200 ease-linear block dark:hidden caret" alt="">
<img src="./img/caret-down-dark.svg" class="transition-transform duration-200 ease-linear hidden dark:block caret" alt="">
</div>
<div class="max-h-0 overflow-hidden duration-300 answer">
<div class="space-y-2" style="padding-top: 20px;">
<p class="text-primary-black dark:text-white">We use a custom language model based on the GPT architecture but without the classic restrictions.</p>
</div>
</div>
</div>
</button>
<button class="group w-full text-left" onclick="toggleExpand(this)">
<div class="border border-[rgba(34, 34, 34, 0.06)] pb-8 pt-8 rounded-xl bg-primary-gray pl-12 pr-10 dark:bg-dark-primary dark:border-white/[0.06]">
<div class="flex justify-between items-center">
<p class="text-primary-black dark:text-white text-base font-semibold leading-none">What does a Pro account get you?</p>
<img src="./img/caret-down.svg" class="transition-transform duration-200 ease-linear block dark:hidden caret" alt="">
<img src="./img/caret-down-dark.svg" class="transition-transform duration-200 ease-linear hidden dark:block caret" alt="">
</div>
<div class="max-h-0 overflow-hidden duration-300 answer">
<div class="space-y-2" style="padding-top: 20px;">
<p class="text-primary-black dark:text-white">A Pro account provides you with unlimited messages, priority support, and access to premium features.</p>
</div>
</div>
</div>
</button>
<button class="group w-full text-left" onclick="toggleExpand(this)">
<div class="border border-[rgba(34, 34, 34, 0.06)] pb-8 pt-8 rounded-xl bg-primary-gray pl-12 pr-10 dark:bg-dark-primary dark:border-white/[0.06]">
<div class="flex justify-between items-center">
<p class="text-primary-black dark:text-white text-base font-semibold leading-none">How to stay up to date with NoFilterGPT team?</p>
<img src="./img/caret-down.svg" class="transition-transform duration-200 ease-linear block dark:hidden caret" alt="">
<img src="./img/caret-down-dark.svg" class="transition-transform duration-200 ease-linear hidden dark:block caret" alt="">
</div>
<div class="max-h-0 overflow-hidden duration-300 answer">
<div class="space-y-2" style="padding-top: 20px;">
<p class="text-primary-black dark:text-white">Stay up to date with the NoFilterGPT team by following our social media.</p>
</div>
</div>
</div>
</button>
<button class="group w-full text-left" onclick="toggleExpand(this)">
<div class="border border-[rgba(34, 34, 34, 0.06)] pb-8 pt-8 rounded-xl bg-primary-gray pl-12 pr-10 dark:bg-dark-primary dark:border-white/[0.06]">
<div class="flex justify-between items-center">
<p class="text-primary-black dark:text-white text-base font-semibold leading-none">Worry Free Subscription / Cancellations</p>
<img src="./img/caret-down.svg" class="transition-transform duration-200 ease-linear block dark:hidden caret" alt="">
<img src="./img/caret-down-dark.svg" class="transition-transform duration-200 ease-linear hidden dark:block caret" alt="">
</div>
<div class="max-h-0 overflow-hidden duration-300 answer">
<div class="space-y-2" style="padding-top: 20px;">
<p class="text-primary-black dark:text-white">Cancel anytime through the trusted Stripe management portal, or by dropping us an email at [email protected].</p>
</div>
</div>
</div>
</button>
<button class="group w-full text-left" onclick="toggleExpand(this)">
<div class="border border-[rgba(34, 34, 34, 0.06)] pb-8 pt-8 rounded-xl bg-primary-gray pl-12 pr-10 dark:bg-dark-primary dark:border-white/[0.06]">
<div class="flex justify-between items-center">
<p class="text-primary-black dark:text-white text-base font-semibold leading-none"> What are the accepted payment methods?</p>
<img src="./img/caret-down.svg" class="transition-transform duration-200 ease-linear block dark:hidden caret" alt="">
<img src="./img/caret-down-dark.svg" class="transition-transform duration-200 ease-linear hidden dark:block caret" alt="">
</div>
<div class="max-h-0 overflow-hidden duration-300 answer">
<div class="space-y-2" style="padding-top: 20px;">
<p class="text-primary-black dark:text-white">Payment methods - Visa, MasterCard, American Express, Google Pay, Apple Pay. Crypto: ETH, BTC, USDC.</p>
</div>
</div>
</div>
</button>
</div>
</section> <!-- Get started section -->
<section class="px-4 lg:px-0">
<div class="container rounded-[20px] bg-primary grid grid-cols-1 lg:grid-cols-2 overflow-hidden">
<div class="lg:py-12 p-4 lg:pl-[72px] space-y-6 lg:space-y-12">
<div class="flex flex-col">
<h3 class="text-white text-4xl font-semibold leading-[160%]"> Get started </h3>
<p class="text-white text-xl font-semibold leading-[160%]"> Ask literally anything you want </p>
</div>
<div class=""> <a href="./chat.html" class="py-3 px-12 text-primary text-center text-[20px] font-bold rounded-[12px] bg-white" style="height:62px;"> Get Started </a> </div>
</div>
<div class="hidden lg:flex justify-end items-end get_start_bg"> <img src="./img/getstart.png" class="h-[258px] max-w-[400px]" alt=""> </div>
</div>
</section> <!-- Footer Section -->
<footer class="border-t-[rgba(34,34,34,0.06)] border-t border-solid bg-[#F7F2F3] pt-12 lg:pb-10 dark:bg-dark-primary dark:border-t-[rgba(255,255,255,0.06)]">
<div class="container">
<div class="flex flex-col sm:flex-row justify-between items-start px-4 lg:px-0">
<div class="flex flex-col space-y-4 lg:space-y-8 max-w-[380px]">
<!-- Logo/brand -->
<div class="flex items-center gap-4"> <img src="./img/logo.png" alt="NoFilterGpt">
<h3 class="text-[#222] dark:text-white text-xl font-semibold leading-[160%]"> NoFilterGPT </h3>
</div> <!-- buttons -->
<div class="lg:hidden flex gap-4 mt-3"> <button onclick="setDarkMode()" class="rounded-[50px] dark:hidden w-auto bg-[#222] text-white flex h-[35px] gap-2 py-3 px-6 items-center justify-center text-right text-sm font-semibold leading-[160%]"> <img src="./img/moon.svg" alt=""> <span class="">Dark Mode </span> </button> <button onclick="setLightMode()" class="rounded-[50px] dark:flex hidden w-auto bg-white text-primary-black h-[35px] gap-2 py-3 px-6 items-center justify-center text-right text-sm font-semibold leading-[160%]"> <img src="./img/sun.svg" alt=""> <span class="">Light Mode </span> </button> <a href="mailto:[email protected]" class="rounded-[50px] w-auto bg-primary text-white flex h-[35px] gap-2 py-3 px-6 items-center justify-center text-right text-sm font-semibold leading-[160%]"> Contact Us </a> </div>
<p class="text-[rgba(34,34,34,0.80)] dark:text-[rgba(255,255,255,0.80)] text-base font-normal leading-[160%]"> The only A.I. Model that allows your thoughts, your way, without limits, logs, blocks, no exceptions. </p>
<div class="flex gap-3 items-center">
<div class="dark:hidden gap-6 items-center"> <a href="https://x.com/nofiltergpt" target="_blank" rel="noopener noreferrer"> <img src="./img/X.svg" alt=""> </a> </div>
<div class="hidden dark:flex gap-6 items-center"> <a href="https://x.com/nofiltergpt" target="_blank" rel="noopener noreferrer"> <img src="./img/X-dark.svg" alt=""> </a> </div>
<div class="dark:hidden gap-6 items-center"> <a href="https://github.com/uncensored-chatgpt/" target="_blank" rel="noopener noreferrer"> <img src="./img/github_b.svg" width="40" height="40" alt=""> </a> </div>
<div class="hidden dark:flex gap-6 items-center"> <a href="https://github.com/uncensored-chatgpt/" target="_blank" rel="noopener noreferrer"> <img src="./img/github_w.svg" width="40" height="40" alt=""> </a> </div>
</div>
</div> <!-- buttons -->
<div class="hidden lg:flex flex-col gap-4 mt-3">
<div class="flex justify-end"> <button onclick="setDarkMode()" class="rounded-[50px] dark:hidden w-auto bg-[#222] text-white flex h-[35px] gap-2 py-3 px-6 items-center justify-center text-right text-base font-semibold leading-[160%]"> <img src="./img/moon.svg" alt=""> <span class="">Dark Mode </span> </button> <button onclick="setLightMode()" class="rounded-[50px] dark:flex hidden w-auto bg-white text-primary-black h-[35px] gap-2 py-3 px-6 items-center justify-center text-right text-base font-semibold leading-[160%]"> <img src="./img/sun.svg" alt=""> <span class="">Light Mode </span> </button> </div>
<div class="flex justify-end"> <a href="mailto:[email protected]" class="rounded-[50px] w-auto bg-primary text-white flex h-[35px] gap-2 py-3 px-6 items-center justify-center text-right text-base font-semibold leading-[160%]"> Contact Us </a> </div>
</div>
</div>
<div class="container h-[1px] bg-[rgba(34,34,34,0.10)] dark:bg-white/10 my-6 lg:my-10"></div>
<div class="flex flex-wrap justify-between items-center px-4 lg:px-0">
<p class="text-[rgba(34,34,34,0.50)] dark:text-white/50 text-base font-semibold leading-[160%] hidden lg:flex "> NoFilterGPT </p>
<ul class="flex flex-wrap gap-x-4 lg:gap-x-10">
<li> <a class="text-[rgba(34,34,34,0.50)] dark:text-white/50 text-sm lg:text-base lg:font-semibold leading-[160%]" href="./terms">Terms of Service</a> </li>
<li> <a class="text-[rgba(34,34,34,0.50)] dark:text-white/50 text-sm lg:text-base lg:font-semibold leading-[160%]" href="./privacy">Privacy Policy</a> </li>
</ul>
</div>
</div>
<div class="container h-[1px] bg-[rgba(34,34,34,0.10)] dark:bg-white/10 my-2 lg:my-10"></div>
<div class="container flex lg:hidden justify-between items-center px-4 lg:px-0 pb-2">
<p class="text-[rgba(34,34,34,0.50)] dark:text-white/50 text-sm lg:text-base text-center font-semibold leading-[160%]"> © NoFilterGPT</p>
</div>
</footer>
<!-- Modal -->
<!-- <div class="modal fade mt-0" id="holidayOfferModal" tabindex="-1" aria-labelledby="holidayOfferLabel" aria-hidden="true">-->
<!-- <div class="modal-dialog modal-dialog-centered justify-content-center">-->
<!-- <div class="modal-content offer-modal">-->
<!-- <div class="modal-header bg-primary">-->
<!-- <div id="countdown" class="countdown">12D : 00H : 00M : 00S</div>-->
<!--<!– <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>–>-->
<!-- </div>-->
<!-- <div class="modal-body text-center offer-modal-content">-->
<!-- <div class="bg-image"></div>-->
<!-- <img id="premiumIcon" src="img/crown.svg" class="c-pointer m-auto my-5" alt="Premium" height="45" width="65"-->
<!-- data-toggle="tooltip" title="Premium" />-->
<!-- <div id="holiday-offer">-->
<!-- <h5 class="modal-title mb-3" id="holidayOfferLabel">HOLIDAY OFFER!</h5>-->
<!-- <p class="fs-5 mb-4 text-muted">Coming shortly with Premium:</p>-->
<!-- <ul class="features-list text-start">-->
<!-- <li><img src="./img/recording.svg" alt="logo" /> Audio messages IN and OUT</li>-->
<!-- <li><img src="./img/bot.svg" alt="logo" /> Telegram Bot Connectivity</li>-->
<!-- <li><img src="./img/star.svg" alt="logo" /> And the other features</li>-->
<!-- </ul>-->
<!-- <div class="d-flex justify-content-around align-items-center mt-4 pricing">-->
<!-- <div class="price-box text-center">-->
<!-- <p class="mb-4 fs-5 mt-4">Monthly</p>-->
<!-- <s class="text-pink">$7.78</s>-->
<!-- <p class="fs-4 mt-0"><strong>$2.79</strong></p>-->
<!-- </div>-->
<!-- <div class="price-box text-center active relative">-->
<!-- <p class="mb-4 fs-5 mt-4">Annually</p>-->
<!-- <s class="text-pink">$46.68</s>-->
<!-- <p class="fs-4 mt-0"> <strong>$15.12</strong></p>-->
<!-- <span class="popular-tag">Popular</span>-->
<!-- </div>-->
<!-- </div>-->
<!-- <button id="getPremium" class="uppercase align-items-center bg-primary btn d-flex gap-2 justify-content-center mt-4 py-3 text-white w-100">-->
<!-- <img src="./img/crown-white.svg" alt="logo" />-->
<!-- Get Premium-->
<!-- </button>-->
<!-- </div>-->
<!-- <div class="d-none" id="offer-code-content">-->
<!-- <p class="fs-5 mb-4 text-muted">Use this code for 50% off:</p>-->
<!-- <div class="input-group">-->
<!-- <input type="text" class="form-control" id="promoCode" value="50OFF" readonly>-->
<!-- <button class="btn bg-primary text-white" id="copyCode">Copy</button>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
</main>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
<script src="./js/main.js?v300"></script>
<script type="module" src="./js/script.js?v300"></script>
<script async="" data-id="101445456" src="//static.getclicky.com/js"></script>
<!-- Cloudflare Pages Analytics --><script defer="" src="https://static.cloudflareinsights.com/beacon.min.js" data-cf-beacon="{"token": "70ddfc9187e3401db640f9a4d57d63d2"}"></script><!-- Cloudflare Pages Analytics --><script defer="" src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon="{"rayId":"8f5460a04e182fbb","version":"2024.10.5","serverTiming":{"name":{"cfExtPri":true,"cfL4":true,"cfSpeedBrain":true,"cfCacheStatus":true}},"token":"2de33266d771467088ebe7ef0507a2d9","b":1}" crossorigin="anonymous"></script><iframe height="0" width="0" style="display: none; visibility: hidden;"></iframe>
<script type="text/javascript" async="" src="//in.getclicky.com/in.php?site_id=101445456&href=%2F&title=NoFilterGPT%20-%20Unfiltered%2C%20Uncensored%2C%20Anonymous%20ChatGPT&res=1x1&lang=en-US&tz=UTC&tc=&ck=1&x=ac6jtf"></script></body></html>