test: refresh fixtures with full target coverage

Picks up testdata/html files that were previously skipped by
TestRefreshFixtures because their optional env vars were unset:
gallery_page_last, search_results, note_view, plus a fresh
submission.html / gallery_page1 captured against the right targets.
This commit is contained in:
2026-06-02 21:29:31 +02:00
parent 5cb196940d
commit 79e8a35732
14 changed files with 4058 additions and 2062 deletions

File diff suppressed because one or more lines are too long

View File

@@ -90,7 +90,7 @@
data-user-logged-in="1"
data-tag-blocklist="music"
data-tag-blocklist-hide-tagless="0"
data-tag-blocklist-nonce="303efe924e7d007aedf0d292fe9cd7740c15e44fff005436166b17d34eb85a52"
data-tag-blocklist-nonce="10d13a8056b0aeab998d1f374056a389a15d7408366f52faee12965a36f842df"
>
<script type="text/javascript">
@@ -226,7 +226,7 @@
<hr>
<h2><form class="post-btn logout-link" method="post" action="/logout/"><button type="submit">Log Out</button><input type="hidden" name="key" value="da8ded544435281f5c8fddf2fe9c753343eed77b15040a28d54dbdf19cb51cd5"/></form>
<h2><form class="post-btn logout-link" method="post" action="/logout/"><button type="submit">Log Out</button><input type="hidden" name="key" value="92f05108890bc20464919efc2cd8dfcbd33ba7a89ac9b2a927b0f3c521a03b16"/></form>
<script type="text/javascript">
_fajs.push(['init_logout_button', '.logout-link button']);
</script>
@@ -380,7 +380,7 @@
</div>
</div>
<hr>
<form class="post-btn logout-link" method="post" action="/logout/"><button type="submit">Log Out</button><input type="hidden" name="key" value="da8ded544435281f5c8fddf2fe9c753343eed77b15040a28d54dbdf19cb51cd5"/></form>
<form class="post-btn logout-link" method="post" action="/logout/"><button type="submit">Log Out</button><input type="hidden" name="key" value="92f05108890bc20464919efc2cd8dfcbd33ba7a89ac9b2a927b0f3c521a03b16"/></form>
<script type="text/javascript">
_fajs.push(['init_logout_button', '.logout-link button']);
</script>
@@ -510,7 +510,7 @@
<div id="submission-options">
<a class="button standard mobile-fix" href="/fav/12345678/?key=c6831b4d557187edc1d7dd4bfb8e7f4aef4563039621414c6498d2f90ce00db0">+Fav</a>
<a class="button standard mobile-fix" href="/fav/12345678/?key=51f7bfa0cce0ef660c191708dd80ebf8a7426db42a5935025e75457684c7d4ae">+Fav</a>
<a class="button standard mobile-fix" href="/newpm/katthefoxtaur/">Note</a>
<a class="button standard mobile-fix" href="//d.furaffinity.net/art/katthefoxtaur/1388090525/1388090525.katthefoxtaur_img_2512.jpg">Download</a>
</div>
@@ -693,7 +693,7 @@ Also, #12345678 GET! :3c
<div id="submission-sidebar-upper">
<div class="submission-controls-upper">
<a class="button standard mobile-fix" href="/fav/12345678/?key=c6831b4d557187edc1d7dd4bfb8e7f4aef4563039621414c6498d2f90ce00db0">+Fav</a>
<a class="button standard mobile-fix" href="/fav/12345678/?key=51f7bfa0cce0ef660c191708dd80ebf8a7426db42a5935025e75457684c7d4ae">+Fav</a>
<a class="button standard mobile-fix" href="/newpm/katthefoxtaur/">Note</a>
<a class="button standard mobile-fix" href="//d.furaffinity.net/art/katthefoxtaur/1388090525/1388090525.katthefoxtaur_img_2512.jpg">Download</a>
<a class="button standard mobile-fix nuke remove_nuke" href="/controls/troubletickets/?subject=&amp;message=Content+URL%3A+https%3A%2F%2Fwww.furaffinity.net%2Fview%2F12345678%0ARelevant+details+%28Required%29%3A">Report</a>
@@ -3697,11 +3697,11 @@ And furbowls are hella fun. About to attend the latest iteration of When Furball
</div>
<div class="online-stats">
96487 <strong><span title="Measured in the last 900 seconds">Users online</span></strong> &mdash;
4522 <strong>guests</strong>,
14157 <strong>registered</strong>
and 77808 <strong>other</strong>
<!-- Online Counter Last Update: Tue, 02 Jun 2026 12:18:00 -0700 -->
91668 <strong><span title="Measured in the last 900 seconds">Users online</span></strong> &mdash;
4823 <strong>guests</strong>,
14001 <strong>registered</strong>
and 72844 <strong>other</strong>
<!-- Online Counter Last Update: Tue, 02 Jun 2026 12:27:00 -0700 -->
</div>
<small>Limit bot activity to periods with less than 10k registered users online.</small>
@@ -3709,8 +3709,8 @@ And furbowls are hella fun. About to attend the latest iteration of When Furball
<strong>&copy; 2005-2026 Frost Dragon Art LLC</strong>
<div class="footnote">
Server Time: Jun 2, 2026 12:18 PM<br />
Page generated in 0.075 seconds<br />[ 39.6% PHP, 60.4% SQL ] (54 queries)<br />
Server Time: Jun 2, 2026 12:27 PM<br />
Page generated in 0.064 seconds<br />[ 50.2% PHP, 49.8% SQL ] (54 queries)<br />
</div>
</div>
</div>
@@ -3741,7 +3741,7 @@ And furbowls are hella fun. About to attend the latest iteration of When Furball
<script src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js" crossorigin="anonymous"></script>
<script type="text/javascript">
var server_timestamp = 1780427915;
var server_timestamp = 1780428437;
var client_timestamp = Date.now() / 1000;
var server_timestamp_delta = server_timestamp - client_timestamp;
var sfw_cookie_name = 'sfw';

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -74,7 +74,7 @@
data-user-logged-in="1"
data-tag-blocklist="music"
data-tag-blocklist-hide-tagless="0"
data-tag-blocklist-nonce="fc35e0fbb7394001b45e5ea89279f096e8b4c36d2bcb69badff4c88e11dc9ae0"
data-tag-blocklist-nonce="f08f522bb7c4b55aae677d808e4c50b6293aa9230cde1a57abbec8aa66a958e4"
>
<script type="text/javascript">
@@ -210,7 +210,7 @@
<hr>
<h2><form class="post-btn logout-link" method="post" action="/logout/"><button type="submit">Log Out</button><input type="hidden" name="key" value="e0593ee9c9729224f85bdd13fee8e19a780a0f08e9613dc51c81e8efe748b571"/></form>
<h2><form class="post-btn logout-link" method="post" action="/logout/"><button type="submit">Log Out</button><input type="hidden" name="key" value="9fc1c661c674197cd0ec912e1ca875f24930b04724e7c6cd08ac7312a70358e4"/></form>
<script type="text/javascript">
_fajs.push(['init_logout_button', '.logout-link button']);
</script>
@@ -364,7 +364,7 @@
</div>
</div>
<hr>
<form class="post-btn logout-link" method="post" action="/logout/"><button type="submit">Log Out</button><input type="hidden" name="key" value="e0593ee9c9729224f85bdd13fee8e19a780a0f08e9613dc51c81e8efe748b571"/></form>
<form class="post-btn logout-link" method="post" action="/logout/"><button type="submit">Log Out</button><input type="hidden" name="key" value="9fc1c661c674197cd0ec912e1ca875f24930b04724e7c6cd08ac7312a70358e4"/></form>
<script type="text/javascript">
_fajs.push(['init_logout_button', '.logout-link button']);
</script>
@@ -590,11 +590,11 @@
</div>
<div class="online-stats">
96487 <strong><span title="Measured in the last 900 seconds">Users online</span></strong> &mdash;
4522 <strong>guests</strong>,
14157 <strong>registered</strong>
and 77808 <strong>other</strong>
<!-- Online Counter Last Update: Tue, 02 Jun 2026 12:18:00 -0700 -->
91668 <strong><span title="Measured in the last 900 seconds">Users online</span></strong> &mdash;
4823 <strong>guests</strong>,
14001 <strong>registered</strong>
and 72844 <strong>other</strong>
<!-- Online Counter Last Update: Tue, 02 Jun 2026 12:27:00 -0700 -->
</div>
<small>Limit bot activity to periods with less than 10k registered users online.</small>
@@ -602,8 +602,8 @@
<strong>&copy; 2005-2026 Frost Dragon Art LLC</strong>
<div class="footnote">
Server Time: Jun 2, 2026 12:18 PM<br />
Page generated in 0.045 seconds<br />[ 13.8% PHP, 86.2% SQL ] (29 queries)<br />
Server Time: Jun 2, 2026 12:27 PM<br />
Page generated in 0.02 seconds<br />[ 37% PHP, 63% SQL ] (29 queries)<br />
</div>
</div>
</div>
@@ -634,7 +634,7 @@
<script src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js" crossorigin="anonymous"></script>
<script type="text/javascript">
var server_timestamp = 1780427914;
var server_timestamp = 1780428436;
var client_timestamp = Date.now() / 1000;
var server_timestamp_delta = server_timestamp - client_timestamp;
var sfw_cookie_name = 'sfw';

View File

