https://news.feathermc.com/

Submitted URL:
https://news.feathermc.com/
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 23 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

Console log messages · 0 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en" class="has-dark-text"><head>

    <title>Feather News</title>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    
    <link rel="preload" as="style" href="/assets/built/screen.css?v=1e0b8dfdbc">
    <link rel="preload" as="script" href="/assets/built/source.js?v=1e0b8dfdbc">

    <link rel="stylesheet" type="text/css" href="/assets/built/screen.css?v=1e0b8dfdbc">

    <style>
        :root {
            --background-color: #ffffff
        }
    </style>

    <script>
        /* The script for calculating the color contrast has been taken from
        https://gomakethings.com/dynamically-changing-the-text-color-based-on-background-color-contrast-with-vanilla-js/ */
        var accentColor = getComputedStyle(document.documentElement).getPropertyValue('--background-color');
        accentColor = accentColor.trim().slice(1);
        var r = parseInt(accentColor.substr(0, 2), 16);
        var g = parseInt(accentColor.substr(2, 2), 16);
        var b = parseInt(accentColor.substr(4, 2), 16);
        var yiq = ((r * 299) + (g * 587) + (b * 114)) / 1000;
        var textColor = (yiq >= 128) ? 'dark' : 'light';

        document.documentElement.className = `has-${textColor}-text`;
    </script>

    <meta name="description" content="Feather News">
    <link rel="icon" href="https://news.feathermc.com/content/images/size/w256h256/2021/03/Frame-123-1.png" type="image/png">
    <link rel="canonical" href="https://news.feathermc.com/">
    <meta name="referrer" content="no-referrer-when-downgrade">
    
    <meta property="og:site_name" content="Feather News">
    <meta property="og:type" content="website">
    <meta property="og:title" content="Feather News">
    <meta property="og:description" content="Feather News">
    <meta property="og:url" content="https://news.feathermc.com/">
    <meta property="og:image" content="https://news.feathermc.com/content/images/2023/11/website-background.png">
    <meta name="twitter:card" content="summary_large_image">
    <meta name="twitter:title" content="Feather News">
    <meta name="twitter:description" content="Feather News">
    <meta name="twitter:url" content="https://news.feathermc.com/">
    <meta name="twitter:image" content="https://news.feathermc.com/content/images/2023/11/website-background.png">
    <meta name="twitter:site" content="@feather_client">
    <meta property="og:image:width" content="1200">
    <meta property="og:image:height" content="400">
    
    <script type="application/ld+json">
{
    "@context": "https://schema.org",
    "@type": "WebSite",
    "publisher": {
        "@type": "Organization",
        "name": "Feather News",
        "url": "https://news.feathermc.com/",
        "logo": {
            "@type": "ImageObject",
            "url": "https://news.feathermc.com/content/images/2023/11/Frame-220.png"
        }
    },
    "url": "https://news.feathermc.com/",
    "image": {
        "@type": "ImageObject",
        "url": "https://news.feathermc.com/content/images/2023/11/website-background.png",
        "width": 1200,
        "height": 400
    },
    "mainEntityOfPage": "https://news.feathermc.com/",
    "description": "Feather News"
}
    </script>

    <meta name="generator" content="Ghost 5.76">
    <link rel="alternate" type="application/rss+xml" title="Feather News" href="https://news.feathermc.com/rss/">
    
    <script defer="" src="https://cdn.jsdelivr.net/ghost/sodo-search@~1.1/umd/sodo-search.min.js" data-key="5393d3b4618fe94f2da2073ebc" data-styles="https://cdn.jsdelivr.net/ghost/sodo-search@~1.1/umd/main.css" data-sodo-search="https://news.feathermc.com/" crossorigin="anonymous"></script>
    
    <link href="https://news.feathermc.com/webmentions/receive/" rel="webmention">
    <script defer="" src="/public/cards.min.js?v=1e0b8dfdbc"></script><style>:root {--ghost-accent-color: #15171A;}</style>
    <link rel="stylesheet" type="text/css" href="/public/cards.min.css?v=1e0b8dfdbc">

<style>.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion: no-preference){.App-logo{animation:App-logo-spin infinite 20s linear}}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
</style></head>
<body class="home-template has-sans-title has-sans-body">

