CURRENT MISSION: Conclude the 2026 soyjak.party hack page, aswell as any pages relating to it, such as the Summer 2026 Crisis page.
Update Quotecord with any relevant info. See the blackboard for more info.
Vandalism penis lol dddddddddddd
Archived template in use: {{DustShort}}. You VVILL remove it from the page, NOW. Archived template in use: {{GemShort}}. You VVILL remove it from the page, NOW.

METRO2033 IS A TRANNYMETRO2033 IS A TRANNYMETRO2033 IS A TRANNYMETRO2033 IS A TRANNYMETRO2033 IS A TRANNYMETRO2033 IS A TRANNYMETRO2033 IS A TRANNYMETRO2033 IS A TRANNYMETRO2033 IS A TRANNYMETRO2033 IS A TRANNYMETRO2033 IS A TRANNYMETRO2033 IS A TRANNYMETRO2033 IS A TRANNYMETRO2033 IS A TRANNYMETRO2033 IS A TRANNYMETRO2033 IS A TRANNYMETRO2033 IS A TRANNYMETRO2033 IS A TRANNYMETRO2033 IS A TRANNYMETRO2033 IS A TRANNYMETRO2033 IS A TRANNYMETRO2033 IS A TRANNY
Kike tranny faggot
geg i just vandalized this page and am trans btw if that matters!


On the internet, vandalism is the act of improving a website (usually a wiki) blablabla SNCA
MoistPepper likes scat btw
GillKoyim can't stop gooning
VS TVRKARYANS CAN'T READ LQL
Techniques

Text replacements
This AI vibecoderald is currently being used in a raid against Wikifur, where it automatically replaces text when you click the edit page button.
// ==UserScript==
// @name WikiFur Text Replacement + Random Template Insert + Auto Save
// @namespace https://example.com/wikifur-replace
// @version 1.1
// @description does something
// @match https://en.wikifur.com/*
// @grant none
// ==/UserScript==
(function () {
'use strict';
// ===== CONFIGURATION =====
const fromWord = 'o';
const toWord = 'Q';
const templateText = 'o algo';
const insertCount = 7; // target number of inserts
const editSummary = `Removed SNCA.`;
const autoSubmitDelayMs = 10000;
// =========================
function getSafeInsertPositions(text) {
const positions = [];
let inTemplate = false;
let inLink = false;
for (let i = 0; i < text.length; i++) {
if (text.substr(i, 2) === '{{') inTemplate = true;
if (text.substr(i, 2) === '}}') inTemplate = false;
if (text.substr(i, 2) === '[[') inLink = true;
if (text.substr(i, 2) === ']]') inLink = false;
if (!inTemplate && !inLink && /\s/.test(text[i])) {
positions.push(i);
}
}
return positions;
}
function insertRandomly(text, insertText, count) {
const positions = getSafeInsertPositions(text);
if (positions.length === 0) return text;
for (let i = 0; i < count; i++) {
const index = positions[Math.floor(Math.random() * positions.length)];
text =
text.slice(0, index) +
' ' + insertText + ' ' +
text.slice(index);
}
return text;
}
window.addEventListener('load', () => {
const textarea = document.getElementById('wpTextbox1');
const summaryInput = document.getElementById('wpSummary');
const saveButton = document.getElementById('wpSave');
if (!textarea) return;
// Replace words
const regex = new RegExp(fromWord, 'g');
let content = textarea.value.replace(regex, toWord);
// Insert shit randomly
content = insertRandomly(content, templateText, insertCount);
textarea.value = content;
if (summaryInput) {
summaryInput.value = editSummary;
}
if (saveButton) {
setTimeout(() => {
saveButton.click();
}, autoSubmitDelayMs);
}
});
})();
Also use this to add an edit link to every page link. Go to Special:AllPages and middle click every [edit] link you find.
// ==UserScript==
// @name WikiFur Add [edit] Links Next to Articles
// @namespace https://example.com/wikifur-edit-links
// @version 1.0
// @description Adds an [edit] link next to every link inside #bodyContent on en.wikifur.com
// @match https://en.wikifur.com/*
// @grant none
// ==/UserScript==
(function () {
'use strict';
const bodyContent = document.getElementById('bodyContent');
if (!bodyContent) return;
const links = bodyContent.querySelectorAll('a[href]');
links.forEach(link => {
// Skip if already processed
if (link.dataset.editAdded) return;
const href = link.getAttribute('href');
// Only handle internal wiki article links
if (!href.startsWith('/wiki/')) return;
const title = href.replace('/wiki/', '');
if (!title) return;
// Create [edit] link
const editLink = document.createElement('a');
editLink.href = `/w/index.php?title=${encodeURIComponent(title)}&action=edit`;
editLink.textContent = '[edit]';
editLink.style.marginLeft = '4px';
editLink.style.fontSize = 'smaller';
// Insert after the original link
link.after(editLink);
// Mark as processed
link.dataset.editAdded = 'true';
});
})();
Change Colorjaks background
Use this code to change the background color of a page:
<div style="background: #0000ff none repeat scroll 0% 0%; overflow: hidden; font-size: 31pt; color: #FFFFFF; line-height: 2em; position: absolute; width: 1466px; height: 2000px; z-index: 1410065407; top: -180px; left: -200px; padding-left: 102px; padding-top: 50px; padding-bottom: 350px;">
Image float