@@ -72,7 +72,7 @@
data-user-logged-in="1"
data-tag-blocklist="music"
data-tag-blocklist-hide-tagless="0"
data-tag-blocklist-nonce="ff0337c7e8f8ca73861a6b6676a5dc33a118fcde0a2558b2e29230e03e9ced72"
data-tag-blocklist-nonce="aaf997c820875c0308b0c0f1b2f5013f1f5a599e094a2f02faf32205b2e68776"
>
<script type="text/javascript">
@@ -208,7 +208,7 @@
<hr>
<h2><form class="post-btn logout-link" method="post" action="/logout/"><button type="submit">Log Out</button><input type="hidden" name="key" value="6f886c0c926ec0f053e4bce44cc82d2d446b3f84ea0d699ebe0d9755632d190f"/></form>
<h2><form class="post-btn logout-link" method="post" action="/logout/"><button type="submit">Log Out</button><input type="hidden" name="key" value="ce2bf807e883726bb45c20052ce430bffbeed8b84ebb7fee7b9b2b148198fcf2"/></form>
<script type="text/javascript">
_fajs.push(['init_logout_button', '.logout-link button']);
</script>
@@ -362,7 +362,7 @@
</div>
</div>
<hr>
<form class="post-btn logout-link" method="post" action="/logout/"><button type="submit">Log Out</button><input type="hidden" name="key" value="6f886c0c926ec0f053e4bce44cc82d2d446b3f84ea0d699ebe0d9755632d190f"/></form>
<form class="post-btn logout-link" method="post" action="/logout/"><button type="submit">Log Out</button><input type="hidden" name="key" value="ce2bf807e883726bb45c20052ce430bffbeed8b84ebb7fee7b9b2b148198fcf2"/></form>
<script type="text/javascript">
_fajs.push(['init_logout_button', '.logout-link button']);
</script>
@@ -1878,11 +1878,11 @@
</div>
<div class="online-stats">
96487 <strong><span title="Measured in the last 900 seconds">Users online</span></strong> &mdash;
4522 <strong>guests</strong>,
14157 <strong>registered</strong>
and 77808 <strong>other</strong>
<!-- Online Counter Last Update: Tue, 02 Jun 2026 12:18:00 -0700 -->
91668 <strong><span title="Measured in the last 900 seconds">Users online</span></strong> &mdash;
4823 <strong>guests</strong>,
14001 <strong>registered</strong>
and 72844 <strong>other</strong>
<!-- Online Counter Last Update: Tue, 02 Jun 2026 12:27:00 -0700 -->
</div>
<small>Limit bot activity to periods with less than 10k registered users online.</small>
@@ -1890,8 +1890,8 @@
<strong>&copy; 2005-2026 Frost Dragon Art LLC</strong>
<div class="footnote">
Server Time: Jun 2, 2026 12:18 PM<br />
Page generated in 0.026 seconds<br />[ 32.9% PHP, 67.1% SQL ] (23 queries)<br />
Server Time: Jun 2, 2026 12:27 PM<br />
Page generated in 0.024 seconds<br />[ 32.2% PHP, 67.8% SQL ] (23 queries)<br />
</div>
</div>
</div>
@@ -1922,7 +1922,7 @@
<script src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js" crossorigin="anonymous"></script>
<script type="text/javascript">
var server_timestamp = 1780427918;
var server_timestamp = 1780428440;
var client_timestamp = Date.now() / 1000;
var server_timestamp_delta = server_timestamp - client_timestamp;
var sfw_cookie_name = 'sfw';

View File

@@ -72,7 +72,7 @@
data-user-logged-in="1"
data-tag-blocklist="music"
data-tag-blocklist-hide-tagless="0"
data-tag-blocklist-nonce="b8b1ef38950c2441367bee0bfaa102eb3935c38712399b68c2a0dfa7cf1968e4"
data-tag-blocklist-nonce="3081fc78498eadef1a26effa5f2ed045d1c3c9c7664ccca9276ac3d7872200f8"
>
<script type="text/javascript">
@@ -208,7 +208,7 @@
<hr>
<h2><form class="post-btn logout-link" method="post" action="/logout/"><button type="submit">Log Out</button><input type="hidden" name="key" value="494ece1d958f0a2b159bc4d0c57301758fd2b499489f466fa88cbb7be6532614"/></form>
<h2><form class="post-btn logout-link" method="post" action="/logout/"><button type="submit">Log Out</button><input type="hidden" name="key" value="f667c3d42ccd0d71cbb8bbfb2d51d15d7c6caad142f6d4223680c871aecaebaf"/></form>
<script type="text/javascript">
_fajs.push(['init_logout_button', '.logout-link button']);
</script>
@@ -362,7 +362,7 @@
</div>
</div>
<hr>
<form class="post-btn logout-link" method="post" action="/logout/"><button type="submit">Log Out</button><input type="hidden" name="key" value="494ece1d958f0a2b159bc4d0c57301758fd2b499489f466fa88cbb7be6532614"/></form>
<form class="post-btn logout-link" method="post" action="/logout/"><button type="submit">Log Out</button><input type="hidden" name="key" value="f667c3d42ccd0d71cbb8bbfb2d51d15d7c6caad142f6d4223680c871aecaebaf"/></form>
<script type="text/javascript">
_fajs.push(['init_logout_button', '.logout-link button']);
</script>
@@ -1851,7 +1851,7 @@
<div class="messagecenter-mail-note-preview-pane">
<form id="note-form" class="note-form" method="post" action="/msg/send/">
<input type="hidden" name="key" value="2957a8fe9fa9f8b7f4272434b169814885cd403f6d336e65e56e4eae9374589a">
<input type="hidden" name="key" value="1b55a6c241ac061b8014f8812694ece7dc497ab8f02ead8cb4bcfd91c35e7d09">
<section>
<div class="section-body">
@@ -2036,11 +2036,11 @@
</div>
<div class="online-stats">
96487 <strong><span title="Measured in the last 900 seconds">Users online</span></strong> &mdash;
4522 <strong>guests</strong>,
14157 <strong>registered</strong>
and 77808 <strong>other</strong>
<!-- Online Counter Last Update: Tue, 02 Jun 2026 12:18:00 -0700 -->
91668 <strong><span title="Measured in the last 900 seconds">Users online</span></strong> &mdash;
4823 <strong>guests</strong>,
14001 <strong>registered</strong>
and 72844 <strong>other</strong>
<!-- Online Counter Last Update: Tue, 02 Jun 2026 12:27:00 -0700 -->
</div>
<small>Limit bot activity to periods with less than 10k registered users online.</small>
@@ -2048,8 +2048,8 @@
<strong>&copy; 2005-2026 Frost Dragon Art LLC</strong>
<div class="footnote">
Server Time: Jun 2, 2026 12:18 PM<br />
Page generated in 0.057 seconds<br />[ 67.4% PHP, 32.6% SQL ] (31 queries)<br />
Server Time: Jun 2, 2026 12:27 PM<br />
Page generated in 0.028 seconds<br />[ 34.2% PHP, 65.8% SQL ] (31 queries)<br />
</div>
</div>
</div>
@@ -2080,7 +2080,7 @@
<script src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js" crossorigin="anonymous"></script>
<script type="text/javascript">
var server_timestamp = 1780427919;
var server_timestamp = 1780428441;
var client_timestamp = Date.now() / 1000;
var server_timestamp_delta = server_timestamp - client_timestamp;
var sfw_cookie_name = 'sfw';

View File

@@ -63,7 +63,7 @@
data-user-logged-in="1"
data-tag-blocklist="music"
data-tag-blocklist-hide-tagless="0"
data-tag-blocklist-nonce="a2b589590afb3662bf37527185b495cab79939e2215a57ba13fe98376500a408"
data-tag-blocklist-nonce="773244b046e02fe871eae1be3c6e72052f3841b22965fd542b690404a7b7b828"
>
<script type="text/javascript">
@@ -199,7 +199,7 @@
<hr>
<h2><form class="post-btn logout-link" method="post" action="/logout/"><button type="submit">Log Out</button><input type="hidden" name="key" value="f532dfb2765283b7cfa0e000fb9fb9d0146353dcde46c910ce734d352e57d9c6"/></form>
<h2><form class="post-btn logout-link" method="post" action="/logout/"><button type="submit">Log Out</button><input type="hidden" name="key" value="2f9ef7e276571b2607828dec7795b05cbbe0b3673838494b15862cb6bc79b113"/></form>
<script type="text/javascript">
_fajs.push(['init_logout_button', '.logout-link button']);
</script>
@@ -353,7 +353,7 @@
</div>
</div>
<hr>
<form class="post-btn logout-link" method="post" action="/logout/"><button type="submit">Log Out</button><input type="hidden" name="key" value="f532dfb2765283b7cfa0e000fb9fb9d0146353dcde46c910ce734d352e57d9c6"/></form>
<form class="post-btn logout-link" method="post" action="/logout/"><button type="submit">Log Out</button><input type="hidden" name="key" value="2f9ef7e276571b2607828dec7795b05cbbe0b3673838494b15862cb6bc79b113"/></form>
<script type="text/javascript">
_fajs.push(['init_logout_button', '.logout-link button']);
</script>
@@ -2493,11 +2493,11 @@
</div>
<div class="online-stats">
96487 <strong><span title="Measured in the last 900 seconds">Users online</span></strong> &mdash;
4522 <strong>guests</strong>,
14157 <strong>registered</strong>
and 77808 <strong>other</strong>
<!-- Online Counter Last Update: Tue, 02 Jun 2026 12:18:00 -0700 -->
91668 <strong><span title="Measured in the last 900 seconds">Users online</span></strong> &mdash;
4823 <strong>guests</strong>,
14001 <strong>registered</strong>
and 72844 <strong>other</strong>
<!-- Online Counter Last Update: Tue, 02 Jun 2026 12:27:00 -0700 -->
</div>
<small>Limit bot activity to periods with less than 10k registered users online.</small>
@@ -2505,8 +2505,8 @@
<strong>&copy; 2005-2026 Frost Dragon Art LLC</strong>
<div class="footnote">
Server Time: Jun 2, 2026 12:18 PM<br />
Page generated in 0.049 seconds<br />[ 19% PHP, 81% SQL ] (18 queries)<br />
Server Time: Jun 2, 2026 12:27 PM<br />
Page generated in 0.024 seconds<br />[ 33% PHP, 67% SQL ] (18 queries)<br />
</div>
</div>
</div>
@@ -2537,7 +2537,7 @@
<script src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js" crossorigin="anonymous"></script>
<script type="text/javascript">
var server_timestamp = 1780427917;
var server_timestamp = 1780428439;
var client_timestamp = Date.now() / 1000;
var server_timestamp_delta = server_timestamp - client_timestamp;
var sfw_cookie_name = 'sfw';

