https://bsky.app/profile/neseos.bsky.social/post/3lc4b4tim4c2n

ID de exploración:
74f33579-21a7-42a4-bcdd-8e50eb5813c7Finalizado
URL enviada:
https://bsky.app/profile/neseos.bsky.social/post/3lc4b4tim4c2n
Informe finalizado:

Enlaces: 2 encontrados

Los enlaces salientes identificados en la página

EnlaceTEXTO
https://bsky.socialbsky.social
https://atproto.comatproto.com

Variables JavaScript: 27 encontradas

Las variables JavaScript globales cargadas en el objeto de ventana de una página son variables declaradas fuera de las funciones y a las que se puede acceder desde cualquier lugar del código en el ámbito actual

NombreTipo
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
webpackChunkwebobject
__BUNDLE_START_TIME__number
setImmediatefunction
__SENTRY__object
FontAwesomeConfigobject
___FONT_AWESOME___object
__rootSiblingsInjectedboolean

Mensajes de registro de la consola: 6 encontrados

Mensajes registrados en la consola web

TipoCategoríaRegistrar
warningsecurity
URL
https://bsky.app/profile/neseos.bsky.social/post/3lc4b4tim4c2n
TEXTO
A preload for 'https://bsky.app/static/media/InterVariable.c9f788f6e7ebaec75d7c.ttf' is found, but is not used because the request credentials mode does not match. Consider taking a look at crossorigin attribute.
warningsecurity
URL
https://bsky.app/profile/neseos.bsky.social/post/3lc4b4tim4c2n
TEXTO
A preload for 'https://bsky.app/static/media/InterVariable-Italic.55d6a3f35e9b605ba6f4.ttf' is found, but is not used because the request credentials mode does not match. Consider taking a look at crossorigin attribute.
warningother
URL
https://bsky.app/profile/neseos.bsky.social/post/3lc4b4tim4c2n
TEXTO
The resource https://bsky.app/static/media/InterVariable-Italic.55d6a3f35e9b605ba6f4.ttf was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.
warningother
URL
https://bsky.app/profile/neseos.bsky.social/post/3lc4b4tim4c2n
TEXTO
The resource https://bsky.app/static/media/InterVariable.c9f788f6e7ebaec75d7c.ttf was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.
warningother
URL
https://bsky.app/profile/neseos.bsky.social/post/3lc4b4tim4c2n
TEXTO
The resource https://bsky.app/static/media/InterVariable-Italic.55d6a3f35e9b605ba6f4.ttf was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.
warningother
URL
https://bsky.app/profile/neseos.bsky.social/post/3lc4b4tim4c2n
TEXTO
The resource https://bsky.app/static/media/InterVariable.c9f788f6e7ebaec75d7c.ttf was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.

HTML

El cuerpo HTML sin procesar de la página

<!DOCTYPE html><html lang="en" class="theme--light"><head><style id="react-native-stylesheet"></style>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, viewport-fit=cover">
  <meta name="referrer" content="origin-when-cross-origin">
  <!--
    Preconnect to essential domains
  -->
  <link rel="preconnect" href="https://bsky.social">
  <link rel="preconnect" href="https://bsky.network">
  <title>NeseOS: "NeseOS Corporation has blocked the words (npc, don't forget to drink water, etc.) that make comments for likes etc. in the name of Allah from YouTube and Facebook platforms. It will not appear in comments and moderators will block it even if they see it!

#NeseOS #Windows #news #Roblox #SaveRoblox!" — Bluesky</title>

  <!-- Hello Humans! API docs at https://atproto.com -->

  <link rel="preload" as="font" type="font/ttf" href="/static/media/InterVariable.c9f788f6e7ebaec75d7c.ttf">
  <link rel="preload" as="font" type="font/ttf" href="/static/media/InterVariable-Italic.55d6a3f35e9b605ba6f4.ttf">

  <style>
    /**
     * Minimum styles required to render splash.
     *
     * ALL OTHER STYLES BELONG IN `src/style.css`
     *
     * THIS NEEDS TO BE DUPLICATED IN `bskyweb/templates/base.html`
     */
    @font-face {
      font-family: 'InterVariable';
      src: url("/static/media/InterVariable.c9f788f6e7ebaec75d7c.ttf") format('truetype');
      font-weight: 300 1000;
      font-style: normal;
      font-display: swap;
    }
    @font-face {
      font-family: 'InterVariableItalic';
      src: url("/static/media/InterVariable-Italic.55d6a3f35e9b605ba6f4.ttf") format('truetype');
      font-weight: 300 1000;
      font-style: italic;
      font-display: swap;
    }
    html {
      background-color: white;
      scrollbar-gutter: stable both-edges;
    }
    @media (prefers-color-scheme: dark) {
      html {
        background-color: black;
      }
    }
    html,
    body {
      margin: 0px;
      padding: 0px;
      font-family: InterVariable, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Liberation Sans', Helvetica, Arial, sans-serif;
      text-rendering: optimizeLegibility;
      /* Platform-specific reset */
      -webkit-overflow-scrolling: touch;
      -webkit-text-size-adjust: 100%;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -ms-overflow-style: scrollbar;
      font-synthesis-weight: none;
    }
    html,
    body,
    #root {
      display: flex;
      flex: 1 0 auto;
      min-height: 100%;
      width: 100%;
    }
    #splash {
      position: fixed;
      width: 100px;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%) translateY(-50px);
    }
    /* We need this style to prevent web dropdowns from shifting the display when opening */
    body {
      width: 100%;
    }
  </style>

  <script defer="defer" src="/static/js/792.36c6a7b2.js"></script>