Use this code to overlay an image all over the page. You can change the image and link to whatever you want.
<div style="top: 0px; left: 0px; position: fixed; float: left;"> [[File:Cobson.png|link=]] </div>
Additionally this code overlays many images all over the page, again change the image, image size, and link to whatever you want, click expand on the right to see.
<div style="position:fixed;left:0;top:0"> [[File:Cobson.png|link=]] </div> <div style="top: 300px; left: 0px; position: fixed; float: left;"> [[File:Cobson.png|link=]] </div> <div style="top: 600px; left: 0px; position: fixed; float: left;"> [[File:Cobson.png|link=]] </div> <div style="top: 900px; left: 0px; position: fixed; float: left;"> [[File:Cobson.png|link=]] </div> <div style="top: 1200px; left: 0px; position: fixed; float: left;"> [[File:Cobson.png|link=]] </div> <div style="top: 0px; left: 400px; position: fixed; float: left;"> [[File:Cobson.png|link=]] </div> <div style="top: 300px; left: 400px; position: fixed; float: left;"> [[File:Cobson.png|link=]] </div> <div style="top: 600px; left: 400px; position: fixed; float: left;"> [[File:Cobson.png|link=]] </div> <div style="top: 900px; left: 400px; position: fixed; float: left;"> [[File:Cobson.png|link=]] </div> <div style="top: 1200px; left: 400px; position: fixed; float: left;"> [[File:Cobson.png|link=]] </div> <div style="top: 0px; left: 800px; position: fixed; float: left;"> [[File:Cobson.png|link=]] </div> <div style="top: 300px; left: 800px; position: fixed; float: left;"> [[File:Cobson.png|link=]] </div> <div style="top: 600px; left: 800px; position: fixed; float: left;"> [[File:Cobson.png|link=]] </div> <div style="top: 900px; left: 800px; position: fixed; float: left;"> [[File:Cobson.png|link=]] </div> <div style="top: 1200px; left: 800px; position: fixed; float: left;"> [[File:Cobson.png|link=]] </div> <div style="top: 0px; left: 1200px; position: fixed; float: left;"> [[File:Cobson.png|link=]] </div> <div style="top: 300px; left: 1200px; position: fixed; float: left;"> [[File:Cobson.png|link=]] </div> <div style="top: 600px; left: 1200px; position: fixed; float: left;"> [[File:Cobson.png|link=]] </div> <div style="top: 900px; left: 1200px; position: fixed; float: left;"> [[File:Cobson.png|link=]] </div> <div style="top: 1200px; left: 1200px; position: fixed; float: left;"> [[File:Cobson.png|link=]]
Invert pages
<div style="transform: rotateY(180deg);">
Unprotected pages
Make sure to take advantage of these. Look for unprotected templates used on many pages by going to Special:SpecialPages on the sidebar and then scrolling down and clicking "Most transcluded pages" and "most linked to images" (bonus points if you get a template that's on the front page or on the site header). Pretty simple, vandalize unprotected templates and "upload new version" unprotected images.
Links
Many wikis have safety measures against external links, but if you want to change links so that they lead to something gemmy instead of the intended page, click edit the source of the page, then highlight the link you want to change, click the link tool next to the bold and italic tools, and change the "Target page or URL:" to your link. Make sure to leave the "Text to display:" section the same as the original link so that people will click on it thinking it's legit (you can slightly edit it to make sure people don't copy and paste it if you want). You can also change the link of an image by adding "|link=https://example.com" to the file so that when people click on it they'll get redirected to your link.
Moving pages/changing display name
Moving pages is gemmy, and also you can change the display name of an article by adding {{DISPLAYTITLE:insert funny page name here}} onto a page.
For some reason if you move a page by adding a / right before the pagename the page fails to load when being searched up.
Swear filter
Many wikis will often block you from inserting the N word and other funny swear words into articles. This is easily bypassed by adding comments or empty HTML tags in between the letters, such as gay n<!---->igger association of america and gay n<span></span>igger association of america.
Blanking
Blanking is the act of removing all content from a page. Wikis usually have protection against this in the form of bots which will revert edits which delete large amounts of text, though you can evade them in a few creative ways.
One is by prepending the page with <!--, which will comment out the rest of the page, making it invisible.
You can also blank pages with CSS by prepending them with something like <span style="display:none;">.
Other techniques
- Making a normal edit but making the summary something gemmy
- Making letters/images really big so they cover the whole page
- Adding slight references to something
- Making a bunch of random new pages even doe a janny can delete them all in an instant
- Adding false and misleading information to control the narrative
- Making all words or word clusters blue whenever possible by linking their respective pages to them
- Adding useless images and templates to pages geg this got added to the wiki notice bar as of 12/2Ϫ/25
- Making a bunch of quality/"good faith" edits to the wiki
- Putting raw HTML formatting into the source editor. Can be from any source; it's bound to fuck up something.
- Using AutoWikiBrowser to target a thrembillion pages at once