<div class="gh-viewport">
    
    <header id="gh-navigation" class="gh-navigation is-middle-logo gh-outer is-dropdown-loaded">
    <div class="gh-navigation-inner gh-inner">

        <div class="gh-navigation-brand">
            <a class="gh-navigation-logo is-title" href="https://news.feathermc.com">
                    <img src="https://news.feathermc.com/content/images/2023/11/Frame-220.png" alt="Feather News">
            </a>
            <button class="gh-search gh-icon-button" aria-label="Search this site" data-ghost-search="">
    <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" width="20" height="20"><path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path></svg></button>            <button class="gh-burger gh-icon-button">
                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 256 256"><path d="M224,128a8,8,0,0,1-8,8H40a8,8,0,0,1,0-16H216A8,8,0,0,1,224,128ZM40,72H216a8,8,0,0,0,0-16H40a8,8,0,0,0,0,16ZM216,184H40a8,8,0,0,0,0,16H216a8,8,0,0,0,0-16Z"></path></svg>                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 256 256"><path d="M205.66,194.34a8,8,0,0,1-11.32,11.32L128,139.31,61.66,205.66a8,8,0,0,1-11.32-11.32L116.69,128,50.34,61.66A8,8,0,0,1,61.66,50.34L128,116.69l66.34-66.35a8,8,0,0,1,11.32,11.32L139.31,128Z"></path></svg>            </button>
        </div>

        <nav class="gh-navigation-menu">
            <ul class="nav">
    <li class="nav-home nav-current"><a href="https://news.feathermc.com/">Home</a></li>
    <li class="nav-news"><a href="https://news.feathermc.com/tag/news/">News</a></li>
    
    
<button class="gh-more-toggle gh-icon-button" aria-label="More"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="currentColor"><path d="M21.333 16c0-1.473 1.194-2.667 2.667-2.667v0c1.473 0 2.667 1.194 2.667 2.667v0c0 1.473-1.194 2.667-2.667 2.667v0c-1.473 0-2.667-1.194-2.667-2.667v0zM13.333 16c0-1.473 1.194-2.667 2.667-2.667v0c1.473 0 2.667 1.194 2.667 2.667v0c0 1.473-1.194 2.667-2.667 2.667v0c-1.473 0-2.667-1.194-2.667-2.667v0zM5.333 16c0-1.473 1.194-2.667 2.667-2.667v0c1.473 0 2.667 1.194 2.667 2.667v0c0 1.473-1.194 2.667-2.667 2.667v0c-1.473 0-2.667-1.194-2.667-2.667v0z"></path></svg><div class="gh-dropdown is-left"><li class="nav-changelogs"><a href="https://news.feathermc.com/tag/changelogs/">Changelogs</a></li><li class="nav-articles"><a href="https://news.feathermc.com/tag/articles/">Articles</a></li></div></button></ul>

        </nav>

        <div class="gh-navigation-actions">
                    <button class="gh-search gh-icon-button" aria-label="Search this site" data-ghost-search="">
    <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" width="20" height="20"><path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path></svg></button>        </div>

    </div>
</header>

    

    

    


<section class="gh-container is-list gh-outer">
    <div class="gh-container-inner gh-inner">
        
            <h2 class="gh-container-title">
                Latest
            </h2>

        <main class="gh-main">
            <div class="gh-feed">

                                <article class="gh-card post">
    <a class="gh-card-link" href="/store-update/">
            <figure class="gh-card-image">
                <img srcset="/content/images/size/w160/format/webp/2024/08/Store-Update.png 160w,
                            /content/images/size/w320/format/webp/2024/08/Store-Update.png 320w,
                            /content/images/size/w600/format/webp/2024/08/Store-Update.png 600w,
                            /content/images/size/w960/format/webp/2024/08/Store-Update.png 960w,
                            /content/images/size/w1200/format/webp/2024/08/Store-Update.png 1200w,
                            /content/images/size/w2000/format/webp/2024/08/Store-Update.png 2000w" sizes="320px" src="/content/images/size/w600/2024/08/Store-Update.png" alt="Store Update!" loading="lazy">
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Store Update!</h3>
                <p class="gh-card-excerpt is-body">Today we're introducing an update to our store! Rather than purchasing items through our store on website, you will now purchase points in-game. Afterwards, you can spend the points on cosmetics!

Packages for points will scale up, so the more points you purchase, the more "bonus"</p>
            <footer class="gh-card-meta"><!--
             -->
                    <span class="gh-card-author">By Brendan</span>
                    <time class="gh-card-date" datetime="2024-08-22">Aug 22, 2024</time>
                <!--
         --></footer>
        </div>
    </a>