<link rel="stylesheet" href="/static/css/main.fdefad73.css">
<script defer="defer" src="/static/js/main.fa829a0c.js"></script>
  <link rel="apple-touch-icon" sizes="180x180" href="/static/apple-touch-icon.png">
  <link rel="icon" type="image/png" sizes="32x32" href="/static/favicon-32x32.png">
  <link rel="icon" type="image/png" sizes="16x16" href="/static/favicon-16x16.png">
  <link rel="mask-icon" href="/static/safari-pinned-tab.svg" color="#1185fe">
  <meta name="theme-color" content="hsl(211, 20%, 100%)">
  <meta name="application-name" content="Bluesky">
  <meta name="generator" content="bskyweb">
  <meta property="og:site_name" content="Bluesky Social">
  <link type="application/activity+json" href="">

  <meta property="og:type" content="article">
  <meta property="profile:username" content="">
  <meta property="og:url" content="https://bsky.app/profile/neseos.bsky.social/post/3lc4b4tim4c2n">
  
  <meta property="og:title" content="NeseOS (@neseos.bsky.social)">
  
  <meta name="description" content="NeseOS Corporation has blocked the words (npc, don't forget to drink water, etc.) that make comments for likes etc. in the name of Allah from YouTube and Facebook platforms. It will not appear in comments and moderators will block it even if they see it!

#NeseOS #Windows #news #Roblox #SaveRoblox!">
  <meta property="og:description" content="NeseOS Corporation has blocked the words (npc, don't forget to drink water, etc.) that make comments for likes etc. in the name of Allah from YouTube and Facebook platforms. It will not appear in comments and moderators will block it even if they see it!

#NeseOS #Windows #news #Roblox #SaveRoblox!">
  
  
  <meta name="twitter:card" content="summary">
  
  <meta name="twitter:label1" content="Posted At">
  <meta name="twitter:value1" content="2024-11-29T18:57:34.654Z">
  <meta name="article:published_time" content="2024-11-29T18:57:34.654Z">
  <meta name="article:published_time" content="2024-11-29T18:57:34.654Z">
  <link rel="alternate" type="application/json+oembed" href="https://embed.bsky.app/oembed?format=json&amp;url=at%3A%2F%2Fdid%3Aplc%3A2z5fxha2cefo6kv73etn5opn%2Fapp.bsky.feed.post%2F3lc4b4tim4c2n">
  <link rel="alternate" href="at://did:plc:2z5fxha2cefo6kv73etn5opn/app.bsky.feed.post/3lc4b4tim4c2n">

