@import url('https://fonts.googleapis.com/css?family=Basic|IBM+Plex+Mono:400,700'); @supports(--css: variables) { :root { /* Typefaces */ --body-font: 'IBM Plex Mono', monospace; --header-font: 'IBM Plex Mono', sans-serif; --title-font: 'IBM Plex Mono', monospace; --mono-font: "IBM Plex Mono", monospace; /* Standard Colors */ --white-monochrome: 238, 238, 216; --pale-gray-monochrome: 233, 231, 204; --light-gray-monochrome: 147, 147, 147; --gray-monochrome: 127, 127, 127; --dark-gray-monochrome: 101, 101, 101; --black-monochrome: 25, 20, 16; --bright-accent: 145, 179, 153; --medium-accent: 145, 179, 153; --dark-accent: 105, 133, 111; --swatch-text-general: var(--swatch-text-dark); --logo-image: url("https://scp-wiki.wdfiles.com/local--files/theme:scp-offices-theme/scpoffices_logo.svg"); --background-gradient-color: 215, 215, 215; --background-gradient-distance: 40rem; /* Link Colors */ --link-color: var(--bright-accent); --visited-link-color: var(--dark-accent); --hover-link-color: var(--dark-accent); --newpage-color: 221, 102, 17; scrollbar-color: rgba(var(--white-monochrome), 1) rgba(var(--bright-accent), 0.50); } #container-wrap-wrap { background-image: -webkit-repeating-linear-gradient(top, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0) 0.25vh, rgba(88, 88, 88, 0.1) 0.35vh, rgba(88, 88, 88, 0.2) 0.5vh), -webkit-linear-gradient(top, rgba(var(--black-monochrome), 1) var(--header-height-on-desktop), rgba(var(--gray-monochrome), 1) calc(var(--header-height-on-desktop) + 0.125rem), rgba(var(--gray-monochrome), 1) -webkit-calc(100% - 0.125rem), rgba(var(--gray-monochrome), 1) -webkit-calc(100% - 0.125rem), rgba(var(--black-monochrome), 1) 100%); background-image: -moz-repeating-linear-gradient(top, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0) 0.25vh, rgba(88, 88, 88, 0.1) 0.35vh, rgba(88, 88, 88, 0.2) 0.5vh), -moz-linear-gradient(top, rgba(var(--black-monochrome), 1) var(--header-height-on-desktop), rgba(var(--gray-monochrome), 1) calc(var(--header-height-on-desktop) + 0.125rem), rgba(var(--gray-monochrome), 1) -moz-calc(100% - 0.125rem), rgba(var(--gray-monochrome), 1) -moz-calc(100% - 0.125rem), rgba(var(--black-monochrome), 1) 100%); background-image: repeating-linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0) 0.25vh, rgba(88, 88, 88, 0.1) 0.35vh, rgba(88, 88, 88, 0.2) 0.5vh), -webkit-gradient(linear, left top, left bottom, color-stop(var(--header-height-on-desktop), rgba(var(--black-monochrome), 1)), color-stop(calc(var(--header-height-on-desktop) + 0.125rem), rgba(var(--gray-monochrome), 1)), color-stop(rgba(var(--gray-monochrome), 1)), color-stop(rgba(var(--gray-monochrome), 1)), to(rgba(var(--black-monochrome), 1))); background-image: -o-repeating-linear-gradient(top, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0) 0.25vh, rgba(88, 88, 88, 0.1) 0.35vh, rgba(88, 88, 88, 0.2) 0.5vh), -o-linear-gradient(top, rgba(var(--black-monochrome), 1) var(--header-height-on-desktop), rgba(var(--gray-monochrome), 1) calc(var(--header-height-on-desktop) + 0.125rem), rgba(var(--gray-monochrome), 1) calc(100% - 0.125rem), rgba(var(--gray-monochrome), 1) calc(100% - 0.125rem), rgba(var(--black-monochrome), 1) 100%); background-image: repeating-linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0) 0.25vh, rgba(88, 88, 88, 0.1) 0.35vh, rgba(88, 88, 88, 0.2) 0.5vh), linear-gradient(to bottom, rgba(var(--black-monochrome), 1) var(--header-height-on-desktop), rgba(var(--gray-monochrome), 1) calc(var(--header-height-on-desktop) + 0.125rem), rgba(var(--gray-monochrome), 1) calc(100% - 0.125rem), rgba(var(--gray-monochrome), 1) calc(100% - 0.125rem), rgba(var(--black-monochrome), 1) 100%); -webkit-background-size: 100% var(--header-height-on-desktop), 100% 9.375rem; -moz-background-size: 100% var(--header-height-on-desktop), 100% 9.375rem; -o-background-size: 100% var(--header-height-on-desktop), 100% 9.375rem; background-size: 100% var(--header-height-on-desktop), 100% 9.375rem; background-repeat: no-repeat; } #skrollr-body {} a { --wght: 900; font-weight: 900; } #header h2 span::before { color: rgb(var(--bright-accent)); } #header h1 *, #top-bar *, #page-title * { will-change: opacity; -webkit-transition: opacity 0.2s ease-in-out; -o-transition: opacity 0.2s ease-in-out; -moz-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out; } #header h1 a:hover::before, #top-bar a:hover, #page-title:hover, #search-top-box-form input[type="submit"]:hover, #search-top-box-form input[type="submit"]:focus { -webkit-animation: flicker 20s linear infinite; -moz-animation: flicker 20s linear infinite; -o-animation: flicker 20s linear infinite; animation: flicker 20s linear infinite; } #top-bar li:hover ul, #top-bar li:focus-within ul, #top-bar li.sfhover ul, #top-bar li ul { -webkit-backdrop-filter: none !important; backdrop-filter: none !important; } #search-top-box-form input[type="submit"] { background: rgb(var(--bright-accent)) !important; } #search-top-box-form input[type="submit"]:hover, #search-top-box-form input[type="submit"]:focus { background: rgb(var(--dark-accent)) !important; } #side-bar img { display: none; } #side-bar .collapsible-block-unfolded { background: unset; } #side-bar div.menu-item a.collapsible-block-link, #side-bar .side-block>.collapsible-block a.collapsible-block-link { background: rgba(var(--medium-accent),0.5); } #side-bar .close-menu::before { line-height: 0.85em !important; } #side-bar div.menu-item a, #side-bar div.menu-item .text { --wght: 900; font-weight: 900; } #side-bar div.menu-item a:hover { -webkit-animation: flicker 20s linear infinite; -moz-animation: flicker 20s linear infinite; -o-animation: flicker 20s linear infinite; animation: flicker 20s linear infinite; } .page-rate-widget-box { background: -webkit-gradient(linear, left top, left bottom, from(rgb(var(--bright-accent))), color-stop(30%, rgb(var(--dark-accent))), to(rgb(var(--dark-accent)))) !important; background: -webkit-linear-gradient(top, rgb(var(--bright-accent)) 0%, rgb(var(--dark-accent)) 30%, rgb(var(--dark-accent)) 100%) !important; background: -moz-linear-gradient(top, rgb(var(--bright-accent)) 0%, rgb(var(--dark-accent)) 30%, rgb(var(--dark-accent)) 100%) !important; background: -o-linear-gradient(top, rgb(var(--bright-accent)) 0%, rgb(var(--dark-accent)) 30%, rgb(var(--dark-accent)) 100%) !important; background: linear-gradient(to bottom, rgb(var(--bright-accent)) 0%, rgb(var(--dark-accent)) 30%, rgb(var(--dark-accent)) 100%) !important; } .page-rate-widget-box > span.rate-points, .page-rate-widget-box > span.rateup, .page-rate-widget-box > span.ratedown, .page-rate-widget-box > span.cancel, .page-rate-widget-box > span.rate-points > a, .page-rate-widget-box > span.rateup > a, .page-rate-widget-box > span.ratedown > a, .page-rate-widget-box > span.cancel > a { color: rgb(var(--white-monochrome)); mix-blend-mode: unset; -webkit-transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out; -o-transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out; -moz-transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out; transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out; } .page-rate-widget-box > span.rate-points:hover, .page-rate-widget-box > span.rate-points:active { color: rgb(var(--white-monochrome)) !important; mix-blend-mode: unset !important; } .page-rate-widget-box > span.rateup:hover, .page-rate-widget-box > span.rateup:active, .page-rate-widget-box > span.ratedown:hover, .page-rate-widget-box > span.ratedown:active, .page-rate-widget-box > span.cancel:hover, .page-rate-widget-box > span.cancel:active { color: rgb(var(--black-monochrome)); -webkit-animation: flicker 20s linear infinite; -moz-animation: flicker 20s linear infinite; -o-animation: flicker 20s linear infinite; animation: flicker 20s linear infinite; } .info-container .collapsible-block-folded, .info-container .collapsible-block-unfolded-link { background: rgb(var(--bright-accent))!important; } iframe.scpnet-interwiki-frame { -webkit-filter: invert(0.8) hue-rotate(-40deg) saturate(0.2); filter: invert(0.8) hue-rotate(-40deg) saturate(0.2); } @media only screen and (max-width: 768px) { #header { background-position: left -webkit-calc(5vw + 5.5rem - 10.4rem) top -webkit-calc(4% - var(--offset-from-page-top) / 2),top center; background-position: left -moz-calc(5vw + 5.5rem - 10.4rem) top -moz-calc(4% - var(--offset-from-page-top) / 2),top center; background-position: left calc(5vw + 5.5rem - 10.4rem) top calc(4% - var(--offset-from-page-top) / 2),top center; -webkit-background-size: -webkit-calc(8.75rem + var(--offset-from-page-top)),100% var(--header-height-on-desktop); -moz-background-size: -moz-calc(8.75rem + var(--offset-from-page-top)),100% var(--header-height-on-desktop); -o-background-size: calc(8.75rem + var(--offset-from-page-top)),100% var(--header-height-on-desktop); background-size: calc(8.75rem + var(--offset-from-page-top)),100% var(--header-height-on-desktop); background-repeat: no-repeat,repeat; } } @-webkit-keyframes flicker { 0% { opacity: .2; } 5% { opacity: .9; } 6% { opacity: 1; } 11% { opacity: .4; } 11.25% { opacity: .6; } 11.5% { opacity: .4; } 18% { opacity: 1; } 18.5% { opacity: .9; } 22% { opacity: 1; } 38.5% { opacity: 1; } 39% { opacity: .8; } 42% { opacity: 1; } 60% { opacity: 1; } 60.5% { opacity: 0; } 62% { opacity: 0; } 63% { opacity: .2; } 63.25% { opacity: 0; } 65% { opacity: 1; } 73% { opacity: 1; } 75% { opacity: .8; } 79% { opacity: 1; } 100% { opacity: 1; } } }
Item: SCP-XXXX
Object Class: Keter Cernunnous1
Special Containment Procedures: Containment is to focus on monitoring SCP-XXXX activity utilizing Web-Crawler Charlie-02 "Data digger" and notifying research staff assigned. Disinformation campaigns are in place to ensure the public are unaware of SCP-XXXX's anomalous nature.2. Agents are to discourage or sabotage any attempts on researching SCP-XXXX.
By order of the Classification Committee, SCP-XXXX will be classified as Cernunnous until adequate containment procedures are found.
Description: SCP-XXXX is an anomalous internet bot capable of altering text within digital posts to a random degree, even when they are not designed to be altered once posted and is affecting 10,000 internet posts per day. There is no consistent pattern regarding the nature of the text alteration, websites, chatlogs, emails or users SCP-XXXX contaminates. In addition, internet posts contaminated by SCP-XXXX cannot be deleted or edited.
No memetic agents, infohazards or cognitohazards have been detected or recorded within contaminated posts. All attempts to purge SCP-XXXX have failed[SEE ADDENDUM XXXX.2]. All attempts to locate the origins of SCP-XXXX or slow it down have been futile.
Anomalous Discovery-4871
Document prepared by Researcher Talloran
Site-118
Date, 2/1/2020
SCP-XXXX was discovered when civilians began making complaints to Twitter regarding tweets being altered, despite being unable to after posting.
22 hours after complaints were reported, similar reports revolving SCP-XXXX activity have been detected in Facebook and WhatsApp groups. MTF Mu-4 "Debuggers" were sent to investigate and through research discovered SCP-XXXX.
Classification Committee Notice
Document prepared by Dr. Chloe Avery
Site-81
Date, 4/2/2020
Good day, to whoever is reading this. I suppose you are paranoid about the situation and I won't lie, I am too. We've dealt with anomalous A.I in the past but I have not seen anything like this. Despite what the containment procedure states, I want to make it clear that the Foundation has not given up on containing SCP-XXXX. Its just difficult.
I want to answer the question everybody wants an answer: Is it possible to stop it?
The short answer is yes but its not that simple.
The long answer is where things get interesting. We tried almost everything. Webcrawlers, force deletion, deleting it as admins of chatgroups, tracking down where it came from, who or what created it, slow it down and nothing worked… Almost everything. One of the researchers proposed the idea of completely purging the entire internet of existance in hopes that it would get rid of SCP-XXXX.
Everyone either laughed or were stunned when they heard that. I won't lie, I was one of the people who laughing but overtime, it got me thinking. It could actually work. After all, SCP-XXXX is a bot that is apart of the internet and will go after everything it can get on, so why not take that away from it? There is a 100% chance it could theoretically work but there's a huge flaw that's stopping us.
Billions of dollars would be spent on creating a brand new site. Everyone would get pissed. Businesses and long distance communication would collapse. Important documents would be considered lost. Then again, I doubt people would get that upset since SCP-XXXX pretty much ruined the internet but that's not what I'm most concerned about.
I'm most concerned about the fact that SCP-5721-1 might not be able to harvest anymore Elan-Vital Energy from his victims and would retaliate by driving over 250 million of them into suicide or madness. Unless we have an idea of how to stop him, we cannot take any risks.
As such, the Foundation would only carry it out as last resort. The Classification and Ethics Committee have discussed about this and I will leave the votes speak for itself. Until a proper containment procedure is found, SCP-XXXX is… Uncontained.
Dr. Chloe Avery,
Researcher for the Classification Committee.
Vote by the Ethics Committee
VOTE TO APPROVE PROPER CONTAINMENT OF SCP-XXXX
YES
[N/A]
NO
Dr. Tejani / Dr. Simon / Dr. Lin Hua / Dr. Edward / Dr. Mia/ Dr. Fei Hong / Dr Christiana / Dr. Calvin / Dr. Kendrick /
ABSTAIN
[N/A]
VOTE DENIED
By the Classification Committee
VOTE TO RECLASSIFY SCP-XXXX FROM KETER TO CERNUNNOUS
YES
Dr. Janus / Dr. Chloe / Dr. Hector / Dr. Aktus / Dr. Amelia /
NO
Dr. Trevor / Dr. Maxis
ABSTAIN
[N/A]
VOTE PASSES
Addendum XXXX.3-List of contaminated posts:
Website/Chatlog: Discord
Date: 3/5/2020
Affected user: Firefox138
Contaminated content: A private message sent to another user, stating "heLLo there? i wZa ujst woNdeRing IF YUOR commissions RAE EOPN?"
Follow-up: User immediately apologized for the discrepancy but was blocked for "trolling".
Website/Chatlog: Facebook
Date: 3/5/2020
Affected user: flowerpower
Contaminated content: "i'MMMMMMMMMMM on mY way to my job interview. WISH ME THE b3zt! :)"
Follow-up: User apologized to her viewers and was unable to alter/delete said post.
Website/Chatlog: Twitter
Date: 20/1/2020
Affected user: Donald Trump
Conaminated content: A tweet stating, "asdhasfpadsuasfavchasch9y83417135978138971"
Follow-up: Users began mocking at Donald Trump for the usual post, while some feeling confused, claiming the tweet prior stated,"I stand for America.". Donald Trump was unable to delete the post and made a follow-up tweet stating, "I have no idea what just happened but I can't take it down or why its like that. Fuck Twitter."
Website/Chatlog: Skype
Date: 5/4/2021
Affected user: Mint Lover583
Contaminated content: A message bearing the words, "killkillkillkillkillkillkillkillkillkillkillkilllkillkillkilllkillkillkilkillkillkillkillkillkillkillkillkillkillkillkillkillkillkillkilllkilllkillkill"
Follow-up: User was unable to delete message, whom then apologized to the individual he sent and uploaded a video to YouTube titled, "My phone got HACKED!!!".
Website/Chatlog: Wattpad
Date: 6/2/2020
Affected user: All users assigned Wattpad.
Contaminated content: The main site page, as well as all pages in general,text output, stories and user page comments have been heavily altered to have disfigured code. Any attempt to post a comment, publish a story, PM or any action would result in a notice pop-up, stating "ERRR############000000000RRRRRRRRRRRRRRRR"
Follow-up: Despite SCP-XXXX's anomalous effects, the owners of Wattpad made an announcement stating the website will be shut down3 until a solution for "Facebook terror" has been created. In addition, Mark Zuckerberg has received additional criticism and backlash from the incident.
Currently, this is the most affected SCP-XXXX contamination recorded.






Per 