</article>                                <article class="gh-card post">
    <a class="gh-card-link" href="/free-discord-cloak/">
            <figure class="gh-card-image">
                <img srcset="/content/images/size/w160/format/webp/2024/08/DDDD.png 160w,
                            /content/images/size/w320/format/webp/2024/08/DDDD.png 320w,
                            /content/images/size/w600/format/webp/2024/08/DDDD.png 600w,
                            /content/images/size/w960/format/webp/2024/08/DDDD.png 960w,
                            /content/images/size/w1200/format/webp/2024/08/DDDD.png 1200w,
                            /content/images/size/w2000/format/webp/2024/08/DDDD.png 2000w" sizes="320px" src="/content/images/size/w600/2024/08/DDDD.png" alt="FREE Discord Cloak!" loading="lazy">
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">FREE Discord Cloak!</h3>
                <p class="gh-card-excerpt is-body">Today we are announcing a FREE animated Discord Cloak! To get access, all you need to do is link your Discord account in the Feather Client Launcher and join our discord server at feathermc.com/discord!

Additionally, linking your account will give you the Verified role in the Discord server.</p>
            <footer class="gh-card-meta"><!--
             -->
                    <span class="gh-card-author">By Brendan</span>
                    <time class="gh-card-date" datetime="2024-08-16">Aug 16, 2024</time>
                <!--
         --></footer>
        </div>
    </a>
</article>                                <article class="gh-card post no-image">
    <a class="gh-card-link" href="/how-to-debug-crashing-client-issues/">
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">How to Debug Client/Crashing Issues</h3>
                <p class="gh-card-excerpt is-body">This blog post will give you a few things you can try to resolve typical client or crashing issues.


Use Repair Button

Use the repair button in launcher settings.


Disabling All External Mods

Disabling all external mods will allow us to isolate if something is an issue related with Feather</p>
            <footer class="gh-card-meta"><!--
             -->
                    <span class="gh-card-author">By Brendan</span>
                    <time class="gh-card-date" datetime="2023-09-19">Sep 19, 2023</time>
                <!--
         --></footer>
        </div>
    </a>
</article>                                <article class="gh-card post">
    <a class="gh-card-link" href="/feature-highlight-07-10/">
            <figure class="gh-card-image">
                <img srcset="/content/images/size/w160/format/webp/2023/07/Feature-Highlight.png 160w,
                            /content/images/size/w320/format/webp/2023/07/Feature-Highlight.png 320w,
                            /content/images/size/w600/format/webp/2023/07/Feature-Highlight.png 600w,
                            /content/images/size/w960/format/webp/2023/07/Feature-Highlight.png 960w,
                            /content/images/size/w1200/format/webp/2023/07/Feature-Highlight.png 1200w,
                            /content/images/size/w2000/format/webp/2023/07/Feature-Highlight.png 2000w" sizes="320px" src="/content/images/size/w600/2023/07/Feature-Highlight.png" alt="Feature Highlight 07/10" loading="lazy">
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Feature Highlight 07/10</h3>
                <p class="gh-card-excerpt is-body">We've just released a massive update with what we've been working on for the past month.


Custom Loading Screen

You are now able to customize the color of the Mojang loading screen.


Draggable Server List

You are able to reorganize your server list by dragging entries</p>
            <footer class="gh-card-meta"><!--
             -->
                    <span class="gh-card-author">By Brendan</span>
                    <time class="gh-card-date" datetime="2023-07-11">Jul 11, 2023</time>
                <!--
         --></footer>
        </div>
    </a>
</article>                                <article class="gh-card post no-image">
    <a class="gh-card-link" href="/dms-enabled-for-everyone/">
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Chat enabled for everyone</h3>
                <p class="gh-card-excerpt is-body">Chat messages are now enabled for everyone by default, you can change this to friends only in social settings!</p>
            <footer class="gh-card-meta"><!--
             -->
                    <span class="gh-card-author">By Brendan</span>
                    <time class="gh-card-date" datetime="2023-06-20">Jun 20, 2023</time>
                <!--
         --></footer>
        </div>
    </a>
</article>                                <article class="gh-card post">
    <a class="gh-card-link" href="/feature-highlight-02-08/">
            <figure class="gh-card-image">
                <img srcset="/content/images/size/w160/format/webp/2023/02/Feature-Highlight.png 160w,
                            /content/images/size/w320/format/webp/2023/02/Feature-Highlight.png 320w,
                            /content/images/size/w600/format/webp/2023/02/Feature-Highlight.png 600w,
                            /content/images/size/w960/format/webp/2023/02/Feature-Highlight.png 960w,
                            /content/images/size/w1200/format/webp/2023/02/Feature-Highlight.png 1200w,
                            /content/images/size/w2000/format/webp/2023/02/Feature-Highlight.png 2000w" sizes="320px" src="/content/images/size/w600/2023/02/Feature-Highlight.png" alt="Feature Highlight 02/08" loading="lazy">
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Feature Highlight 02/08</h3>
                <p class="gh-card-excerpt is-body">This post will highlight some new features added to Feather the past few months! Feel free to join our Discord and follow us on TikTok for weekly content!