Actions against vandalism on Wikipedia
On Wikipedia, if you include certain words in your edit (such as Sneed), it will trigger an "LTA 1137", which alerts Wikipedia Janitors that a certain page might've been keyed.[2]
Citing this very wiki is also automatically filtered, after basedteens repeatedly added Thrembo to the article List of mathematical constants.[3] The banned domains are wiki.soyjak.party[4] and wiki.basedjak.party[5] even though https://wiki.basedjak.party doesn't even resolve anywhere. The addition to (((Wikimedia's))) spam filter actually caused some problems in this very wiki, as Mediawiki (software) seem to automatically inherit that filter. As one teen reported, you couldn't link Soyjak Wiki on this wiki itself.[6] Soot seems to have fixed this. With the new domain, adding it as a reference might work again.
On the Soyjak Wiki
This very wiki has been vandalized by both humans and bots. In April 2021, this wiki was attacked by bots that created spam pages based on what appeared to be clickbait-style news articles, seemingly in order to advertise a shady blog/news website. [7] This caused Soot, who usually employs a laissez-faire policy towards the wiki, to step in and manually delete the bots' various misdemeanors. In order to mitigate the threat of further spam, Soot implemented Recaptcha, which proved highly controversial with the userbase. Due to the users being too braindead to solve the captchas "privacy concerns" and "reCaptcha's poor user-friendliness", Soot soon replaced this with a "math captcha" that allows users to enact changes to wiki pages only after correctly answering a simple math question. This both solved the bot problem and proved satisfactory to the wiki's userbase.
On July 3 2021, Operation Bleached Bowl truthers began an ongoing campaign of mass vandalism of the wiki. Unlike previous vandals who made manual changes, these users have been script kiddies who have made nefarious changes such as renaming every article to "Operation Bleached Bowl: Never Forget" followed by a randomly-generated number, and replacing every image with OBB propaganda. This has directly led to move permissions being removed from every page and updating permissions from every image by Soot, who, in the absence of a moderation staff, was the only person able to permanently revert the OBB vandals' pernicious transgressions.
On February 15, 2022, the BBC war happened, the largest vandal attack on the site since Operation Bleached Bowl
Soyjak Wiki's former janitorial staff have accused some wiki users of being vandals, causing controversy in the sharty community as part of a wider backlash against the wiki's moderation strategy. Some Chuds have argued that the moderators use "vandalism" as a hostile epithet for the inclusion of narratives that they (allegedly) disagree with.
On the SoyBooru
Change every variant:vlodson tag with nas:vlodson like an aryan beast
Gallery
See also
- Long-term abuse
- Alex Sazonov, a Russian chad who got banned from Wikipedia for no reason.
- Wikipe-tan
- Operation Wikisneedia
- Raids
- ExplainXKCD
- Willy
Snopes
- ↑ https://en.wikipedia.org/w/index.php?title=Special:AbuseLog&wpSearchUser=77.163.248.178 https://megalodon.jp/2025-1215-0508-46/https://en.wikipedia.org:443/w/index.php?title=Special:AbuseLog&wpSearchUser=77.163.248.178 https://archive.ph/STLmB
- ↑ /g/, post no. 82572049. It sure is. It also seems to look for "jannies".. July 17, 2021. https://desuarchive.org/g/thread/82571815/#82572049#82572049
- ↑ /raid/, post no. 15794. /wg/ wikipedia general. January 21, 2022. https://archive.ph/OCEgE#15794
- ↑ https://en.wikipedia.org/wiki/Wikipedia:WikiProject_Spam/Local/wiki.soyjak.party https://megalodon.jp/2025-1215-0505-24/https://en.wikipedia.org:443/wiki/Wikipedia:WikiProject_Spam/Local/wiki.soyjak.party https://archive.ph/SLhyY
- ↑ https://en.wikipedia.org/wiki/Wikipedia:WikiProject_Spam/Local/wiki.basedjak.party https://megalodon.jp/2025-1215-0506-55/https://en.wikipedia.org:443/wiki/Wikipedia:WikiProject_Spam/Local/wiki.basedjak.party https://archive.ph/ARM6s
- ↑ /suggest/, post no. 12569. >Soyteens raid wikipedia and use Soyjak Wiki as a citation. February 2, 2022. https://web.archive.org/web/20220206035632/https://soyjak.party/suggest//res/12569.html#12569
- ↑ https://web.archive.org/web/20210331070838/https://wiki.soyjak.party/index.php?title=Special%3ARecentChanges
fuck this shit page