View File

@@ -67,7 +67,12 @@
<!-- EU request: yes -->
<body class="c-bodyColor"
id="pageid-redirect" data-static-path="/themes/beta"
id="pageid-messagecenter-pms-view" data-static-path="/themes/beta"
data-user-blocklist=""
data-user-logged-in="1"
data-tag-blocklist="music"
data-tag-blocklist-hide-tagless="0"
data-tag-blocklist-nonce="a0484bd071eb18ddc52c45696f83e98306600844e096df29c41b770b7ef8da61"
>
<script type="text/javascript">
@@ -104,6 +109,11 @@
<div class="mobile-nav-content-container">
<div class="aligncenter">
<a href="/user/soxx-thefennec/"><img class="loggedin_user_avatar avatar" alt="SoXX-TheFennec" src="//a.furaffinity.net/1515442832/soxx-thefennec.gif"/></a>
<h2 style="margin-bottom:0"><a href="/user/soxx-thefennec/">SoXX-TheFennec</a></h2>
<a href="/user/soxx-thefennec/">Userpage</a> |
<a href="/msg/pms/">Notes</a> |
<a href="/controls/journal/">Journals</a> |
<a href="/plus/"><img class="menu-mini-icon" src="/themes/beta/img/the-golden-pawb.png"> FA+</a> |
<a href="https://shop.furaffinity.net" target="_blank"><img class="menu-mini-icon" src="/themes/beta/img/icons/merch_store_icon.png"> Shop</a>
<br />
@@ -111,6 +121,7 @@
<hr>
<h2><a href="/browse/">Browse</a></h2>
<h2><a href="/search/">Search</a></h2>
<h2><a href="/submit/">Upload</a></h2>
<div class="nav-ac-container">
<label for="mobile-menu-submenu-0"><h2 style="margin-top:0;padding-top:0">Support &#x25BC;</h2></label>
@@ -142,22 +153,65 @@
<h3>SUPPORT</h3>
<a href="/help/#contact">Contact Us</a><br />
<a href="/controls/troubletickets/">REPORT A PROBLEM</a><br />
<a href="https://status.furaffinity.net/">Site Status</a>
</article>
</div>
<div class="mobile-sfw-toggle">
<h2>SFW Mode</h2>
<div class="sfw-toggle type-slider slider-button-wrapper">
<input type="checkbox" id="sfw-toggle-mobile" class="slider-toggle" />
<label class="slider-viewport" for="sfw-toggle-mobile" title="Quick toggle to show or hide Mature and Adult submissions">
<div class="slider">
<div class="slider-button">&nbsp;</div>
<div class="slider-content left"><span>SFW</span></div>
<div class="slider-content right"><span>NSFW</span></div>
</div>
</label>
</div>
</div>
<div class="nav-ac-container">
<label for="mobile-menu-submenu-1"><h2 style="margin-top:0;padding-top:0">Settings &#x25BC;</h2></label>
<input id="mobile-menu-submenu-1" name="accordion-1" type="checkbox" />
<article class="nav-ac-content nav-ac-content-dropdown">
<h3>ACCOUNT INFORMATION</h3>
<a href="/controls/settings/">Account Settings</a><br>
<a href="/controls/site-settings/">Global Site Settings</a><br>
<a href="/controls/user-settings/">User Settings</a>
<h3>CUSTOMIZE USER PROFILE</h3>
<a href="/controls/profile/">Profile Info</a><br>
<a href="/controls/profilebanner/">Profile Banner</a><br>
<a href="/controls/contacts/">Contacts and Social Media</a><br>
<a href="/controls/avatar/">Avatar Management</a>
<h3>MANAGE MY CONTENT</h3>
<a href="/controls/submissions/">Submissions</a><br>
<a href="/controls/folders/submissions/">Folders</a><br>
<a href="/controls/journal/">Journals</a><br>
<a href="/controls/favorites/">Favorites</a><br>
<a href="/controls/buddylist/">Watches</a><br>
<a href="/controls/shouts/">Shouts</a><br>
<a href="/controls/badges/">Badges</a><br>
<a href="/controls/user-icons/">User Icons</a>
<h3>SECURITY</h3>
<a href="/controls/sessions/logins/">Active Sessions</a><br>
<a href="/controls/sessions/logs/">Activity Log</a><br>
<a href="/controls/sessions/labels/">Browser Labels</a>
</article>
</div>
<hr>
<hr>
<h2><div class="inline hideonmobile hideontablet">
<a href="/login"><strong>Log In</strong></a> or <a href="/register"><strong>Create an Account</strong></a>
</div>
<div class="inline hideondesktop">
<a href="/login">Log In</a><br>
<a href="/register">Create an Account</a>
</div>
<h2><form class="post-btn logout-link" method="post" action="/logout/"><button type="submit">Log Out</button><input type="hidden" name="key" value="0b178006ed9c0137089032690e59b1799185aef779fcc884630f2cc5a100bf57"/></form>
<script type="text/javascript">
_fajs.push(['init_logout_button', '.logout-link button']);
</script>
</h2>
@@ -169,6 +223,11 @@
</div>
<div class="mobile-notification-bar">
<a class="notification-container inline" href="/msg/submissions/" title="5,161 Submission Notifications">5161S</a>
<a class="notification-container inline" href="/msg/others/#journals" title="75 Journal Notifications">75J</a>
</div>
@@ -229,6 +288,7 @@
<h3>Support</h3>
<a href="/help/#contact">Contact Us</a>
<a href="/controls/troubletickets/">Report a Problem</a>
<a href="https://status.furaffinity.net/">Site Status</a>
</div>
</div>
@@ -254,18 +314,98 @@
<li class="no-sub">
<span class="top-heading"><div class="inline hideonmobile hideontablet">
<a href="/login"><strong>Log In</strong></a> or <a href="/register"><strong>Create an Account</strong></a>
</div>
<div class="inline hideondesktop">
<a href="/login">Log In</a><br>
<a href="/register">Create an Account</a>
</div>
</span>
<li class="message-bar-desktop">
<a class="notification-container inline" href="/msg/submissions/" title="5,161 Submission Notifications">5161S</a>
<a class="notification-container inline" href="/msg/others/#journals" title="75 Journal Notifications">75J</a>
</li>
</ul>
<li>
<div class="floatleft hideonmobile">
<a href="/user/soxx-thefennec"><img class="loggedin_user_avatar menubar-icon-resize avatar" style="cursor:pointer" alt="SoXX-TheFennec" src="//a.furaffinity.net/1515442832/soxx-thefennec.gif"/></a>
</div>
</li>
<li class="submenu-trigger">
<div class="floatleft hideonmobile">
<svg class="avatar-submenu-trigger banner-svg" xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 24 24"><path d="M4 6h16v2H4zm0 5h16v2H4zm0 5h16v2H4z"></path></svg>
</div>
<a id="my-username" class="top-heading hideondesktop" href="#"><span class="hideondesktop">My FA ( </span>SoXX-TheFennec<span class="hideondesktop"> )</span></a>
<div class="dropdown dropdown-right">
<div class="dd-inner">
<div class="column">
<h3>Account</h3>
<a href="/user/soxx-thefennec/">My Userpage</a>
<a href="/msg/pms/">Check My Notes</a>
<a href="/controls/journal/">Create a Journal</a>
<a href="/commissions/soxx-thefennec/">My Commission Info</a>
<h3>Support Fur Affinity</h3>
<a href="/plus/">Subscribe to FA+ </a>
<a href="https://shop.furaffinity.net/" target="_blank">Merch Store</a>
<h3>Trouble Tickets</h3>
<a href="/controls/troubletickets/">Report a Problem</a>
<div class="mobile-sfw-toggle">
<h3 class="padding-top:10px">Toggle SFW</h3>
<div class="sfw-toggle type-slider slider-button-wrapper" style="position:relative;top:5px">
<input type="checkbox" id="sfw-toggle-mobile" class="slider-toggle" />
<label class="slider-viewport" for="sfw-toggle-mobile" title="Quick toggle to show or hide Mature and Adult submissions">
<div class="slider">
<div class="slider-button">&nbsp;</div>
<div class="slider-content left"><span>SFW</span></div>
<div class="slider-content right"><span>NSFW</span></div>
</div>
</label>
</div>
</div>
<hr>
<form class="post-btn logout-link" method="post" action="/logout/"><button type="submit">Log Out</button><input type="hidden" name="key" value="0b178006ed9c0137089032690e59b1799185aef779fcc884630f2cc5a100bf57"/></form>
<script type="text/javascript">
_fajs.push(['init_logout_button', '.logout-link button']);
</script>
</div>
</div>
</div>
</li>
<li class="submenu-trigger">
<a class="top-heading" href="#"><svg class="banner-svg" xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 24 24" style="transform: ;msFilter:;"><path d="M12 16c2.206 0 4-1.794 4-4s-1.794-4-4-4-4 1.794-4 4 1.794 4 4 4zm0-6c1.084 0 2 .916 2 2s-.916 2-2 2-2-.916-2-2 .916-2 2-2z"></path><path d="m2.845 16.136 1 1.73c.531.917 1.809 1.261 2.73.73l.529-.306A8.1 8.1 0 0 0 9 19.402V20c0 1.103.897 2 2 2h2c1.103 0 2-.897 2-2v-.598a8.132 8.132 0 0 0 1.896-1.111l.529.306c.923.53 2.198.188 2.731-.731l.999-1.729a2.001 2.001 0 0 0-.731-2.732l-.505-.292a7.718 7.718 0 0 0 0-2.224l.505-.292a2.002 2.002 0 0 0 .731-2.732l-.999-1.729c-.531-.92-1.808-1.265-2.731-.732l-.529.306A8.1 8.1 0 0 0 15 4.598V4c0-1.103-.897-2-2-2h-2c-1.103 0-2 .897-2 2v.598a8.132 8.132 0 0 0-1.896 1.111l-.529-.306c-.924-.531-2.2-.187-2.731.732l-.999 1.729a2.001 2.001 0 0 0 .731 2.732l.505.292a7.683 7.683 0 0 0 0 2.223l-.505.292a2.003 2.003 0 0 0-.731 2.733zm3.326-2.758A5.703 5.703 0 0 1 6 12c0-.462.058-.926.17-1.378a.999.999 0 0 0-.47-1.108l-1.123-.65.998-1.729 1.145.662a.997.997 0 0 0 1.188-.142 6.071 6.071 0 0 1 2.384-1.399A1 1 0 0 0 11 5.3V4h2v1.3a1 1 0 0 0 .708.956 6.083 6.083 0 0 1 2.384 1.399.999.999 0 0 0 1.188.142l1.144-.661 1 1.729-1.124.649a1 1 0 0 0-.47 1.108c.112.452.17.916.17 1.378 0 .461-.058.925-.171 1.378a1 1 0 0 0 .471 1.108l1.123.649-.998 1.729-1.145-.661a.996.996 0 0 0-1.188.142 6.071 6.071 0 0 1-2.384 1.399A1 1 0 0 0 13 18.7l.002 1.3H11v-1.3a1 1 0 0 0-.708-.956 6.083 6.083 0 0 1-2.384-1.399.992.992 0 0 0-1.188-.141l-1.144.662-1-1.729 1.124-.651a1 1 0 0 0 .471-1.108z"></path></svg></a>
<div class="dropdown dropdown-right">
<div class="dd-inner">
<div class="column">
<h3>Account Information</h3>
<a href="/controls/settings/">Account Settings</a>
<a href="/controls/site-settings/">Global Site Settings</a>
<a href="/controls/user-settings/">User Settings</a>
<h3>Customize User Profile</h3>
<a href="/controls/profile/">Profile Info</a>
<a href="/controls/profilebanner/">Profile Banner</a>
<a href="/controls/contacts/">Contacts & Social Media</a>
<a href="/controls/avatar/">Avatar Management</a>
<h3>Manage My Content</h3>
<a href="/controls/submissions/">Submissions</a>
<a href="/controls/folders/submissions/">Folders</a>
<a href="/controls/journal/">Journals</a>
<a href="/controls/favorites/">Favorites</a>
<a href="/controls/buddylist/">Watches</a>
<a href="/controls/shouts/">Shouts</a>
<a href="/controls/badges/">Badges</a>
<a href="/controls/user-icons/">User Icons</a>
<h3>Security</h3>
<a href="/controls/sessions/logins/">Active Sessions</a>
<a href="/controls/sessions/logs/">Activity Log</a>
<a href="/controls/sessions/labels/">Browser Labels</a>
</div>
</div>
</div>
</li>
</ul>
<script type="text/javascript">
_fajs.push(['init_sfw_button', '.sfw-toggle']);
</script>
@@ -291,25 +431,26 @@
</script>
<div class="news-block">
</div>
<div id="news" class="newsBlock" data-date="1779756930">
<strong>News:</strong><span class="hideondesktop hideontablet"><br></span> <a class="journal-news-link" href="/journal/11365688">VGen Challenge 6 Day Reminder + Swag Pickup (<span class="c-contentRating--general" alt="General rating" title="General rating">G</span>)</a>
<span class="jsClose newsBlock__closeBtn" title="Close"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" style="transform: ;msFilter:;" title="Dismiss" ><path d="M20 3H4c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2zM4 19V7h16l.001 12H4z"></path><path d="m15.707 10.707-1.414-1.414L12 11.586 9.707 9.293l-1.414 1.414L10.586 13l-2.293 2.293 1.414 1.414L12 14.414l2.293 2.293 1.414-1.414L13.414 13z"></path></svg></span>
</div>
<script type="text/javascript">
_fajs.push(['init_news_block', 'news']);
</script>
</div>
<div id="main-window" class="footer-mobile-tweak g-wrapper">
<div id="header">
<!-- site banner -->
<site-banner >
<map name="banner-map">
<area
shape="rect"
coords="441,144,1042,197"
href="https://link.vgen.co/furaffinity"
onclick="javascript: return(confirm(`You've clicked on a usemap link that will redirect you to\n\nhttps://link.vgen.co/furaffinity\n\nAre you fine with being redirected?`))"
target="_blank" />
</map>
<a href="/">
<picture>
<source srcset="//d.furaffinity.net/media/banners/modern/fa-banner-spring-vgen-20260501.webp" type="image/webp">
<img usemap="#banner-map" src="//d.furaffinity.net/media/banners/modern/fa-banner-spring-vgen-20260501.jpg">
<source srcset="//d.furaffinity.net/media/banners/modern/fa-banner-spring-furality-20260531.webp" type="image/webp">
<img usemap="#banner-map" src="//d.furaffinity.net/media/banners/modern/fa-banner-spring-furality-20260531.jpg">
</picture>
</a>
</site-banner>
@@ -320,23 +461,174 @@
<div id="site-content">
<!-- /header -->
<!-- {redirect} -->
<div id="standardpage">
<section class="aligncenter notice-message user-submitted-links">
<div class="section-body alignleft">
<h2>System Message</h2>
<div id="message">
<section>
<div class="section-header">
<div class="message-center-note-information">
<div class="message-center-note-information avatar">
<a href="/user/vampexx/"><img class="avatar" src="//a.furaffinity.net/1741507375/vampexx.gif"/></a>
</div>
<div class="message-center-note-information addresses">
<h2>RE: TF YCH Bidding</h2>
Sent by
<div class="c-usernameBlock">
<a class="c-usernameBlock__displayName js-displayName-block" href="/user/vampexx/">
<span class="js-displayName">Vampexx</span>
</a>
<a class="c-usernameBlock__userName js-userName-block" href="/user/vampexx/">
<span><span class="c-usernameBlock__symbol" title="Member" alt="Member">~</span>vampexx</span>
</a>
</div>
&nbsp; <span class="popup_date" data-title-date="1" data-24-hour="0" data-time="1654111463" title="June 1, 2022 08:24:23 PM">4 years ago</span>
<br>
<div class="redirect-message">Please log in!</div>
To
<div class="c-usernameBlock">
<a class="c-usernameBlock__displayName js-displayName-block" href="/user/soxx-thefennec/">
<span class="js-displayName">SoXX-TheFennec</span>
</a>
<a class="c-usernameBlock__userName js-userName-block" href="/user/soxx-thefennec/">
<span><span class="c-usernameBlock__symbol" title="Member" alt="Member">~</span>soxx-thefennec</span>
</a>
</div> </div>
</div>
</div>
<div class="section-body">
<div class="user-submitted-links">
<div class="proceed-btn-container">
<a class="button standard go" href="/login/">Continue &raquo;</a>
<div class="noteWarningMessage noteWarningMessage--scam user-submitted-links">
<div class="noteWarningMessage__icon">
<img src="/themes/beta/img/icons/Error_l.png">
</div>
<div>
<h4>Do you know this person?</h4>
Verify the username and profile before doing business with them! Scammers often attempt to impersonate well-known artists.
<br />
If you encounter something suspicious, please report it using a <a href="/controls/troubletickets/">Trouble Ticket</a>.
<br />
Also, review our <a href="/fight_spam" target="_blank">Internet Safety and Scamming</a> page to keep yourself informed and safe while using the web!
</div>
</div>
actually, ill put you as 65 but say its Anon, then if they respond you can respond back<br />
—————————<br />
original post by <a href="/user/soxx-thefennec" class="linkusername"><span class="c-usernameBlockSimple username-underlined"><span class="c-usernameBlockSimple__displayName" title="soxx-thefennec">SoXX-TheFennec</span></span></a>:<br />
<br />
oh wow how tf did I miss read that yeah then 65 XD<br />
<br />
—————————<br />
original post by <a href="/user/vampexx" class="linkusername"><span class="c-usernameBlockSimple username-underlined"><span class="c-usernameBlockSimple__displayName" title="vampexx">Vampexx</span></span></a>:<br />
<br />
Hey, wanted to let you know that you biddedon the min bid, not the starting bid, SB is 60 X3 </div>
<div class="section-options">
<div class="inline note-view toggle">
<form id="note-actions" action="/msg/pms/" method="post">
<input type="hidden" name="manage_notes" value="1" />
<input type="hidden" name="items[]" value="131012623" />
<button class="button standard priority_high" type="submit" name="set_prio" value="high">High</button>
<button class="button standard priority_medium" type="submit" name="set_prio" value="medium">Medium</button>
<button class="button standard priority_low" type="submit" name="set_prio" value="low">Low</button>
<button class="button standard priority_none" type="submit" name="set_prio" value="none">None</button>
<button class="button standard move_archive" type="submit" name="move_to" value="archive">Archive</button>
</form>
</div>
</div>
</div>
</section>
</div>
<form method="post" name="note-form" id="note-form" action="/msg/send/">
<input type="hidden" name="key" value="b52ba5d0d5f0071bc47df3bb0645c5926c15e245a17c76f6b108a3915fe378c9" />
<section>
<div class="section-body">
<h2>Reply</h2>
<div>
<span class="noteresponse inline">Recipient:</span>
<input type="text" name="to" value="vampexx" maxLength="150" class="textbox"/>
</div>
<div class="p5t">
<span class="noteresponse inline">Subject:</span>
<input type="text" name="subject" value="RE: RE: TF YCH Bidding" maxLength="150" class="textbox "/>
</div>
<div class="p5t">
<span class="noteresponsespacer" ><i class="bbcodeformat b hand" title="Bold (CTRL+B)" onclick="performInsert(this, '[b]', '[/b]');"></i>
<i class="bbcodeformat i hand" title="Italic (CTRL+I)" onclick="performInsert(this, '[i]', '[/i]');"></i>
<i class="bbcodeformat u hand" title="Underlined (CTRL+U)" onclick="performInsert(this, '[u]', '[/u]');"></i>
&nbsp;&nbsp;&nbsp;
<i class="bbcodeformat align_left hand" title="Align Left" onclick="performInsert(this, '[left]', '[/left]');"></i>
<i class="bbcodeformat align_center hand" title="Align Center" onclick="performInsert(this, '[center]', '[/center]');"></i>
<i class="bbcodeformat align_right hand" title="Align Right" onclick="performInsert(this, '[right]', '[/right]');"></i>
</span>
</div>
<div style="display:table; width:100%; margin-bottom:8px;">
<div class="user-submitted-links" style="display:table-cell;width:auto">
<small style="display: block; margin-bottom: 6px;">Please write your reply at the top of the reply box.</small>
<textarea id="JSMessage_view" name="message" rows="17" class="textarea">
&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;
original post by Vampexx (@vampexx):
actually, ill put you as 65 but say its Anon, then if they respond you can respond back
&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;&mdash;
original post by @SoXX-TheFennec:
oh wow how tf did I miss read that yeah then 65 XD
</textarea>
<p style="text-align: left; font-size: 0.8em; margin-top: 2px;">Help with <a href="/help/#tags-and-codes">Tags & Codes</a> formatting.</p>
</div>
</div>
<div class="section-options">
<input class="button standard" type="submit" value="Reply"/>
</div>
</div>
</section>
</form>
<script type="text/javascript">
_fajs.push(['init_bbcode_hotkeys', 'JSMessage_view']);
_fajs.push(function(){
// disable submit button on form submit
$('note-form').observe('submit', function(evt) {
// disable the button to prevent multiple clicks and thus multiple requests
var btn = $('note-form').down('input[type="submit"]');
btn.value = 'Sending...';
btn.disabled = true;
btn.addClassName('disabled');
window.setTimeout(function(){
btn.value = 'Reply';
btn.disabled = false;
btn.removeClassName('disabled');
}, 3000);
});
// prevent possible cached button state on page reload
var btn = $('note-form').down('input[type="submit"]');
btn.value = 'Reply';
btn.disabled = false;
});
</script>
</div>
<!-- /<div id="site-content"> -->
@@ -371,11 +663,11 @@
</div>
<div class="online-stats">
88574 <strong><span title="Measured in the last 900 seconds">Users online</span></strong> &mdash;
3334 <strong>guests</strong>,
8900 <strong>registered</strong>
and 76340 <strong>other</strong>
<!-- Online Counter Last Update: Sun, 24 May 2026 04:31:01 -0700 -->
91668 <strong><span title="Measured in the last 900 seconds">Users online</span></strong> &mdash;
4823 <strong>guests</strong>,
14001 <strong>registered</strong>
and 72844 <strong>other</strong>
<!-- Online Counter Last Update: Tue, 02 Jun 2026 12:27:00 -0700 -->
</div>
<small>Limit bot activity to periods with less than 10k registered users online.</small>
@@ -383,8 +675,8 @@
<strong>&copy; 2005-2026 Frost Dragon Art LLC</strong>
<div class="footnote">
Server Time: May 24, 2026 04:31 AM<br />
Page generated in 0.009 seconds<br />[ 26.5% PHP, 73.5% SQL ] (9 queries)<br />
Server Time: Jun 2, 2026 12:27 PM<br />
Page generated in 0.018 seconds<br />[ 42.4% PHP, 57.6% SQL ] (24 queries)<br />
</div>
</div>
</div>
@@ -415,7 +707,7 @@
<script src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js" crossorigin="anonymous"></script>
<script type="text/javascript">
var server_timestamp = 1779622312;
var server_timestamp = 1780428442;
var client_timestamp = Date.now() / 1000;
var server_timestamp_delta = server_timestamp - client_timestamp;
var sfw_cookie_name = 'sfw';
@@ -424,7 +716,7 @@
//
document.addEventListener("DOMContentLoaded", (event) => {
//
const ad_manager = new adManager({"sizeConfig":[{"labels":["desktopWide"],"mediaQuery":"(min-width: 1090px)","sizesSupported":[[728,90],[300,250],[300,168],[300,600],[160,600]]},{"labels":["desktopNarrow"],"mediaQuery":"(min-width: 740px) and (max-width: 1089px)","sizesSupported":[[728,90],[300,250],[300,168]]},{"labels":["mobile"],"mediaQuery":"(min-width: 0px) and (max-width: 739px)","sizesSupported":[[320,50],[300,50],[320,100]]}],"slotConfig":{"header_middle":{"containerSize":{"desktopWide":[728,90],"desktopNarrow":[728,90],"mobile":[320,50]},"providerPriority":["inhouse"]},"above_content":{"containerSize":{"desktopWide":[728,90],"desktopNarrow":[728,90],"mobile":[320,50]},"providerPriority":["inhouse"]},"sidebar":{"containerSize":{"desktopWide":[300,250]},"providerPriority":["inhouse"]},"sidebar_tall":{"containerSize":{"desktopWide":[300,600],"desktopNarrow":[300,600],"mobile":[300,250]},"providerPriority":["inhouse"]},"footer_left":{"containerSize":{"desktopWide":[300,250],"desktopNarrow":[300,250],"mobile":[300,250]},"providerPriority":["inhouse"]},"footer_right":{"containerSize":{"desktopWide":[300,250],"desktopNarrow":[300,250],"mobile":[300,250]},"providerPriority":["inhouse"]},"footer_right_top":{"containerSize":{"desktopWide":[320,50],"desktopNarrow":[320,50],"mobile":[320,50]},"providerPriority":["inhouse"]},"footer_right_bottom":{"containerSize":{"desktopWide":[320,50],"desktopNarrow":[320,50],"mobile":[320,50]},"providerPriority":["inhouse"]},"header_right_left":{"containerSize":{"desktopWide":[320,50]},"providerPriority":["inhouse"]},"header_right_right":{"containerSize":{"desktopWide":[320,50]},"providerPriority":["inhouse"]},"sidebar_top":{"containerSize":{"desktopWide":[320,50]},"providerPriority":["inhouse"]},"sidebar_bottom":{"containerSize":{"desktopWide":[320,50]},"providerPriority":["inhouse"]},"front_page":{"containerSize":{"desktopWide":[728,90],"desktopNarrow":[728,90],"mobile":[320,50]},"providerPriority":["inhouse"]},"c-videoAd":{"containerSize":{"desktopWide":[300,250]},"providerPriority":["inhouse"]}},"providerConfig":{"inhouse":{"domain":"https:\/\/rv.furaffinity.net","dataPath":"\/live\/www\/delivery\/spc.php","dataVariableName":"OA_output"}},"adConfig":{"inhouse":{"header_middle":{"default":{"tagId":40,"tagSize":[728,90]},"sizeOverride":{"mobile":{"tagId":56,"tagSize":[320,50]}}},"above_content":{"default":{"tagId":25,"tagSize":[728,90]},"sizeOverride":{"mobile":{"tagId":53,"tagSize":[320,50]}}},"sidebar":{"default":{"tagId":49,"tagSize":[300,250]}},"sidebar_tall":{"default":{"tagId":49,"tagSize":[300,250]}},"footer_left":{"default":{"tagId":28,"tagSize":[300,250]}},"footer_right":{"default":{"tagId":74,"tagSize":[300,250]}},"footer_right_top":{"default":{"tagId":62,"tagSize":[320,50]}},"footer_right_bottom":{"default":{"tagId":59,"tagSize":[320,50]}},"header_right_left":{"default":{"tagId":65,"tagSize":[320,50]}},"header_right_right":{"default":{"tagId":68,"tagSize":[320,50]}},"sidebar_top":{"default":{"tagId":65,"tagSize":[320,50]}},"sidebar_bottom":{"default":{"tagId":68,"tagSize":[320,50]}},"front_page":{"default":{"tagId":77,"tagSize":[728,90]},"sizeOverride":{"mobile":{"tagId":78,"tagSize":[320,50]}}},"c-videoAd":{"default":{"tagId":71,"tagSize":[320,50]}}}},"extraMetadata":{"adsenseClient":"ca-pub-3495616356562362","forceLoadConfigs":["c-videoAd"]}}, true);
const ad_manager = new adManager({"sizeConfig":[{"labels":["desktopWide"],"mediaQuery":"(min-width: 1090px)","sizesSupported":[[728,90],[300,250],[300,168],[300,600],[160,600]]},{"labels":["desktopNarrow"],"mediaQuery":"(min-width: 740px) and (max-width: 1089px)","sizesSupported":[[728,90],[300,250],[300,168]]},{"labels":["mobile"],"mediaQuery":"(min-width: 0px) and (max-width: 739px)","sizesSupported":[[320,50],[300,50],[320,100]]}],"slotConfig":{"header_middle":{"containerSize":{"desktopWide":[728,90],"desktopNarrow":[728,90],"mobile":[320,50]},"providerPriority":["inhouse"]},"above_content":{"containerSize":{"desktopWide":[728,90],"desktopNarrow":[728,90],"mobile":[320,50]},"providerPriority":["inhouse"]},"sidebar":{"containerSize":{"desktopWide":[300,250]},"providerPriority":["inhouse"]},"sidebar_tall":{"containerSize":{"desktopWide":[300,600],"desktopNarrow":[300,600],"mobile":[300,250]},"providerPriority":["inhouse"]},"footer_left":{"containerSize":{"desktopWide":[300,250],"desktopNarrow":[300,250],"mobile":[300,250]},"providerPriority":["inhouse"]},"footer_right":{"containerSize":{"desktopWide":[300,250],"desktopNarrow":[300,250],"mobile":[300,250]},"providerPriority":["inhouse"]},"footer_right_top":{"containerSize":{"desktopWide":[320,50],"desktopNarrow":[320,50],"mobile":[320,50]},"providerPriority":["inhouse"]},"footer_right_bottom":{"containerSize":{"desktopWide":[320,50],"desktopNarrow":[320,50],"mobile":[320,50]},"providerPriority":["inhouse"]},"header_right_left":{"containerSize":{"desktopWide":[320,50]},"providerPriority":["inhouse"]},"header_right_right":{"containerSize":{"desktopWide":[320,50]},"providerPriority":["inhouse"]},"sidebar_top":{"containerSize":{"desktopWide":[320,50]},"providerPriority":["inhouse"]},"sidebar_bottom":{"containerSize":{"desktopWide":[320,50]},"providerPriority":["inhouse"]},"front_page":{"containerSize":{"desktopWide":[728,90],"desktopNarrow":[728,90],"mobile":[320,50]},"providerPriority":["inhouse"]},"c-videoAd":{"containerSize":{"desktopWide":[300,250]},"providerPriority":["inhouse"]}},"providerConfig":{"inhouse":{"domain":"https:\/\/rv.furaffinity.net","dataPath":"\/live\/www\/delivery\/spc.php","dataVariableName":"OA_output"}},"adConfig":{"inhouse":{"header_middle":{"default":{"tagId":42,"tagSize":[728,90]},"sizeOverride":{"mobile":{"tagId":58,"tagSize":[320,50]}}},"above_content":{"default":{"tagId":27,"tagSize":[728,90]},"sizeOverride":{"mobile":{"tagId":55,"tagSize":[320,50]}}},"sidebar":{"default":{"tagId":51,"tagSize":[300,250]}},"sidebar_tall":{"default":{"tagId":51,"tagSize":[300,250]}},"footer_left":{"default":{"tagId":30,"tagSize":[300,250]}},"footer_right":{"default":{"tagId":72,"tagSize":[300,250]}},"footer_right_top":{"default":{"tagId":64,"tagSize":[320,50]}},"footer_right_bottom":{"default":{"tagId":61,"tagSize":[320,50]}},"header_right_left":{"default":{"tagId":67,"tagSize":[320,50]}},"header_right_right":{"default":{"tagId":70,"tagSize":[320,50]}},"sidebar_top":{"default":{"tagId":67,"tagSize":[320,50]}},"sidebar_bottom":{"default":{"tagId":70,"tagSize":[320,50]}},"front_page":{"default":{"tagId":75,"tagSize":[728,90]},"sizeOverride":{"mobile":{"tagId":80,"tagSize":[320,50]}}},"c-videoAd":{"default":{"tagId":71,"tagSize":[320,50]}}}},"extraMetadata":{"adsenseClient":"ca-pub-3495616356562362","forceLoadConfigs":["c-videoAd"]}}, true);
});
</script>