Realistic Cloaks

ALL Feather Cloaks by default now come with a FREE realistic physic effect! Feel free to check out any of</p>
            <footer class="gh-card-meta"><!--
             -->
                    <span class="gh-card-author">By Brendan</span>
                    <time class="gh-card-date" datetime="2023-02-08">Feb 8, 2023</time>
                <!--
         --></footer>
        </div>
    </a>
</article>                                <article class="gh-card post">
    <a class="gh-card-link" href="/feature-updates/">
            <figure class="gh-card-image">
                <img srcset="/content/images/size/w160/format/webp/2022/11/Feature-Highlight.png 160w,
                            /content/images/size/w320/format/webp/2022/11/Feature-Highlight.png 320w,
                            /content/images/size/w600/format/webp/2022/11/Feature-Highlight.png 600w,
                            /content/images/size/w960/format/webp/2022/11/Feature-Highlight.png 960w,
                            /content/images/size/w1200/format/webp/2022/11/Feature-Highlight.png 1200w,
                            /content/images/size/w2000/format/webp/2022/11/Feature-Highlight.png 2000w" sizes="320px" src="/content/images/size/w600/2022/11/Feature-Highlight.png" alt="Feature Highlight 11/01" loading="lazy">
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Feature Highlight 11/01</h3>
                <p class="gh-card-excerpt is-body">Feather has had a ton of new features developed in the past couple months, this post will highlight some of the new features! We have a lot of more exciting stuff to come soon, join our Discord to keep up to date!


Multi-Language Support

We've added tons of</p>
            <footer class="gh-card-meta"><!--
             -->
                    <span class="gh-card-author">By Brendan</span>
                    <time class="gh-card-date" datetime="2022-11-01">Nov 1, 2022</time>
                <!--
         --></footer>
        </div>
    </a>
</article>                                <article class="gh-card post">
    <a class="gh-card-link" href="/host-a-free-minecraft-server/">
            <figure class="gh-card-image">
                <img srcset="/content/images/size/w160/format/webp/2022/05/Home-Page-1.png 160w,
                            /content/images/size/w320/format/webp/2022/05/Home-Page-1.png 320w,
                            /content/images/size/w600/format/webp/2022/05/Home-Page-1.png 600w,
                            /content/images/size/w960/format/webp/2022/05/Home-Page-1.png 960w,
                            /content/images/size/w1200/format/webp/2022/05/Home-Page-1.png 1200w,
                            /content/images/size/w2000/format/webp/2022/05/Home-Page-1.png 2000w" sizes="320px" src="/content/images/size/w600/2022/05/Home-Page-1.png" alt="Host a FREE Minecraft Server!" loading="lazy">
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Host a FREE Minecraft Server!</h3>
                <p class="gh-card-excerpt is-body">We've just released a new feature to host Minecraft server completely FREE! Servers are hosted directly on your PC and players connect through our proxies so you do not need to port forward nor and keeps your IP address safe.

 1. Click on servers on the left sidebar</p>
            <footer class="gh-card-meta"><!--
             -->
                    <span class="gh-card-author">By Brendan</span>
                    <time class="gh-card-date" datetime="2022-05-27">May 27, 2022</time>
                <!--
         --></footer>
        </div>
    </a>
</article>                    


            </div>
        </main>



    </div>
</section>
    
    <footer class="gh-footer gh-outer">
    <div class="gh-footer-inner gh-inner">

        <div class="gh-footer-bar">
            <span class="gh-footer-logo is-title">
                    <img src="https://news.feathermc.com/content/images/2023/11/Frame-220.png" alt="Feather News">
            </span>
            <nav class="gh-footer-menu">
                <ul class="nav">
    <li class="nav-main-site"><a href="https://feathermc.com/">Main Site</a></li>
</ul>

            </nav>
            <div class="gh-footer-copyright">
                Powered by <a href="https://ghost.org/" target="_blank" rel="noopener">Ghost</a>
            </div>
        </div>
        

    </div>
</footer>    
</div>


<script src="/assets/built/source.js?v=1e0b8dfdbc"></script>





<div id="sodo-search-root"></div></body></html>