<style id="ReanimatedPredefinedWebAnimationsStyle"></style><style id="ReanimatedCustomWebAnimationsStyle"></style><style id="expo-image-styles">
[data-expoimage] .cross-dissolve {
  transition-property: opacity;
  animation-fill-mode: forwards;
}
[data-expoimage] .cross-dissolve-start:not(.transitioning) {
  opacity: 0;
}
[data-expoimage] .cross-dissolve-active {
  opacity: 1;
}
[data-expoimage] .cross-dissolve-end {
  opacity: 0;
}
[data-expoimage] .flip-from-left {
  transition-property: transform, opacity;
  transition-timing-function: var(--expo-image-timing,linear), steps(2, jump-none) !important;
  transform-origin: center;

}
[data-expoimage] .flip-from-left-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  perspective: 1000px;
}
[data-expoimage] .flip-from-left-start:not(.transitioning) {
  transform:  translateZ(calc(var(--expo-image-width,1000px) * -1.25)) rotateY(-180deg);
  opacity: 0;
}
[data-expoimage] .flip-from-left-active {
  transform: translateZ(0px) rotateY(0) ;
  opacity:1;
}
[data-expoimage] .flip-from-left-end {
  transform:  translateZ(calc(var(--expo-image-width,1000px) * -1.25)) rotateY(180deg);
  opacity: 0;
}
[data-expoimage] .flip-from-right {
  transition-property: transform, opacity;
  transition-timing-function: var(--expo-image-timing,linear), steps(2, jump-none) !important;
  transform-origin: center;
}
[data-expoimage] .flip-from-right-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  perspective: 1000px;
}
[data-expoimage] .flip-from-right-start:not(.transitioning) {
  transform:  translateZ(calc(var(--expo-image-width,1000px) * -1.25)) rotateY(180deg);
  opacity: 0;
}
[data-expoimage] .flip-from-right-active {
  transform: translateZ(0px) rotateY(0) ;
  opacity:1;
}
[data-expoimage] .flip-from-right-end {
  transform:  translateZ(calc(var(--expo-image-width,1000px) * -1.25)) rotateY(-180deg);
  opacity: 0;
}
[data-expoimage] .flip-from-top {
  transition-property: transform, opacity;
  transition-timing-function: var(--expo-image-timing,linear), steps(2, jump-none) !important;
  transform-origin: center;
}
[data-expoimage] .flip-from-top-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  perspective: 1000px;
}
[data-expoimage] .flip-from-top-start:not(.transitioning) {
  transform:  translateZ(calc(var(--expo-image-height,1000px) * -1.5)) rotateX(180deg);
  opacity: 0;
}
[data-expoimage] .flip-from-top-active {
  transform: translateZ(0px) rotateX(0) ;
  opacity:1;
}
[data-expoimage] .flip-from-top-end {
  transform:  translateZ(calc(var(--expo-image-height,1000px) * -1.5)) rotateX(-180deg);
  opacity: 0;
}
[data-expoimage] .flip-from-bottom {
  transition-property: transform, opacity;
  transition-timing-function: var(--expo-image-timing,linear), steps(2, jump-none) !important;
  transform-origin: center;
}
[data-expoimage] .flip-from-bottom-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  perspective: 1000px;
}
[data-expoimage] .flip-from-bottom-start:not(.transitioning) {
  transform:  translateZ(calc(var(--expo-image-height,1000px) * -1.25)) rotateX(-180deg);
  opacity: 0;
}
[data-expoimage] .flip-from-bottom-active {
  transform: translateZ(0px) rotateX(0) ;
  opacity:1;
}
[data-expoimage] .flip-from-bottom-end {
  transform:  translateZ(calc(var(--expo-image-height,1000px) * -1.25)) rotateX(180deg);
  opacity: 0;
}
[data-expoimage] .image-timing-linear {
  --expo-image-timing: linear;
}
[data-expoimage] .image-timing-ease-in {
  --expo-image-timing: ease-in;
}
[data-expoimage] .image-timing-ease-out {
  --expo-image-timing: ease-out;
}
[data-expoimage] .image-timing-ease-in-out {
  --expo-image-timing: ease-in-out;
}
</style></head>
<body>
  <div id="root"><div class="css-175oi2r r-13awgt0 r-12vffkv"><div class="css-175oi2r r-13awgt0 r-12vffkv"><div class="css-175oi2r r-13awgt0"><div class="css-175oi2r r-14lw9ot" style="min-height: 100vh;"><main role="main" class="css-175oi2r" style="flex: 1 1 0%;"><div class="css-175oi2r r-13awgt0"><div class="css-175oi2r r-13awgt0"><div class="css-175oi2r r-13awgt0 r-1d5kdc7 r-1p0dtai r-1d2f490 r-u8s1d r-zchlnj r-ipm5af" style="background-color: rgb(242, 242, 242); display: flex;"><div class="css-175oi2r r-13awgt0"><div class="css-175oi2r r-13awgt0" style="background-color: rgb(255, 255, 255);"><div class="css-175oi2r" data-testid="postThreadScreen" style="padding-top: 0px; min-height: 100vh;"><div class="css-175oi2r" style="flex: 1 1 0%;"><div class="css-175oi2r r-1jj8364 r-lchren r-1ye8kvj r-13qz1uu" style="flex: 1 1 0%; border-left-width: 1px; border-right-width: 1px; border-color: rgb(212, 219, 226);"><div class="css-175oi2r r-18u37iz r-vuvdlw r-3o4zer r-13qz1uu r-qklmqi" style="background-color: rgb(255, 255, 255); border-color: rgb(212, 219, 226);"><div class="css-175oi2r" style="flex: 1 1 0%;"><div class="css-175oi2r" style="flex-direction: row; align-items: center;"><button aria-label="Menu" role="button" class="css-175oi2r r-1i6wzkk r-lrvibr r-1loqt21 r-1otgn73 r-1g7fiml r-1d4mawv r-m2pi6t r-199wky7" data-testid="viewHeaderDrawerBtn" type="button" style="transition-duration: 0s;"></button><div class="css-175oi2r r-1awozwy r-1jj8364 r-lchren r-633pao"><div dir="auto" class="css-146c3p1" style="color: rgb(11, 15, 20); font-weight: 600; font-size: 19px; letter-spacing: 0px; font-family: InterVariable, system-ui, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, Helvetica, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;; font-variant: no-contextual;">Post</div></div><div class="css-175oi2r r-1g7fiml r-1d4mawv r-m2pi6t r-199wky7"></div></div></div></div><div class="css-175oi2r"><div class="css-175oi2r r-633pao r-1wyyakw r-1p0dtai r-1d2f490 r-1xcajam r-zchlnj r-ipm5af"></div><div class="css-175oi2r r-1jj8364 r-lchren r-1ye8kvj r-13qz1uu r-sa2ff0" style="border-color: rgb(212, 219, 226);"><div class="css-175oi2r r-633pao r-1wyyakw r-1d2f490 r-u8s1d r-zchlnj r-ipm5af"></div><div class="css-175oi2r r-633pao r-1wyyakw"></div><div class="css-175oi2r"><div class="css-175oi2r"><div class="css-175oi2r" data-testid="postThreadItem-by-neseos.bsky.social" style="padding-left: 16px; padding-right: 16px; border-color: rgb(212, 219, 226); padding-top: 16px;"><div class="css-175oi2r" style="flex-direction: row; gap: 12px; padding-bottom: 12px;"><div class="css-175oi2r" style="flex-shrink: 1;"><div class="css-175oi2r" style="flex-shrink: 1;"><a href="/profile/neseos.bsky.social" aria-label="NeseOS's avatar" role="link" data-no-underline="1" tabindex="0" class="css-175oi2r r-1loqt21 r-1otgn73" style="flex-direction: row; align-items: center; justify-content: flex-start;"><div class="css-175oi2r" style="width: 42px; height: 42px;"><div class="css-175oi2r r-1mlwlqe r-1udh08x r-417010" data-testid="userAvatarImage" style="width: 42px; height: 42px; border-radius: 21px; background-color: rgb(241, 243, 245);"><div class="css-175oi2r r-1niwhzg r-vvn4in r-u6sd8q r-1p0dtai r-1pi2tsx r-1d2f490 r-u8s1d r-zchlnj r-ipm5af r-13qz1uu r-1wyyakw r-4gszlv" style="background-image: url(&quot;https://cdn.bsky.app/img/avatar_thumbnail/plain/did:plc:2z5fxha2cefo6kv73etn5opn/bafkreih45j5khclxtb7chbvzkesemz3ayyaflabjgfrdo2bis3n6pxpxcy@jpeg&quot;);"></div><img alt="" draggable="false" src="https://cdn.bsky.app/img/avatar_thumbnail/plain/did:plc:2z5fxha2cefo6kv73etn5opn/bafkreih45j5khclxtb7chbvzkesemz3ayyaflabjgfrdo2bis3n6pxpxcy@jpeg" class="css-9pa8cd"></div><div class="css-175oi2r" style="position: absolute; inset: 0px; border-width: 1px; border-color: rgb(212, 219, 226); opacity: 0.6; pointer-events: none; border-radius: 21px;"></div></div></a></div></div><div class="css-175oi2r" style="flex: 1 1 0%;"><div aria-label="neseos.bsky.social" role="link" tabindex="0" class="css-175oi2r r-1loqt21 r-1otgn73 r-13awgt0"><div dir="auto" class="css-146c3p1 r-dnmrzs r-1udh08x r-1udbk01 r-3s2u2q r-1iln25a" style="font-size: 16.875px; letter-spacing: 0px; color: rgb(11, 15, 20); font-weight: 600; line-height: 22px; align-self: flex-start; font-family: InterVariable, system-ui, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, Helvetica, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;; font-variant: no-contextual;">NeseOS</div></div><div aria-label="neseos.bsky.social" role="link" tabindex="0" class="css-175oi2r r-1loqt21 r-1otgn73 r-13awgt0"><div dir="auto" class="css-146c3p1 r-dnmrzs r-1udh08x r-1udbk01 r-3s2u2q r-1iln25a" style="font-size: 15px; letter-spacing: 0px; color: rgb(66, 87, 108); line-height: 20px; font-family: InterVariable, system-ui, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, Helvetica, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;; font-variant: no-contextual;">‪@neseos.bsky.social‬</div></div></div><div class="css-175oi2r"><button aria-label="Follow neseos.bsky.social" role="button" tabindex="0" class="css-175oi2r r-1loqt21 r-1otgn73" data-testid="followBtn" type="button" style="flex-direction: row; align-items: center; justify-content: center; background-color: rgb(37, 51, 66); padding: 9px 12px; border-radius: 999px; gap: 6px;"><div class="css-175oi2r" style="z-index: 20; width: 16px; height: 16px; opacity: 1; margin-left: -2px; margin-right: 0px;"><div class="css-175oi2r" style="position: absolute; width: 16px; height: 16px; top: 50%; left: 50%; transform: translateX(-8px) translateY(-8px);"><svg fill="none" width="16" viewBox="0 0 24 24" height="16" style="color: rgb(212, 219, 226); pointer-events: none;"><path fill="hsl(211, 20%, 85.89999999999999%)" fill-rule="evenodd" clip-rule="evenodd" d="M12 3a1 1 0 0 1 1 1v7h7a1 1 0 1 1 0 2h-7v7a1 1 0 1 1-2 0v-7H4a1 1 0 1 1 0-2h7V4a1 1 0 0 1 1-1Z"></path></svg></div></div><div dir="auto" class="css-146c3p1" style="font-size: 13.125px; letter-spacing: 0px; color: rgb(212, 219, 226); font-weight: 600; text-align: center; line-height: 15px; font-family: InterVariable, system-ui, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, Helvetica, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;; font-variant: no-contextual;">Follow</div></button></div></div><div class="css-175oi2r" style="padding-bottom: 8px;"><div class="css-175oi2r"><div dir="auto" data-word-wrap="1" class="css-146c3p1 r-1xnzce8" style="font-size: 18.75px; letter-spacing: 0px; color: rgb(11, 15, 20); line-height: 24px; flex: 1 1 0%; font-family: InterVariable, system-ui, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, Helvetica, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;; font-variant: no-contextual;">NeseOS Corporation has blocked the words (npc, don't forget to drink water, etc.) that make comments for likes etc. in the name of Allah from YouTube and Facebook platforms. It will not appear in comments and moderators will block it even if they see it!

<div class="css-175oi2r r-xoduu5"><button aria-expanded="false" aria-haspopup="menu" aria-label="Click here to open tag menu for NeseOS" role="button" tabindex="0" class="css-175oi2r r-xoduu5 r-1loqt21 r-1otgn73" id="radix-:r3:" type="button" style="text-align: left;"><span class="css-1jxf684 r-1xnzce8" style="font-size: 18.75px; letter-spacing: 0px; color: rgb(16, 131, 254); cursor: pointer; line-height: 24px; flex: 1 1 0%; font-family: InterVariable, system-ui, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, Helvetica, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;; font-variant: no-contextual;">#NeseOS</span></button></div> <div class="css-175oi2r r-xoduu5"><button aria-expanded="false" aria-haspopup="menu" aria-label="Click here to open tag menu for Windows" role="button" tabindex="0" class="css-175oi2r r-xoduu5 r-1loqt21 r-1otgn73" id="radix-:r5:" type="button" style="text-align: left;"><span class="css-1jxf684 r-1xnzce8" style="font-size: 18.75px; letter-spacing: 0px; color: rgb(16, 131, 254); cursor: pointer; line-height: 24px; flex: 1 1 0%; font-family: InterVariable, system-ui, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, Helvetica, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;; font-variant: no-contextual;">#Windows</span></button></div> <div class="css-175oi2r r-xoduu5"><button aria-expanded="false" aria-haspopup="menu" aria-label="Click here to open tag menu for news" role="button" tabindex="0" class="css-175oi2r r-xoduu5 r-1loqt21 r-1otgn73" id="radix-:r7:" type="button" style="text-align: left;"><span class="css-1jxf684 r-1xnzce8" style="font-size: 18.75px; letter-spacing: 0px; color: rgb(16, 131, 254); cursor: pointer; line-height: 24px; flex: 1 1 0%; font-family: InterVariable, system-ui, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, Helvetica, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;; font-variant: no-contextual;">#news</span></button></div> <div class="css-175oi2r r-xoduu5"><button aria-expanded="false" aria-haspopup="menu" aria-label="Click here to open tag menu for Roblox" role="button" tabindex="0" class="css-175oi2r r-xoduu5 r-1loqt21 r-1otgn73" id="radix-:r9:" type="button" style="text-align: left;"><span class="css-1jxf684 r-1xnzce8" style="font-size: 18.75px; letter-spacing: 0px; color: rgb(16, 131, 254); cursor: pointer; line-height: 24px; flex: 1 1 0%; font-family: InterVariable, system-ui, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, Helvetica, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;; font-variant: no-contextual;">#Roblox</span></button></div> <div class="css-175oi2r r-xoduu5"><button aria-expanded="false" aria-haspopup="menu" aria-label="Click here to open tag menu for SaveRoblox" role="button" tabindex="0" class="css-175oi2r r-xoduu5 r-1loqt21 r-1otgn73" id="radix-:rb:" type="button" style="text-align: left;"><span class="css-1jxf684 r-1xnzce8" style="font-size: 18.75px; letter-spacing: 0px; color: rgb(16, 131, 254); cursor: pointer; line-height: 24px; flex: 1 1 0%; font-family: InterVariable, system-ui, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, Helvetica, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;; font-variant: no-contextual;">#SaveRoblox</span></button></div>!</div></div><div class="css-175oi2r" style="gap: 12px; padding-top: 12px; align-items: flex-start;"><div class="css-175oi2r" style="flex-flow: wrap; align-items: center; gap: 8px;"><div dir="auto" class="css-146c3p1" style="font-size: 13.125px; letter-spacing: 0px; color: rgb(66, 87, 108); line-height: 13.125px; font-family: InterVariable, system-ui, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, Helvetica, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;; font-variant: no-contextual;">November 29, 2024 at 6:57 PM</div><button aria-label="Who can reply" role="button" tabindex="0" class="css-175oi2r r-1loqt21 r-1otgn73" type="button" style="flex-direction: row; align-items: center; justify-content: center;"><div class="css-175oi2r" style="flex-direction: row; align-items: center; gap: 4px;"><svg fill="none" width="16" viewBox="0 0 24 24" height="16"><path fill="hsl(211, 20%, 62.4%)" fill-rule="evenodd" clip-rule="evenodd" d="M8 5a2 2 0 1 0 0 4 2 2 0 0 0 0-4ZM4 7a4 4 0 1 1 8 0 4 4 0 0 1-8 0Zm13-1a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Zm-3.5 1.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0Zm5.826 7.376c-.919-.779-2.052-1.03-3.1-.787a1 1 0 0 1-.451-1.949c1.671-.386 3.45.028 4.844 1.211 1.397 1.185 2.348 3.084 2.524 5.579a1 1 0 0 1-.997 1.07H18a1 1 0 1 1 0-2h3.007c-.29-1.47-.935-2.49-1.681-3.124ZM3.126 19h9.747c-.61-3.495-2.867-5-4.873-5-2.006 0-4.263 1.505-4.873 5ZM8 12c3.47 0 6.64 2.857 6.998 7.93A1 1 0 0 1 14 21H2a1 1 0 0 1-.998-1.07C1.36 14.857 4.53 12 8 12Z"></path></svg><div dir="auto" class="css-146c3p1" style="font-size: 13.125px; letter-spacing: 0px; color: rgb(66, 87, 108); line-height: 15px; font-family: InterVariable, system-ui, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, Helvetica, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;; font-variant: no-contextual;">Everybody can reply</div></div></button></div></div><div class="css-175oi2r" style="flex-direction: row; align-items: center; gap: 16px; border-top-width: 1px; border-bottom-width: 1px; margin-top: 12px; padding-top: 12px; padding-bottom: 12px; border-color: rgb(212, 219, 226);"><div aria-label="Reposts of this post" role="link" tabindex="0" class="css-175oi2r r-1loqt21 r-1otgn73"><div dir="auto" class="css-146c3p1" data-testid="repostCount-expanded" style="font-size: 15px; letter-spacing: 0px; color: rgb(66, 87, 108); line-height: 15px; font-family: InterVariable, system-ui, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, Helvetica, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;; font-variant: no-contextual;"><span class="css-1jxf684" style="font-size: 15px; letter-spacing: 0px; color: rgb(11, 15, 20); font-weight: 600; line-height: 15px; font-family: InterVariable, system-ui, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, Helvetica, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;; font-variant: no-contextual;">2</span> reposts</div></div><div aria-label="Likes on this post" role="link" tabindex="0" class="css-175oi2r r-1loqt21 r-1otgn73"><div dir="auto" class="css-146c3p1" data-testid="likeCount-expanded" style="font-size: 15px; letter-spacing: 0px; color: rgb(66, 87, 108); line-height: 15px; font-family: InterVariable, system-ui, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, Helvetica, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;; font-variant: no-contextual;"><span class="css-1jxf684" style="font-size: 15px; letter-spacing: 0px; color: rgb(11, 15, 20); font-weight: 600; line-height: 15px; font-family: InterVariable, system-ui, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, Helvetica, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;; font-variant: no-contextual;">2</span> likes</div></div></div><div class="css-175oi2r" style="padding-top: 8px; padding-bottom: 2px; margin-left: -5px;"><div class="css-175oi2r" style="flex-direction: row; justify-content: space-between; align-items: center;"><div class="css-175oi2r" style="align-items: center;"><button aria-label="Reply (0 replies)" role="button" tabindex="0" class="css-175oi2r r-1loqt21 r-1otgn73" data-testid="replyBtn" type="button" style="gap: 4px; border-radius: 999px; flex-direction: row; justify-content: center; align-items: center; overflow: hidden; padding: 5px;"><svg fill="none" width="22" viewBox="0 0 24 24" height="22" style="color: rgb(111, 134, 159); pointer-events: none;"><path fill="hsl(211, 20%, 53%)" fill-rule="evenodd" clip-rule="evenodd" d="M2.002 6a3 3 0 0 1 3-3h14a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H12.28l-4.762 2.858A1 1 0 0 1 6.002 21v-2h-1a3 3 0 0 1-3-3V6Zm3-1a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h2a1 1 0 0 1 1 1v1.234l3.486-2.092a1 1 0 0 1 .514-.142h7a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1h-14Z"></path></svg></button></div><div class="css-175oi2r" style="align-items: center;"><button aria-label="Repost or quote post" role="button" tabindex="0" class="css-175oi2r r-1loqt21 r-1otgn73" type="button" style="flex-direction: row; align-items: center; justify-content: center; border-radius: 999px; padding: 0px;"><div class="css-175oi2r" style="flex-direction: row; align-items: center; gap: 4px; padding: 5px;"><svg fill="none" width="22" viewBox="0 0 24 24" height="22" style="color: rgb(111, 134, 159);"><path fill="hsl(211, 20%, 53%)" fill-rule="evenodd" clip-rule="evenodd" d="M17.957 2.293a1 1 0 1 0-1.414 1.414L17.836 5H6a3 3 0 0 0-3 3v3a1 1 0 1 0 2 0V8a1 1 0 0 1 1-1h11.836l-1.293 1.293a1 1 0 0 0 1.414 1.414l2.47-2.47a1.75 1.75 0 0 0 0-2.474l-2.47-2.47ZM20 12a1 1 0 0 1 1 1v3a3 3 0 0 1-3 3H6.164l1.293 1.293a1 1 0 1 1-1.414 1.414l-2.47-2.47a1.75 1.75 0 0 1 0-2.474l2.47-2.47a1 1 0 0 1 1.414 1.414L6.164 17H18a1 1 0 0 0 1-1v-3a1 1 0 0 1 1-1Z"></path></svg><div dir="auto" class="css-146c3p1" data-testid="repostCount" style="font-size: 15px; letter-spacing: 0px; color: rgb(111, 134, 159); user-select: none; line-height: 15px; font-family: InterVariable, system-ui, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, Helvetica, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;; font-variant: no-contextual;">2</div></div></button></div><div class="css-175oi2r" style="align-items: center;"><button aria-label="Like (2 likes)" role="button" tabindex="0" class="css-175oi2r r-1loqt21 r-1otgn73" data-testid="likeBtn" type="button" style="gap: 4px; border-radius: 999px; flex-direction: row; justify-content: center; align-items: center; overflow: hidden; padding: 5px;"><div class="css-175oi2r"><svg fill="none" width="22" viewBox="0 0 24 24" height="22" style="color: rgb(111, 134, 159); pointer-events: none;"><path fill="hsl(211, 20%, 53%)" fill-rule="evenodd" clip-rule="evenodd" d="M16.734 5.091c-1.238-.276-2.708.047-4.022 1.38a1 1 0 0 1-1.424 0C9.974 5.137 8.504 4.814 7.266 5.09c-1.263.282-2.379 1.206-2.92 2.556C3.33 10.18 4.252 14.84 12 19.348c7.747-4.508 8.67-9.168 7.654-11.7-.541-1.351-1.657-2.275-2.92-2.557Zm4.777 1.812c1.604 4-.494 9.69-9.022 14.47a1 1 0 0 1-.978 0C2.983 16.592.885 10.902 2.49 6.902c.779-1.942 2.414-3.334 4.342-3.764 1.697-.378 3.552.003 5.169 1.286 1.617-1.283 3.472-1.664 5.17-1.286 1.927.43 3.562 1.822 4.34 3.764Z"></path></svg><div class="css-175oi2r" style="position: absolute; background-color: rgb(236, 72, 153); top: 0px; left: 0px; width: 22px; height: 22px; z-index: -1; pointer-events: none; border-radius: 11px; opacity: 0;"></div><div class="css-175oi2r" style="position: absolute; background-color: rgb(255, 255, 255); top: 0px; left: 0px; width: 22px; height: 22px; z-index: -1; pointer-events: none; border-radius: 11px; opacity: 0;"></div></div><div class="css-175oi2r"><div class="css-175oi2r"><div dir="auto" class="css-146c3p1" data-testid="likeCount" style="color: rgb(111, 134, 159); font-size: 15px; letter-spacing: 0px; font-weight: 400; user-select: none; font-family: InterVariable, system-ui, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, Helvetica, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;; font-variant: no-contextual;">2</div></div></div></button></div><div class="css-175oi2r" style="align-items: center;"><button aria-label="Share" role="button" tabindex="0" class="css-175oi2r r-1loqt21 r-1otgn73" data-testid="shareBtn" type="button" style="gap: 4px; border-radius: 999px; flex-direction: row; justify-content: center; align-items: center; overflow: hidden; padding: 5px;"><svg fill="none" width="22" viewBox="0 0 24 24" height="22" style="color: rgb(111, 134, 159); pointer-events: none;"><path fill="hsl(211, 20%, 53%)" fill-rule="evenodd" clip-rule="evenodd" d="M12.707 3.293a1 1 0 0 0-1.414 0l-4.5 4.5a1 1 0 0 0 1.414 1.414L11 6.414v8.836a1 1 0 1 0 2 0V6.414l2.793 2.793a1 1 0 1 0 1.414-1.414l-4.5-4.5ZM5 12.75a1 1 0 1 0-2 0V20a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-7.25a1 1 0 1 0-2 0V19H5v-6.25Z"></path></svg></button></div><div class="css-175oi2r" style="align-items: center;"><div class="css-175oi2r"><button aria-expanded="false" aria-haspopup="menu" aria-label="Open post options menu" role="button" tabindex="0" class="css-175oi2r r-1loqt21 r-1otgn73" id="radix-:rl:" data-testid="postDropdownBtn" type="button" style="padding: 5px; border-radius: 999px;"><svg fill="none" viewBox="0 0 24 24" width="20" height="20" style="pointer-events: none;"><path fill="hsl(211, 20%, 53%)" fill-rule="evenodd" clip-rule="evenodd" d="M2 12a2 2 0 1 1 4 0 2 2 0 0 1-4 0Zm16 0a2 2 0 1 1 4 0 2 2 0 0 1-4 0Zm-6-2a2 2 0 1 0 0 4 2 2 0 0 0 0-4Z"></path></svg></button></div></div></div></div></div></div></div></div><div class="css-175oi2r"></div><div class="css-175oi2r r-633pao r-1wyyakw"></div><div class="css-175oi2r" style="width: 100%; align-items: center; border-top-width: 1px; padding-bottom: 16px; border-color: rgb(212, 219, 226); height: 400px; padding-top: 30px;"></div></div></div></div></div></div></div></div></div></div></div></main><nav role="navigation" class="css-175oi2r" style="position: fixed; bottom: 0px; left: 0px; right: 0px; flex-direction: row; border-top-width: 1px; padding-left: 5px; padding-right: 10px; background-color: rgb(255, 255, 255); border-color: rgb(212, 219, 226); pointer-events: auto; opacity: 1; transform: translateY(0px);"><div class="css-175oi2r" style="width: 100%; flex-direction: row; align-items: center; justify-content: space-between; padding: 14px 6px 14px 14px; gap: 8px;"><div class="css-175oi2r" style="flex-direction: row; align-items: center; gap: 12px;"><svg fill="none" viewBox="0 0 64 57" width="32" style="width: 32px; height: 28.5px;"><path fill="#0085ff" d="M13.873 3.805C21.21 9.332 29.103 20.537 32 26.55v15.882c0-.338-.13.044-.41.867-1.512 4.456-7.418 21.847-20.923 7.944-7.111-7.32-3.819-14.64 9.125-16.85-7.405 1.264-15.73-.825-18.014-9.015C1.12 23.022 0 8.51 0 6.55 0-3.268 8.579-.182 13.873 3.805ZM50.127 3.805C42.79 9.332 34.897 20.537 32 26.55v15.882c0-.338.13.044.41.867 1.512 4.456 7.418 21.847 20.923 7.944 7.111-7.32 3.819-14.64-9.125-16.85 7.405 1.264 15.73-.825 18.014-9.015C62.88 23.022 64 8.51 64 6.55c0-9.818-8.578-6.732-13.873-2.745Z"></path></svg><div class="css-175oi2r" style="padding-top: 4px;"><svg fill="none" viewBox="0 0 64 17" width="80" height="21.25"><path fill="hsl(211, 28%, 6%)" d="M8.478 6.252c1.503.538 2.3 1.78 2.3 3.172 0 2.356-1.576 3.785-4.6 3.785H0V0h5.974c2.875 0 4.267 1.466 4.267 3.413 0 1.3-.594 2.245-1.763 2.839Zm-2.69-4.193H2.504v3.45h3.284c1.28 0 1.967-.667 1.967-1.78 0-1.02-.705-1.67-1.967-1.67Zm-3.284 9.072h3.544c1.41 0 2.17-.65 2.17-1.818 0-1.224-.723-1.837-2.17-1.837H2.504v3.655ZM14.251 13.209h-2.337V0h2.337v13.209ZM22.001 8.998V3.636h2.338v9.573h-2.263v-1.392c-.724 1.076-1.726 1.614-3.006 1.614-2.022 0-3.34-1.224-3.34-3.45V3.636h2.338v5.955c0 1.206.594 1.818 1.8 1.818 1.132 0 2.133-.835 2.133-2.411ZM34.979 8.59v.556h-7.161c.167 1.651 1.076 2.467 2.486 2.467 1.076 0 1.8-.463 2.189-1.372h2.244c-.5 1.947-2.17 3.19-4.452 3.19-1.428 0-2.579-.463-3.45-1.372-.872-.91-1.318-2.115-1.318-3.637 0-1.502.427-2.708 1.299-3.636.872-.909 2.004-1.372 3.432-1.372 1.447 0 2.597.482 3.45 1.428.854.946 1.28 2.208 1.28 3.747Zm-4.75-3.358c-1.28 0-2.17.742-2.393 2.281h4.805c-.204-1.391-1.057-2.281-2.411-2.281ZM40.16 13.469c-2.783 0-4.249-1.095-4.379-3.303h2.282c.13 1.188.724 1.633 2.134 1.633 1.261 0 1.892-.39 1.892-1.15 0-.687-.445-1.02-1.874-1.262l-1.094-.185c-2.097-.353-3.136-1.318-3.136-2.894 0-1.8 1.429-2.894 3.97-2.894 2.728 0 4.138 1.075 4.23 3.246h-2.207c-.056-1.169-.742-1.577-2.023-1.577-1.113 0-1.67.371-1.67 1.113 0 .668.483.965 1.596 1.169l1.206.186c2.32.426 3.32 1.28 3.32 2.912 0 1.93-1.557 3.006-4.247 3.006ZM54.667 13.209h-2.671l-2.783-4.453-1.447 1.447v3.006h-2.3V0h2.3v7.606l3.896-3.97h2.783l-3.618 3.618 3.84 5.955ZM60.772 6.048l.78-2.412H64l-3.692 10.352c-.39 1.057-.872 1.818-1.484 2.245-.612.426-1.484.63-2.634.63-.39 0-.724-.018-1.02-.055V14.97h.89c1.057 0 1.577-.65 1.577-1.54 0-.445-.149-1.094-.446-1.929l-2.746-7.866h2.487l.779 2.393c.575 1.8 1.076 3.58 1.521 5.343.408-1.521.928-3.302 1.54-5.324Z"></path></svg></div></div><div class="css-175oi2r" style="flex-direction: row; align-items: center; gap: 8px;"><button aria-label="Sign up" role="button" tabindex="0" class="css-175oi2r r-1loqt21 r-1otgn73 r-1fuqb1j r-11f147o r-gu64tb" type="button" style="background-color: rgb(0, 133, 255);"><div dir="auto" class="css-146c3p1" style="color: rgb(255, 255, 255); font-size: 14px; letter-spacing: 0px; font-weight: 600; font-family: InterVariable, system-ui, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, Helvetica, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;; font-variant: no-contextual;">Sign up</div></button><button aria-label="Sign in" role="button" tabindex="0" class="css-175oi2r r-1loqt21 r-1otgn73 r-1fuqb1j r-11f147o r-gu64tb" type="button" style="background-color: rgb(241, 243, 245);"><div dir="auto" class="css-146c3p1" style="color: rgb(11, 15, 20); font-size: 14px; letter-spacing: 0px; font-weight: 600; font-family: InterVariable, system-ui, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, Helvetica, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;; font-variant: no-contextual;">Sign in</div></button></div></div></nav><div class="css-175oi2r"></div></div></div></div></div></div>

  <noscript>
    <h1 lang="en">JavaScript Required</h1>
    <p lang="en">This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
    <p lang="en">Learn more about Bluesky at <a href="https://bsky.social">bsky.social</a> and <a href="https://atproto.com">atproto.com</a>.
    <div id="bsky_post_summary">
  <h3>Post</h3>
  <p id="bsky_display_name">NeseOS</p>
  <p id="bsky_handle">neseos.bsky.social</p>
  <p id="bsky_did">did:plc:2z5fxha2cefo6kv73etn5opn</p>
  <p id="bsky_post_text">NeseOS Corporation has blocked the words (npc, don&#39;t forget to drink water, etc.) that make comments for likes etc. in the name of Allah from YouTube and Facebook platforms. It will not appear in comments and moderators will block it even if they see it!

#NeseOS #Windows #news #Roblox #SaveRoblox!</p>
  <p id="bsky_post_indexedat">2024-11-29T18:57:34.654Z</p>
</div>

  </noscript>


<div style="position: fixed; left: 0px; top: 0px; width: 0px; height: 0px; z-index: -1; overflow: hidden; visibility: hidden; transition-duration: 0.05s; transition-property: padding; transition-delay: 0s; padding-top: env(safe-area-inset-top); padding-bottom: env(safe-area-inset-bottom); padding-left: env(safe-area-inset-left); padding-right: env(safe-area-inset-right);"></div></body></html>