View File

@@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<title>Scraps Gallery for SoXX-TheFennec -- Fur Affinity [dot] net</title>
<title>Scraps Gallery for KazuCreations -- Fur Affinity [dot] net</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Fur Affinity | For all things fluff, scaled, and feathered!" />
@@ -20,22 +20,26 @@
<meta http-equiv="X-UA-Compatible" content="IE=9; IE=EDGE" />
<!-- generic -->
<meta name="robots" content="noindex" />
<!-- og -->
<!-- og -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Scraps Gallery for SoXX-TheFennec -- Fur Affinity [dot] net" />
<meta property="og:url" content="https://www.furaffinity.net/gallery/soxx-thefennec/" />
<meta property="og:description" content=". . . ╭━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╮. . . . Well hi there^^. . I'm the friendly Fenn ..." />
<meta property="og:image" content="https://www.furaffinity.net/themes/beta/img/banners/fa_logo.png?v2" />
<meta property="og:title" content="Scraps Gallery for KazuCreations -- Fur Affinity [dot] net" />
<meta property="og:url" content="https://www.furaffinity.net/gallery/kazucreations/" />
<meta property="og:description" content="moved to featherworks.studio" />
<meta property="og:image" content="https://t.furaffinity.net/30549394@600-1550693644.jpg" />
<meta property="og:image:secure_url" content="https://t.furaffinity.net/30549394@600-1550693644.jpg" />
<meta property="og:image:type" content="image/jpeg" />
<meta property="og:image:width" content="423" />
<meta property="og:image:height" content="600" />
<!-- twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:domain" content="furaffinity.net" />
<meta name="twitter:site" content="@furaffinity" />
<meta name="twitter:title" content="Scraps Gallery for SoXX-TheFennec -- Fur Affinity [dot] net" />
<meta name="twitter:description" content=". . . ╭━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╮. . . . Well hi there^^. . I'm the friendly Fenn ..." />
<meta name="twitter:url" content="https://www.furaffinity.net/gallery/soxx-thefennec/" />
<meta name="twitter:image" content="https://www.furaffinity.net/themes/beta/img/banners/fa_logo.png?v2" />
<meta name="twitter:title" content="Scraps Gallery for KazuCreations -- Fur Affinity [dot] net" />
<meta name="twitter:description" content="moved to featherworks.studio" />
<meta name="twitter:url" content="https://www.furaffinity.net/gallery/kazucreations/" />
<meta name="twitter:image" content="https://t.furaffinity.net/30549394@600-1550693644.jpg" />
<meta name="twitter:label1" content="Submission Title" />
<meta name="twitter:data1" content="[NDS] #1 Octopus" />
<script type="text/javascript">
var _faurl = {
@@ -84,7 +88,7 @@
data-user-logged-in="1"
data-tag-blocklist="music"
data-tag-blocklist-hide-tagless="0"
data-tag-blocklist-nonce="9c0b6abe200b079665c4007b29c9378e7370ed7cba9e20619971471cf50ea5c8"
data-tag-blocklist-nonce="73dd0bd0afb4415ee108c6230a8ff451a7d4865518c65a019550211e4f30a92c"
>
<script type="text/javascript">
@@ -220,7 +224,7 @@
<hr>
<h2><form class="post-btn logout-link" method="post" action="/logout/"><button type="submit">Log Out</button><input type="hidden" name="key" value="0d42e70dd0a66ac4fc09e91e680fa1c47b564d429c3bc222c090e4f47f3132b4"/></form>
<h2><form class="post-btn logout-link" method="post" action="/logout/"><button type="submit">Log Out</button><input type="hidden" name="key" value="deedfd5c0c9487a7aada91b469657f08debbabf69b0aab22cb3c20f5cc50a2ab"/></form>
<script type="text/javascript">
_fajs.push(['init_logout_button', '.logout-link button']);
</script>
@@ -374,7 +378,7 @@
</div>
</div>
<hr>
<form class="post-btn logout-link" method="post" action="/logout/"><button type="submit">Log Out</button><input type="hidden" name="key" value="0d42e70dd0a66ac4fc09e91e680fa1c47b564d429c3bc222c090e4f47f3132b4"/></form>
<form class="post-btn logout-link" method="post" action="/logout/"><button type="submit">Log Out</button><input type="hidden" name="key" value="deedfd5c0c9487a7aada91b469657f08debbabf69b0aab22cb3c20f5cc50a2ab"/></form>
<script type="text/javascript">
_fajs.push(['init_logout_button', '.logout-link button']);
</script>
@@ -457,15 +461,17 @@
<div id="main-window" class="footer-mobile-tweak g-wrapper">
<div id="header">
<!-- site banner -->
<site-banner >
<a href="/">
<picture>
<source srcset="//d.furaffinity.net/media/banners/modern/fa-banner-spring-furality-20260531.webp" type="image/webp">
<img usemap="#banner-map" src="//d.furaffinity.net/media/banners/modern/fa-banner-spring-furality-20260531.jpg">
</picture>
</a>
</site-banner>
<!-- user profile banner -->
<site-banner>
<a href="/">
<picture>
<source media="(max-width: 799px)" srcset="//d.furaffinity.net/art/kazucreations/1770312990/profile_banner_mobile.jpg">
<source media="(min-width: 800px)" srcset="//d.furaffinity.net/art/kazucreations/1770312990/profile_banner.jpg">
<img src="//d.furaffinity.net/art/kazucreations/1770312990/profile_banner.jpg" alt="Profile Banner image">
</picture>
</a>
</site-banner>
<a name="top"></a>
</div>
@@ -477,7 +483,7 @@
<userpage-nav-header>
<userpage-nav-avatar>
<a class="current" href="/user/soxx-thefennec/"><img alt="soxx-thefennec" src="//a.furaffinity.net/1515442832/soxx-thefennec.gif"/></a>
<a class="current" href="/user/kazucreations/"><img alt="kazucreations" src="//a.furaffinity.net/1770312952/kazucreations.gif"/></a>
</userpage-nav-avatar>
@@ -486,12 +492,12 @@
<username>
<div class="c-usernameBlock username-in-nav-bar">
<a class="c-usernameBlock__displayName js-displayName-block" href="/user/soxx-thefennec/">
<span class="js-displayName">SoXX-TheFennec</span>
<a class="c-usernameBlock__displayName js-displayName-block" href="/user/kazucreations/">
<span class="js-displayName">KazuCreations</span>
</a>
<a class="c-usernameBlock__userName js-userName-block" href="/user/soxx-thefennec/">
<span><span class="c-usernameBlock__symbol" title="Member" alt="Member">~</span>soxx-thefennec</span>
<a class="c-usernameBlock__userName js-userName-block" href="/user/kazucreations/">
<span><span class="c-usernameBlock__symbol" title="Member" alt="Member">~</span>kazucreations</span>
</a>
</div>
@@ -500,27 +506,32 @@
<div class="font-small">
<span class="user-title">
Photographer | <span class="hideonmobile">Registered:</span> <span class="popup_date" data-title-date="0" data-24-hour="0" data-time="1471699250" title="10 years ago" disabled>August 20, 2016 02:20:50 PM</span> </span>
Fursuit Maker | <span class="hideonmobile">Registered:</span> <span class="popup_date" data-title-date="0" data-24-hour="0" data-time="1443468107" title="10 years ago" disabled>September 28, 2015 08:21:47 PM</span> </span>
</div>
<userpage-nav-links>
<ul class="user-nav-page-links">
<li><h3><a href="/user/soxx-thefennec/">Home</a></h3></li>
<li><h3><a href="/gallery/soxx-thefennec/">Gallery</a></h3></li>
<li><h3><a class="current" href="/scraps/soxx-thefennec/">Scraps</a></h3></li>
<li><h3><a href="/favorites/soxx-thefennec/">Favs</a></h3></li>
<li><h3><a href="/journals/soxx-thefennec/">Journals</a></h3></li>
<li><h3><a href="/user/kazucreations/">Home</a></h3></li>
<li><h3><a href="/gallery/kazucreations/">Gallery</a></h3></li>
<li><h3><a class="current" href="/scraps/kazucreations/">Scraps</a></h3></li>
<li><h3><a href="/favorites/kazucreations/">Favs</a></h3></li>
<li><h3><a href="/journals/kazucreations/">Journals</a></h3></li>
<li><h3><a href="/commissions/soxx-thefennec/">Commissions</a></h3></li>
<li><h3><a href="/commissions/kazucreations/">Commissions</a></h3></li>
<li><h3><a class="stats " href="/stats/soxx-thefennec/submissions/">Stats</a></h3></li>
<li><h3><a href="/controls/profile/">Edit Profile</a></h3></li>
</ul>
</userpage-nav-links>
</userpage-nav-user-details>
<userpage-nav-interface-buttons>
<a class="button standard samewidth stop" style="text-transform: capitalize;" id="watch-button" href="/unwatch/kazucreations/?key=38c21dd8f8eb22a2497f68d1f7a901fc132a6e13c09d8004dec4627bcf7f36c2">Unwatch</a>
<a class="button standard" href="/newpm/kazucreations/"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" style="transform: ;msFilter:;"><path d="M20 4H4c-1.103 0-2 .897-2 2v12c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V6c0-1.103-.897-2-2-2zm0 2v.511l-8 6.223-8-6.222V6h16zM4 18V9.044l7.386 5.745a.994.994 0 0 0 1.228 0L20 9.044 20.002 18H4z"></path></svg></a>
</userpage-nav-interface-buttons>
<script src="/themes/beta/js/widgets/user-nav-block-watch.js?u=2026050915"></script>
</userpage-nav-header>
@@ -542,7 +553,7 @@
<div class="default-folders">
<ul style="list-style-type:none">
<li>
<a href="/gallery/soxx-thefennec/" class="dotted">Main Gallery</a>
<a href="/gallery/kazucreations/" class="dotted">Main Gallery</a>
</li>
<li class="active">
&#x276f;&#x276f; <strong>Scraps</strong>
@@ -550,32 +561,48 @@
</ul>
</div>
<div class="container-item-top">
<h4>OCs and Characters</h4>
</div>
<ul style="list-style-type:none">
<li style="padding-left:22px;">
<a href="/gallery/soxx-thefennec/folder/461478/Naos" title="1 submissions" class="dotted">Naos</a>
</li>
<li style="padding-left:22px;">
<a href="/gallery/soxx-thefennec/folder/461479/Maru" title="0 submissions" class="dotted">Maru</a>
</li>
<li style="padding-left:22px;">
<a href="/gallery/soxx-thefennec/folder/461480/Tex" title="0 submissions" class="dotted">Tex</a>
</li>
<li style="padding-left:22px;">
<a href="/gallery/soxx-thefennec/folder/461481/Thrust" title="3 submissions" class="dotted">Thrust</a>
</li>
</ul>
<ul class="default-group" style="list-style-type:none">
<li>
<a href="/gallery/soxx-thefennec/folder/461482/Gaming-and-Stuff" title="3 submissions" class="dotted">Gaming and Stuff</a>
<a href="/gallery/kazucreations/folder/88225/Headshots" title="25 submissions" class="dotted">Headshots</a>
</li>
<li>
<a href="/gallery/soxx-thefennec/folder/461483/Me-and-my-Love" title="8 submissions" class="dotted">Me and my Love</a>
<a href="/gallery/kazucreations/folder/89257/Badges" title="23 submissions" class="dotted">Badges</a>
</li>
<li>
<a href="/gallery/soxx-thefennec/folder/545965/SoXX" title="20 submissions" class="dotted">SoXX</a>
<a href="/gallery/kazucreations/folder/104407/Multiple-Characters" title="9 submissions" class="dotted">Multiple Characters</a>
</li>
<li>
<a href="/gallery/kazucreations/folder/176479/Digital-Art" title="55 submissions" class="dotted">Digital Art</a>
</li>
<li>
<a href="/gallery/kazucreations/folder/191089/Fullbody" title="21 submissions" class="dotted">Fullbody</a>
</li>
<li>
<a href="/gallery/kazucreations/folder/196612/Photos" title="6 submissions" class="dotted">Photos</a>
</li>
<li>
<a href="/gallery/kazucreations/folder/294235/My-Suits" title="6 submissions" class="dotted">My Suits</a>
</li>
<li>
<a href="/gallery/kazucreations/folder/312886/Traditional-Art" title="23 submissions" class="dotted">Traditional Art</a>
</li>
<li>
<a href="/gallery/kazucreations/folder/442425/Videos" title="2 submissions" class="dotted">Videos</a>
</li>
<li>
<a href="/gallery/kazucreations/folder/534625/Plushies" title="6 submissions" class="dotted">Plushies</a>
</li>
<li>
<a href="/gallery/kazucreations/folder/537118/Clothing" title="1 submissions" class="dotted">Clothing</a>
</li>
<li>
<a href="/gallery/kazucreations/folder/538750/Fursuit" title="8 submissions" class="dotted">Fursuit</a>
</li>
<li>
<a href="/gallery/kazucreations/folder/559610/Inktober" title="13 submissions" class="dotted">Inktober</a>
</li>
<li>
<a href="/gallery/kazucreations/folder/620685/NDS" title="1 submissions" class="dotted">NDS</a>
</li>
</ul>
</div>
@@ -614,7 +641,27 @@
</div>
<section id="gallery-gallery" class="gallery no-padding aligncenter no-artistname s-200 ">
<div id="no-images"><b><i>There are no submissions to list</i></b></div> </section>
<figure id="sid-30549394" class="r-general t-image">
<b>
<u>
<a href="/view/30549394/">
<noscript><span class="is-noScriptEnabled"></span></noscript>
<img class="blocked-content" data-tags="u_kazucreations c_artwork_digital t_all s_aquatic_other octopus sketch" alt="" src="//t.furaffinity.net/30549394@200-1550693644.jpg" data-width="141.406" data-height="200" style="width:141.406px; height:200px" loading="lazy" decoding="async" />
<i title="Click for description"></i>
</a>
</u>
</b>
<figcaption>
<p>
<a href="/view/30549394/" title="[NDS] #1 Octopus">[NDS] #1 Octopus</a>
</p>
<p>
<i>by</i> <a href="/user/kazucreations/" title="KazuCreations">KazuCreations</a>
</p>
</figcaption>
</figure>
</section>
<script type="text/javascript">
_fajs.push(['init_gallery', 'gallery-gallery']);
@@ -646,6 +693,10 @@
</div>
<script id="js-submissionData" type="application/json">{"30549394":{"title":"[NDS] #1 Octopus","description":"asked a classmate what to draw and she said octopus,so yeah, have some xD","username":"KazuCreations","lower":"kazucreations"}}</script>
<script type="text/javascript">
var descriptions = JSON.parse(document.getElementById('js-submissionData').textContent);
</script>
</div>
@@ -676,16 +727,17 @@
</div>
<div class="footerAds__column">
<ins class="footerAds__slot format--faMediumRectangle jsAdSlot hidden" data-id="footer_right"></ins>
<ins class="footerAds__slot format--faSmallRectangle jsAdSlot hidden" data-id="footer_right_top"></ins>
<ins class="footerAds__slot format--faSmallRectangle jsAdSlot hidden" data-id="footer_right_bottom"></ins>
</div>
</div>
<div class="online-stats">
96487 <strong><span title="Measured in the last 900 seconds">Users online</span></strong> &mdash;
4522 <strong>guests</strong>,
14157 <strong>registered</strong>
and 77808 <strong>other</strong>
<!-- Online Counter Last Update: Tue, 02 Jun 2026 12:18:00 -0700 -->
91668 <strong><span title="Measured in the last 900 seconds">Users online</span></strong> &mdash;
4823 <strong>guests</strong>,
14001 <strong>registered</strong>
and 72844 <strong>other</strong>
<!-- Online Counter Last Update: Tue, 02 Jun 2026 12:27:00 -0700 -->
</div>
<small>Limit bot activity to periods with less than 10k registered users online.</small>
@@ -693,8 +745,8 @@
<strong>&copy; 2005-2026 Frost Dragon Art LLC</strong>
<div class="footnote">
Server Time: Jun 2, 2026 12:18 PM<br />
Page generated in 0.023 seconds<br />[ 41.4% PHP, 58.6% SQL ] (29 queries)<br />
Server Time: Jun 2, 2026 12:27 PM<br />
Page generated in 0.025 seconds<br />[ 24.9% PHP, 75.1% SQL ] (29 queries)<br />
</div>
</div>
</div>
@@ -725,7 +777,7 @@
<script src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js" crossorigin="anonymous"></script>
<script type="text/javascript">
var server_timestamp = 1780427913;
var server_timestamp = 1780428434;
var client_timestamp = Date.now() / 1000;
var server_timestamp_delta = server_timestamp - client_timestamp;
var sfw_cookie_name = 'sfw';

File diff suppressed because one or more lines are too long

View File

@@ -90,7 +90,7 @@
data-user-logged-in="1"
data-tag-blocklist="music"
data-tag-blocklist-hide-tagless="0"
data-tag-blocklist-nonce="b8ae9469f7a54531820915d4d6802cc55ab5c1d24ae0761aef58f6d51678b0f7"
data-tag-blocklist-nonce="6680b20149e321a86a8b9ae04979480a0a5f4a8465e8e2838d4d83d0cb4835d7"
>
<script type="text/javascript">
@@ -226,7 +226,7 @@
<hr>
<h2><form class="post-btn logout-link" method="post" action="/logout/"><button type="submit">Log Out</button><input type="hidden" name="key" value="be762e929875e82e3353b9da6165372f84139e3a9801ae5fc2bed02ad38efedd"/></form>
<h2><form class="post-btn logout-link" method="post" action="/logout/"><button type="submit">Log Out</button><input type="hidden" name="key" value="1730ba7ac12bb49694d6ebb14b68c1e6681f560b29a1e9b5f430233850fb6765"/></form>
<script type="text/javascript">
_fajs.push(['init_logout_button', '.logout-link button']);
</script>
@@ -380,7 +380,7 @@
</div>
</div>
<hr>
<form class="post-btn logout-link" method="post" action="/logout/"><button type="submit">Log Out</button><input type="hidden" name="key" value="be762e929875e82e3353b9da6165372f84139e3a9801ae5fc2bed02ad38efedd"/></form>
<form class="post-btn logout-link" method="post" action="/logout/"><button type="submit">Log Out</button><input type="hidden" name="key" value="1730ba7ac12bb49694d6ebb14b68c1e6681f560b29a1e9b5f430233850fb6765"/></form>
<script type="text/javascript">
_fajs.push(['init_logout_button', '.logout-link button']);
</script>
@@ -510,7 +510,7 @@
<div id="submission-options">
<a class="button standard mobile-fix" href="/fav/12345678/?key=7b449c76369b422d88419e9ce2c00a5a06d35035a8c035628423ab5f4294af5b">+Fav</a>
<a class="button standard mobile-fix" href="/fav/12345678/?key=f4abeb712b42a45e5c2ddd81959368e335cdbd95ce3af513a46b8b73813c31d7">+Fav</a>
<a class="button standard mobile-fix" href="/newpm/katthefoxtaur/">Note</a>
<a class="button standard mobile-fix" href="//d.furaffinity.net/art/katthefoxtaur/1388090525/1388090525.katthefoxtaur_img_2512.jpg">Download</a>
</div>
@@ -693,7 +693,7 @@ Also, #12345678 GET! :3c
<div id="submission-sidebar-upper">
<div class="submission-controls-upper">
<a class="button standard mobile-fix" href="/fav/12345678/?key=7b449c76369b422d88419e9ce2c00a5a06d35035a8c035628423ab5f4294af5b">+Fav</a>
<a class="button standard mobile-fix" href="/fav/12345678/?key=f4abeb712b42a45e5c2ddd81959368e335cdbd95ce3af513a46b8b73813c31d7">+Fav</a>
<a class="button standard mobile-fix" href="/newpm/katthefoxtaur/">Note</a>
<a class="button standard mobile-fix" href="//d.furaffinity.net/art/katthefoxtaur/1388090525/1388090525.katthefoxtaur_img_2512.jpg">Download</a>
<a class="button standard mobile-fix nuke remove_nuke" href="/controls/troubletickets/?subject=&amp;message=Content+URL%3A+https%3A%2F%2Fwww.furaffinity.net%2Fview%2F12345678%0ARelevant+details+%28Required%29%3A">Report</a>
@@ -899,7 +899,8 @@ Also, #12345678 GET! :3c
</script>
<div class="comment-input-ads">
<ins class="footerAds__slot format--faMediumRectangle jsAdSlot hidden" data-id="footer_right"></ins>
<ins class="footerAds__slot format--faSmallRectangle jsAdSlot hidden" data-id="footer_right_top"></ins>
<ins class="footerAds__slot format--faSmallRectangle jsAdSlot hidden" data-id="footer_right_bottom"></ins>
</div>
</div>
@@ -3697,11 +3698,11 @@ And furbowls are hella fun. About to attend the latest iteration of When Furball
</div>
<div class="online-stats">
96487 <strong><span title="Measured in the last 900 seconds">Users online</span></strong> &mdash;
4522 <strong>guests</strong>,
14157 <strong>registered</strong>
and 77808 <strong>other</strong>
<!-- Online Counter Last Update: Tue, 02 Jun 2026 12:18:00 -0700 -->
91668 <strong><span title="Measured in the last 900 seconds">Users online</span></strong> &mdash;
4823 <strong>guests</strong>,
14001 <strong>registered</strong>
and 72844 <strong>other</strong>
<!-- Online Counter Last Update: Tue, 02 Jun 2026 12:27:00 -0700 -->
</div>
<small>Limit bot activity to periods with less than 10k registered users online.</small>
@@ -3709,8 +3710,8 @@ And furbowls are hella fun. About to attend the latest iteration of When Furball
<strong>&copy; 2005-2026 Frost Dragon Art LLC</strong>
<div class="footnote">
Server Time: Jun 2, 2026 12:18 PM<br />
Page generated in 0.081 seconds<br />[ 40.5% PHP, 59.5% SQL ] (55 queries)<br />
Server Time: Jun 2, 2026 12:27 PM<br />
Page generated in 0.067 seconds<br />[ 42.3% PHP, 57.7% SQL ] (54 queries)<br />
</div>
</div>
</div>
@@ -3741,7 +3742,7 @@ And furbowls are hella fun. About to attend the latest iteration of When Furball
<script src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js" crossorigin="anonymous"></script>
<script type="text/javascript">
var server_timestamp = 1780427911;
var server_timestamp = 1780428432;
var client_timestamp = Date.now() / 1000;
var server_timestamp_delta = server_timestamp - client_timestamp;
var sfw_cookie_name = 'sfw';

File diff suppressed because one or more lines are too long