cachebust

pull/225/head
Aevann 2024-03-05 20:40:55 +02:00
parent 33bfbf3b67
commit 2a905801fd
39 changed files with 223 additions and 223 deletions

View File

@ -2,7 +2,7 @@
<browserconfig> <browserconfig>
<msapplication> <msapplication>
<tile> <tile>
<square150x150logo src="/icon.webp?x=7"> <square150x150logo src="/icon.webp?x=8">
<TileColor>#FF459A</TileColor> <TileColor>#FF459A</TileColor>
</tile> </tile>
</msapplication> </msapplication>

View File

@ -228,34 +228,34 @@
} }
.sharpen-0:after { .sharpen-0:after {
background: url("/i/sharpen/0.webp?x=7"); background: url("/i/sharpen/0.webp?x=8");
} }
.sharpen-1:after { .sharpen-1:after {
background: url("/i/sharpen/1.webp?x=7"); background: url("/i/sharpen/1.webp?x=8");
} }
.sharpen-2:after { .sharpen-2:after {
background: url("/i/sharpen/2.webp?x=7"); background: url("/i/sharpen/2.webp?x=8");
} }
.sharpen-3:after { .sharpen-3:after {
background: url("/i/sharpen/3.webp?x=7"); background: url("/i/sharpen/3.webp?x=8");
} }
.sharpen-4:after { .sharpen-4:after {
background: url("/i/sharpen/4.webp?x=7"); background: url("/i/sharpen/4.webp?x=8");
} }
.sharpen-5:after { .sharpen-5:after {
background: url("/i/sharpen/5.webp?x=7"); background: url("/i/sharpen/5.webp?x=8");
} }
.sharpen-6:after { .sharpen-6:after {
background: url("/i/sharpen/6.webp?x=7"); background: url("/i/sharpen/6.webp?x=8");
} }
.sharpen-7:after { .sharpen-7:after {
background: url("/i/sharpen/7.webp?x=7"); background: url("/i/sharpen/7.webp?x=8");
} }
.sharpen-8:after { .sharpen-8:after {
background: url("/i/sharpen/8.webp?x=7"); background: url("/i/sharpen/8.webp?x=8");
} }
.sharpen-9:after { .sharpen-9:after {
background: url("/i/sharpen/9.webp?x=7"); background: url("/i/sharpen/9.webp?x=8");
} }
.rainbow-text:not(a) > p, .gold-text:not(a) > p { .rainbow-text:not(a) > p, .gold-text:not(a) > p {

View File

@ -1,3 +1,3 @@
html { html {
cursor: url('/i/dildo.webp?x=7'), auto; cursor: url('/i/dildo.webp?x=8'), auto;
} }

View File

@ -5628,7 +5628,7 @@ lite-youtube > .lty-playbtn {
left: 50%; left: 50%;
z-index: 1; z-index: 1;
background-color: transparent; background-color: transparent;
background-image: url('/i/youtube.webp?x=7'); background-image: url('/i/youtube.webp?x=8');
border: none; border: none;
} }
@ -7277,29 +7277,29 @@ button, .btn {
} }
.chud-0:after { .chud-0:after {
background: url("/i/chud/0.webp?x=7"); background: url("/i/chud/0.webp?x=8");
} }
.chud-1:after { .chud-1:after {
background: url("/i/chud/1.webp?x=7"); background: url("/i/chud/1.webp?x=8");
} }
.chud-2:after { .chud-2:after {
background: url("/i/chud/2.webp?x=7"); background: url("/i/chud/2.webp?x=8");
} }
.chud-3:after { .chud-3:after {
background: url("/i/chud/3.webp?x=7"); background: url("/i/chud/3.webp?x=8");
} }
.chud-4:after { .chud-4:after {
background: url("/i/chud/4.webp?x=7"); background: url("/i/chud/4.webp?x=8");
} }
.chud-5:after { .chud-5:after {
background: url("/i/chud/5.webp?x=7"); background: url("/i/chud/5.webp?x=8");
height: 100px; height: 100px;
} }
.chud-6:after { .chud-6:after {
background: url("/i/chud/6.webp?x=7"); background: url("/i/chud/6.webp?x=8");
} }
.chud-7:after, .chud-8:after, .chud-9:after { .chud-7:after, .chud-8:after, .chud-9:after {
background: url("/i/chud/7.webp?x=7"); background: url("/i/chud/7.webp?x=8");
} }
@ -7319,7 +7319,7 @@ button, .btn {
width: 32px; width: 32px;
height: 32px; height: 32px;
position: fixed; position: fixed;
background-image: url('/i/cursormarsey.webp?x=7'); background-image: url('/i/cursormarsey.webp?x=8');
image-rendering: pixelated; image-rendering: pixelated;
background-position: -64px -32px; background-position: -64px -32px;
} }
@ -7329,7 +7329,7 @@ button, .btn {
height: 24px; height: 24px;
position: fixed; position: fixed;
pointer-events: none; pointer-events: none;
background-image: url('/i/cursormarsey-heart.webp?x=7'); background-image: url('/i/cursormarsey-heart.webp?x=8');
background-size: cover; background-size: cover;
left: 24px; left: 24px;
top: 0px; top: 0px;

View File

@ -221,7 +221,7 @@ function buildRouletteBets(bets) {
const normalizedBets = formatNormalizedBets(bets); const normalizedBets = formatNormalizedBets(bets);
const coinImgHtml = ` const coinImgHtml = `
<img <img
src="${SITE_FULL_IMAGES}/i/coins.webp?x=7" src="${SITE_FULL_IMAGES}/i/coins.webp?x=8"
alt="coin" alt="coin"
width="32" width="32"
data-bs-toggle="tooltip" data-bs-toggle="tooltip"
@ -230,7 +230,7 @@ function buildRouletteBets(bets) {
`; `;
const marseybuxImgHtml = ` const marseybuxImgHtml = `
<img <img
src="${SITE_FULL_IMAGES}/i/marseybux.webp?x=7" src="${SITE_FULL_IMAGES}/i/marseybux.webp?x=8"
alt="marseybux" alt="marseybux"
data-bs-toggle="tooltip" data-bs-toggle="tooltip"
data-bs-placement="bottom" data-bs-placement="bottom"

View File

@ -22,13 +22,13 @@ function flash(){
alert = false alert = false
} }
else { else {
icon.href = `${SITE_FULL_IMAGES}/i/${SITE_NAME}/icon.webp?x=7` icon.href = `${SITE_FULL_IMAGES}/i/${SITE_NAME}/icon.webp?x=8`
alert = true alert = true
} }
setTimeout(flash, 500) setTimeout(flash, 500)
} }
else { else {
icon.href = `${SITE_FULL_IMAGES}/i/${SITE_NAME}/icon.webp?x=7` icon.href = `${SITE_FULL_IMAGES}/i/${SITE_NAME}/icon.webp?x=8`
notifs = 0 notifs = 0
title.innerHTML = page_title title.innerHTML = page_title
} }

View File

@ -2,7 +2,7 @@ function equip_hat(t, hat_id, hat_name) {
const profile_pic_hat = document.getElementById("profile-pic-35-hat"); const profile_pic_hat = document.getElementById("profile-pic-35-hat");
function extra_actions(xhr) { function extra_actions(xhr) {
if (xhr.status == 200) { if (xhr.status == 200) {
profile_pic_hat.src = `${SITE_FULL_IMAGES}/i/hats/${hat_name}.webp?x=7` profile_pic_hat.src = `${SITE_FULL_IMAGES}/i/hats/${hat_name}.webp?x=8`
profile_pic_hat.classList.remove('d-none') profile_pic_hat.classList.remove('d-none')
} }
} }

View File

@ -12,7 +12,7 @@ const lotteryOnReady = function () {
setTimeout(() => { setTimeout(() => {
ticketPulled.style.display = "none"; ticketPulled.style.display = "none";
ticketPulled.src = ticketPulled.src =
"/i/rDrama/lottery_active.webp?x=7&t=" + "/i/rDrama/lottery_active.webp?x=8&t=" +
new Date().getTime(); new Date().getTime();
purchaseTicket.disabled = false; purchaseTicket.disabled = false;
}, 1780); }, 1780);

View File

@ -89,7 +89,7 @@ function updatebgselection(){
let bgsDir = backgrounds[bgselector.selectedIndex].folder; let bgsDir = backgrounds[bgselector.selectedIndex].folder;
for (i=0; i < bgsToDisplay.length; i++) { for (i=0; i < bgsToDisplay.length; i++) {
let onclickPost = bgsDir + "/" + bgsToDisplay[i]; let onclickPost = bgsDir + "/" + bgsToDisplay[i];
str += `<button class="btn btn-secondary bg-button"><img loading="lazy" class='bg-image' src="${SITE_FULL_IMAGES}/i/backgrounds/${bgsDir}/${bgsToDisplay[i]}?x=7" alt="${bgsToDisplay[i]}-background" data-nonce="${nonce}" data-onclick="post('/settings/personal?background=${onclickPost}')"></button>`; str += `<button class="btn btn-secondary bg-button"><img loading="lazy" class='bg-image' src="${SITE_FULL_IMAGES}/i/backgrounds/${bgsDir}/${bgsToDisplay[i]}?x=8" alt="${bgsToDisplay[i]}-background" data-nonce="${nonce}" data-onclick="post('/settings/personal?background=${onclickPost}')"></button>`;
} }
bgContainer.innerHTML = str; bgContainer.innerHTML = str;

View File

@ -8,13 +8,13 @@
"description": "WPD", "description": "WPD",
"icons": [ "icons": [
{ {
"src": "/i/WPD/192.png?x=7", "src": "/i/WPD/192.png?x=8",
"sizes": "192x192", "sizes": "192x192",
"type": "image/png", "type": "image/png",
"purpose": "any" "purpose": "any"
}, },
{ {
"src": "/i/WPD/512.png?x=7", "src": "/i/WPD/512.png?x=8",
"sizes": "512x512", "sizes": "512x512",
"type": "image/png" "type": "image/png"
} }

View File

@ -8,13 +8,13 @@
"description": "rDrama", "description": "rDrama",
"icons": [ "icons": [
{ {
"src": "/i/rDrama/192.png?x=7", "src": "/i/rDrama/192.png?x=8",
"sizes": "192x192", "sizes": "192x192",
"type": "image/png", "type": "image/png",
"purpose": "any" "purpose": "any"
}, },
{ {
"src": "/i/rDrama/512.png?x=7", "src": "/i/rDrama/512.png?x=8",
"sizes": "512x512", "sizes": "512x512",
"type": "image/png" "type": "image/png"
} }

View File

@ -58,7 +58,7 @@ class Hole(Base):
@lazy @lazy
def marsey_url(self): def marsey_url(self):
if self.marseyurl: return self.marseyurl if self.marseyurl: return self.marseyurl
return f'{SITE_FULL_IMAGES}/i/{SITE_NAME}/headericon.webp?x=7' return f'{SITE_FULL_IMAGES}/i/{SITE_NAME}/headericon.webp?x=8'
@property @property
@lazy @lazy

View File

@ -188,20 +188,20 @@ class Post(Base):
@lazy @lazy
def thumb_url(self): def thumb_url(self):
if self.nsfw: if self.nsfw:
return f"{SITE_FULL_IMAGES}/i/nsfw.webp?x=7" return f"{SITE_FULL_IMAGES}/i/nsfw.webp?x=8"
elif not self.url: elif not self.url:
return f"{SITE_FULL_IMAGES}/i/{SITE_NAME}/default_text.webp?x=7" return f"{SITE_FULL_IMAGES}/i/{SITE_NAME}/default_text.webp?x=8"
elif self.thumburl: elif self.thumburl:
if self.thumburl.startswith('/'): return SITE_FULL + self.thumburl if self.thumburl.startswith('/'): return SITE_FULL + self.thumburl
return self.thumburl return self.thumburl
elif self.is_youtube or self.is_video: elif self.is_youtube or self.is_video:
return f"{SITE_FULL_IMAGES}/i/default_thumb_video.webp?x=7" return f"{SITE_FULL_IMAGES}/i/default_thumb_video.webp?x=8"
elif self.is_audio: elif self.is_audio:
return f"{SITE_FULL_IMAGES}/i/default_thumb_audio.webp?x=7" return f"{SITE_FULL_IMAGES}/i/default_thumb_audio.webp?x=8"
elif self.domain == SITE: elif self.domain == SITE:
return f"{SITE_FULL_IMAGES}/i/{SITE_NAME}/site_preview.webp?x=7" return f"{SITE_FULL_IMAGES}/i/{SITE_NAME}/site_preview.webp?x=8"
else: else:
return f"{SITE_FULL_IMAGES}/i/default_thumb_link.webp?x=7" return f"{SITE_FULL_IMAGES}/i/default_thumb_link.webp?x=8"
@property @property
@lazy @lazy

View File

@ -687,7 +687,7 @@ class User(Base):
def bio_html_eager(self): def bio_html_eager(self):
if self.bio_html == None: return '' if self.bio_html == None: return ''
return self.bio_html.replace('data-src', 'src') \ return self.bio_html.replace('data-src', 'src') \
.replace(f'src="{SITE_FULL_IMAGES}/i/loading.webp?x=7"', '') \ .replace(f'src="{SITE_FULL_IMAGES}/i/loading.webp?x=8"', '') \
.replace(f'src="{SITE_FULL_IMAGES}/i/loading.webp"', '') \ .replace(f'src="{SITE_FULL_IMAGES}/i/loading.webp"', '') \
.replace(f'src="{SITE_FULL_IMAGES}/i/l.webp"', '') .replace(f'src="{SITE_FULL_IMAGES}/i/l.webp"', '')
@ -983,7 +983,7 @@ class User(Base):
def banner_url(self): def banner_url(self):
if FEATURES['USERS_PROFILE_BANNER'] and self.bannerurl and can_see(g.v, self): if FEATURES['USERS_PROFILE_BANNER'] and self.bannerurl and can_see(g.v, self):
return self.bannerurl return self.bannerurl
return f"{SITE_FULL_IMAGES}/i/{SITE_NAME}/site_preview.webp?x=7" return f"{SITE_FULL_IMAGES}/i/{SITE_NAME}/site_preview.webp?x=8"
@property @property
@lazy @lazy
@ -1005,7 +1005,7 @@ class User(Base):
if self.profileurl and can_see(g.v, self): if self.profileurl and can_see(g.v, self):
if self.profileurl.startswith('/'): return SITE_FULL + self.profileurl if self.profileurl.startswith('/'): return SITE_FULL + self.profileurl
return self.profileurl return self.profileurl
return f"{SITE_FULL_IMAGES}/i/default-profile-pic.webp?x=7" return f"{SITE_FULL_IMAGES}/i/default-profile-pic.webp?x=8"
@property @property
@lazy @lazy

View File

@ -302,7 +302,7 @@ def _push_notif_thread(subscriptions, title, body, url):
"title": title, "title": title,
"body": body, "body": body,
'url': url, 'url': url,
'icon': f'{SITE_FULL}/icon.webp?x=7', 'icon': f'{SITE_FULL}/icon.webp?x=8',
}), }),
vapid_private_key=VAPID_PRIVATE_KEY, vapid_private_key=VAPID_PRIVATE_KEY,
vapid_claims={"sub": f"mailto:{EMAIL}"} vapid_claims={"sub": f"mailto:{EMAIL}"}

View File

@ -109,7 +109,7 @@ def unequip_hat(v, hat_id):
def hat_owners(v, hat_id): def hat_owners(v, hat_id):
name = g.db.query(HatDef.name).filter_by(id=hat_id).one()[0] name = g.db.query(HatDef.name).filter_by(id=hat_id).one()[0]
href = f'{SITE_FULL_IMAGES}/i/hats/{name}.webp?x=7' href = f'{SITE_FULL_IMAGES}/i/hats/{name}.webp?x=8'
page = get_page() page = get_page()

View File

@ -63,7 +63,7 @@ def template_change_arg(arg, value, url):
@app.template_filter("asset_siteimg") @app.template_filter("asset_siteimg")
def template_asset_siteimg(asset_path): def template_asset_siteimg(asset_path):
return f'{SITE_FULL_IMAGES}/i/{SITE_NAME}/{asset_path}?x=7' return f'{SITE_FULL_IMAGES}/i/{SITE_NAME}/{asset_path}?x=8'
@app.template_filter("timestamp") @app.template_filter("timestamp")
def timestamp(timestamp): def timestamp(timestamp):

View File

@ -23,7 +23,7 @@
{% for log in logs %} {% for log in logs %}
<tr class="{% if log.amount > 0 %}bg-green{% else %}bg-red{% endif %}"> <tr class="{% if log.amount > 0 %}bg-green{% else %}bg-red{% endif %}">
<td class="p-0 text-center pl-2" style="width:40px"> <td class="p-0 text-center pl-2" style="width:40px">
<img width="{% if log.currency == 'coins' %}30{% else %}40{% endif %}" alt="{{log.currency}}" data-bs-toggle="tooltip" data-bs-placement="bottom" src="{{SITE_FULL_IMAGES}}/i/{{log.currency}}.webp?x=7" title="{{log.currency.title()}}"> <img width="{% if log.currency == 'coins' %}30{% else %}40{% endif %}" alt="{{log.currency}}" data-bs-toggle="tooltip" data-bs-placement="bottom" src="{{SITE_FULL_IMAGES}}/i/{{log.currency}}.webp?x=8" title="{{log.currency.title()}}">
</td> </td>
<td class="unbreakable"> <td class="unbreakable">
<b class="bank-statement-amount">{% if log.amount > 0 %}+{% endif %}{{log.amount}}</b> <b class="bank-statement-amount">{% if log.amount > 0 %}+{% endif %}{{log.amount}}</b>

View File

@ -43,7 +43,7 @@
<input type="radio" class="btn-check" name="wagerCurrency" autocomplete="off" id="wagerCoins" <input type="radio" class="btn-check" name="wagerCurrency" autocomplete="off" id="wagerCoins"
value="coin" checked> value="coin" checked>
<label for="wagerCoins" class="btn btn-primary border-0 px-0"> <label for="wagerCoins" class="btn btn-primary border-0 px-0">
<img id="wagerCoinsImg" loading="lazy" src="{{SITE_FULL_IMAGES}}/i/coins.webp?x=7" alt="coin" data-bs-toggle="tooltip" <img id="wagerCoinsImg" loading="lazy" src="{{SITE_FULL_IMAGES}}/i/coins.webp?x=8" alt="coin" data-bs-toggle="tooltip"
data-bs-placement="bottom" title="Coin"> data-bs-placement="bottom" title="Coin">
</label> </label>
<span id="user-coins-amount-casino">{{v.coins}}</span> <span id="user-coins-amount-casino">{{v.coins}}</span>
@ -53,7 +53,7 @@
<input type="radio" class="btn-check" name="wagerCurrency" autocomplete="off" id="wagerMarseybux" <input type="radio" class="btn-check" name="wagerCurrency" autocomplete="off" id="wagerMarseybux"
value="marseybux"> value="marseybux">
<label for="wagerMarseybux" class="btn btn-primary border-0 px-0"> <label for="wagerMarseybux" class="btn btn-primary border-0 px-0">
<img id="wagerMarseybuxImg" loading="lazy" src="{{SITE_FULL_IMAGES}}/i/marseybux.webp?x=7" alt="marseybux" data-bs-toggle="tooltip" <img id="wagerMarseybuxImg" loading="lazy" src="{{SITE_FULL_IMAGES}}/i/marseybux.webp?x=8" alt="marseybux" data-bs-toggle="tooltip"
data-bs-placement="bottom" title="Marseybux"> data-bs-placement="bottom" title="Marseybux">
</label> </label>
<span id="user-bux-amount-casino">{{v.marseybux}}</span> <span id="user-bux-amount-casino">{{v.marseybux}}</span>

View File

@ -26,10 +26,10 @@
</p> </p>
</div> </div>
<ul class="roulette-bet-summary--list"> <ul class="roulette-bet-summary--list">
<li>2 <img loading="lazy" src="{{SITE_FULL_IMAGES}}/i/coins.webp?x=7" alt="coin" width="32" data-bs-toggle="tooltip" <li>2 <img loading="lazy" src="{{SITE_FULL_IMAGES}}/i/coins.webp?x=8" alt="coin" width="32" data-bs-toggle="tooltip"
data-bs-placement="bottom" title="Coin"> that data-bs-placement="bottom" title="Coin"> that
the number will be black.</li> the number will be black.</li>
<li>2 <img loading="lazy" src="{{SITE_FULL_IMAGES}}/i/coins.webp?x=7" alt="coin" width="32" data-bs-toggle="tooltip" <li>2 <img loading="lazy" src="{{SITE_FULL_IMAGES}}/i/coins.webp?x=8" alt="coin" width="32" data-bs-toggle="tooltip"
data-bs-placement="bottom" title="Coin"> that data-bs-placement="bottom" title="Coin"> that
the number will be even.</li> the number will be even.</li>
</ul> </ul>

View File

@ -9,13 +9,13 @@
<div class="slots_reels"> <div class="slots_reels">
<div class="slots_reel"> <div class="slots_reel">
<img loading="lazy" src="{{SITE_FULL_IMAGES}}/i/coins.webp?x=7" alt="coin"> <img loading="lazy" src="{{SITE_FULL_IMAGES}}/i/coins.webp?x=8" alt="coin">
</div> </div>
<div class="slots_reel"> <div class="slots_reel">
<img loading="lazy" src="{{SITE_FULL_IMAGES}}/i/coins.webp?x=7" alt="coin"> <img loading="lazy" src="{{SITE_FULL_IMAGES}}/i/coins.webp?x=8" alt="coin">
</div> </div>
<div class="slots_reel"> <div class="slots_reel">
<img loading="lazy" src="{{SITE_FULL_IMAGES}}/i/coins.webp?x=7" alt="coin"> <img loading="lazy" src="{{SITE_FULL_IMAGES}}/i/coins.webp?x=8" alt="coin">
</div> </div>
</div> </div>
{% endblock %} {% endblock %}

View File

@ -199,7 +199,7 @@
<div class="profile-pic-30-wrapper"> <div class="profile-pic-30-wrapper">
<img loading="lazy" alt="@{{c.author.username}}'s profile picture" src="{{c.author.profile_url}}" class="profile-pic-30 mr-2"> <img loading="lazy" alt="@{{c.author.username}}'s profile picture" src="{{c.author.profile_url}}" class="profile-pic-30 mr-2">
{% if c.author.hat_active(v)[0] -%} {% if c.author.hat_active(v)[0] -%}
<img class="profile-pic-30-hat hat" loading="lazy" src="{{c.author.hat_active(v)[0]}}?x=7" data-bs-toggle="tooltip" data-bs-placement="bottom" title="{{c.author.hat_active(v)[1]}}" alt="@{{c.author.username}}'s hat"> <img class="profile-pic-30-hat hat" loading="lazy" src="{{c.author.hat_active(v)[0]}}?x=8" data-bs-toggle="tooltip" data-bs-placement="bottom" title="{{c.author.hat_active(v)[1]}}" alt="@{{c.author.username}}'s hat">
{%- endif %} {%- endif %}
</div> </div>
<span {% if c.author.patron and not c.distinguished %}class="patron" style="background-color:#{{c.author.name_color}}"{% elif c.distinguished %}class="mod {% if SITE_NAME == 'rDrama' %}mod-rdrama{% endif %}"{% endif %} {% if c.author.pride_username(v) %}pride_username{% endif %}>{{c.author_name}}</span> <span {% if c.author.patron and not c.distinguished %}class="patron" style="background-color:#{{c.author.name_color}}"{% elif c.distinguished %}class="mod {% if SITE_NAME == 'rDrama' %}mod-rdrama{% endif %}"{% endif %} {% if c.author.pride_username(v) %}pride_username{% endif %}>{{c.author_name}}</span>

View File

@ -2,9 +2,9 @@
<html lang="en" style="--primary:#805ad5"><head> <html lang="en" style="--primary:#805ad5"><head>
<meta charset="utf-8"> <meta charset="utf-8">
<title> Not Found - WPD</title> <title> Not Found - WPD</title>
<link rel="icon" type="image/webp" href="https://watchpeopledie.tv/icon.webp?x=7"> <link rel="icon" type="image/webp" href="https://watchpeopledie.tv/icon.webp?x=8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, viewport-fit=cover"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, viewport-fit=cover">
<meta name="thumbnail" content="https://i.watchpeopledie.tv/i/WPD/site_preview.webp?x=7"> <meta name="thumbnail" content="https://i.watchpeopledie.tv/i/WPD/site_preview.webp?x=8">
<meta name="description" content="People die and this is the place to see it. You only have one life, don't make the mistakes seen here."> <meta name="description" content="People die and this is the place to see it. You only have one life, don't make the mistakes seen here.">
<meta property="og:type" content="article"> <meta property="og:type" content="article">
<meta property="og:site_name" content="watchpeopledie.tv"> <meta property="og:site_name" content="watchpeopledie.tv">
@ -12,8 +12,8 @@
<meta property="og:title" content=" Not Found"> <meta property="og:title" content=" Not Found">
<meta property="og:author" name="author" content="https://watchpeopledie.tv"> <meta property="og:author" name="author" content="https://watchpeopledie.tv">
<meta property="og:description" name="description" content="WPD - People die and this is the place to see it. You only have one life, don't make the mistakes seen here."> <meta property="og:description" name="description" content="WPD - People die and this is the place to see it. You only have one life, don't make the mistakes seen here.">
<meta property="og:image" content="https://i.watchpeopledie.tv/i/WPD/site_preview.webp?x=7"> <meta property="og:image" content="https://i.watchpeopledie.tv/i/WPD/site_preview.webp?x=8">
<meta name="twitter:image" content="https://i.watchpeopledie.tv/i/WPD/site_preview.webp?x=7"> <meta name="twitter:image" content="https://i.watchpeopledie.tv/i/WPD/site_preview.webp?x=8">
<meta property="og:article:author" content=""> <meta property="og:article:author" content="">
<meta property="og:article:published_time" content=""> <meta property="og:article:published_time" content="">
<meta property="og:article:modified_time" content=""> <meta property="og:article:modified_time" content="">
@ -24,9 +24,9 @@
<meta name="twitter:creator" content="https://watchpeopledie.tv"> <meta name="twitter:creator" content="https://watchpeopledie.tv">
<meta name="twitter:description" content="WPD - People die and this is the place to see it. You only have one life, don't make the mistakes seen here."> <meta name="twitter:description" content="WPD - People die and this is the place to see it. You only have one life, don't make the mistakes seen here.">
<meta name="twitter:url" content=""> <meta name="twitter:url" content="">
<script defer="" src="https://watchpeopledie.tv/assets/js/vendor/bootstrap.js?x=7621f15f"></script> <script defer="" src="https://watchpeopledie.tv/assets/js/vendor/bootstrap.js?x=8621f15f"></script>
<script defer="" src="https://watchpeopledie.tv/assets/js/core.js?x=54c607d7"></script> <script defer="" src="https://watchpeopledie.tv/assets/js/core.js?x=54c607d7"></script>
<link rel="stylesheet" href="https://watchpeopledie.tv/assets/css/main.css?x=7b50abb9"> <link rel="stylesheet" href="https://watchpeopledie.tv/assets/css/main.css?x=8b50abb9">
<link rel="stylesheet" href="https://watchpeopledie.tv/assets/css/themes/midnight.css?x=92e3f740"> <link rel="stylesheet" href="https://watchpeopledie.tv/assets/css/themes/midnight.css?x=92e3f740">
<link rel="stylesheet" href="https://watchpeopledie.tv/assets/css/awards.css?x=4ca9ed79"> <link rel="stylesheet" href="https://watchpeopledie.tv/assets/css/awards.css?x=4ca9ed79">
<meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes">
@ -34,35 +34,35 @@
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="format-detection" content="telephone=no"> <meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=device-width,initial-scale=1, viewport-fit=cover"> <meta name="viewport" content="width=device-width,initial-scale=1, viewport-fit=cover">
<link rel="apple-touch-icon" sizes="180x180" href="https://watchpeopledie.tv/icon.webp?x=7"> <link rel="apple-touch-icon" sizes="180x180" href="https://watchpeopledie.tv/icon.webp?x=8">
<link rel="manifest" href="https://watchpeopledie.tv/assets/manifest_WPD.json?x=8"> <link rel="manifest" href="https://watchpeopledie.tv/assets/manifest_WPD.json?x=8">
<link rel="mask-icon" href="https://watchpeopledie.tv/icon.webp?x=7"> <link rel="mask-icon" href="https://watchpeopledie.tv/icon.webp?x=8">
<link rel="shortcut icon" href="https://watchpeopledie.tv/icon.webp?x=7"> <link rel="shortcut icon" href="https://watchpeopledie.tv/icon.webp?x=8">
<meta name="apple-mobile-web-app-title" content="WPD"> <meta name="apple-mobile-web-app-title" content="WPD">
<meta name="application-name" content="WPD"> <meta name="application-name" content="WPD">
<meta name="msapplication-TileColor" content="#805ad5"> <meta name="msapplication-TileColor" content="#805ad5">
<meta name="msapplication-config" content="https://watchpeopledie.tv/assets/browserconfig.xml?x=7"> <meta name="msapplication-config" content="https://watchpeopledie.tv/assets/browserconfig.xml?x=8">
<meta name="theme-color" content="#805ad5"> <meta name="theme-color" content="#805ad5">
<link rel="apple-touch-startup-image" sizes="320x480" href="https://watchpeopledie.tv/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="320x480" href="https://watchpeopledie.tv/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="640x960" href="https://watchpeopledie.tv/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="640x960" href="https://watchpeopledie.tv/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="640x1136" href="https://watchpeopledie.tv/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="640x1136" href="https://watchpeopledie.tv/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="750x1334" href="https://watchpeopledie.tv/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="750x1334" href="https://watchpeopledie.tv/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="768x1004" href="https://watchpeopledie.tv/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="768x1004" href="https://watchpeopledie.tv/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="828x1792" href="https://watchpeopledie.tv/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="828x1792" href="https://watchpeopledie.tv/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="1024x748" href="https://watchpeopledie.tv/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="1024x748" href="https://watchpeopledie.tv/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="1024x768" href="https://watchpeopledie.tv/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="1024x768" href="https://watchpeopledie.tv/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="1125x2436" href="https://watchpeopledie.tv/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="1125x2436" href="https://watchpeopledie.tv/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="1242x2208" href="https://watchpeopledie.tv/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="1242x2208" href="https://watchpeopledie.tv/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="1356x2048" href="https://watchpeopledie.tv/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="1356x2048" href="https://watchpeopledie.tv/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="1668x2224" href="https://watchpeopledie.tv/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="1668x2224" href="https://watchpeopledie.tv/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="1792x828" href="https://watchpeopledie.tv/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="1792x828" href="https://watchpeopledie.tv/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="2048x1496" href="https://watchpeopledie.tv/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="2048x1496" href="https://watchpeopledie.tv/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="2048x2732" href="https://watchpeopledie.tv/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="2048x2732" href="https://watchpeopledie.tv/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="2208x1242" href="https://watchpeopledie.tv/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="2208x1242" href="https://watchpeopledie.tv/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="2224x1668" href="https://watchpeopledie.tv/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="2224x1668" href="https://watchpeopledie.tv/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="2436x1125" href="https://watchpeopledie.tv/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="2436x1125" href="https://watchpeopledie.tv/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="2668x1242" href="https://watchpeopledie.tv/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="2668x1242" href="https://watchpeopledie.tv/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="2737x2048" href="https://watchpeopledie.tv/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="2737x2048" href="https://watchpeopledie.tv/icon.webp?x=8">
</head> </head>
<body id="error-" class="has_header"> <body id="error-" class="has_header">
<input hidden="" id="gnonce" value="mOsrnhRn4Q6MNQo_EGzmHGSnk8HTNbBR-p_bI4uDwg"> <input hidden="" id="gnonce" value="mOsrnhRn4Q6MNQo_EGzmHGSnk8HTNbBR-p_bI4uDwg">
@ -84,7 +84,7 @@
<div class="banner-wrapper"> <div class="banner-wrapper">
<div style="padding: 0 0 12.2%"> <div style="padding: 0 0 12.2%">
<div> <div>
<img data-nonce="mOsrnhRn4Q6MNQo_EGzmHGSnk8HTNbBR-p_bI4uDwg" data-onclick="False" class="site-banner" alt="site banner" src="https://i.watchpeopledie.tv/i/WPD/cached.webp?x=7"> <img data-nonce="mOsrnhRn4Q6MNQo_EGzmHGSnk8HTNbBR-p_bI4uDwg" data-onclick="False" class="site-banner" alt="site banner" src="https://i.watchpeopledie.tv/i/WPD/cached.webp?x=8">
</div> </div>
</div> </div>
</div> </div>
@ -96,11 +96,11 @@
<div class="navbar navbar-expand-md navbar-light" id="navbar"> <div class="navbar navbar-expand-md navbar-light" id="navbar">
<div class="container-fluid" style="padding:0"> <div class="container-fluid" style="padding:0">
<a href="https://watchpeopledie.tv/" class="navbar-brand mr-auto "> <a href="https://watchpeopledie.tv/" class="navbar-brand mr-auto ">
<img loading="lazy" id="header--icon" alt="header icon" src="https://i.watchpeopledie.tv/i/WPD/headericon.webp?x=7" width="45"> <img loading="lazy" id="header--icon" alt="header icon" src="https://i.watchpeopledie.tv/i/WPD/headericon.webp?x=8" width="45">
</a> </a>
<div id="logo-container" class="flex-grow-1 logo-container"> <div id="logo-container" class="flex-grow-1 logo-container">
<a href="https://watchpeopledie.tv/"> <a href="https://watchpeopledie.tv/">
<img loading="lazy" class="ml-1" id="logo-WPD" alt="logo" src="https://i.watchpeopledie.tv/i/WPD/logo.webp?x=7" width="70"> <img loading="lazy" class="ml-1" id="logo-WPD" alt="logo" src="https://i.watchpeopledie.tv/i/WPD/logo.webp?x=8" width="70">
</a> </a>
</div> </div>
<div class="flex-grow-1 d-fl pad"> <div class="flex-grow-1 d-fl pad">

View File

@ -2,9 +2,9 @@
<html lang="en" style="--primary:#805ad5"><head> <html lang="en" style="--primary:#805ad5"><head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>502 Bad Gateway</title> <title>502 Bad Gateway</title>
<link rel="icon" type="image/webp" href="https://watchpeopledie.tv/icon.webp?x=7"> <link rel="icon" type="image/webp" href="https://watchpeopledie.tv/icon.webp?x=8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, viewport-fit=cover"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, viewport-fit=cover">
<meta name="thumbnail" content="https://i.watchpeopledie.tv/i/WPD/site_preview.webp?x=7"> <meta name="thumbnail" content="https://i.watchpeopledie.tv/i/WPD/site_preview.webp?x=8">
<meta name="description" content="People die and this is the place to see it. You only have one life, don't make the mistakes seen here."> <meta name="description" content="People die and this is the place to see it. You only have one life, don't make the mistakes seen here.">
<meta property="og:type" content="article"> <meta property="og:type" content="article">
<meta property="og:site_name" content="watchpeopledie.tv"> <meta property="og:site_name" content="watchpeopledie.tv">
@ -12,8 +12,8 @@
<meta property="og:title" content="502 Bad Gateway"> <meta property="og:title" content="502 Bad Gateway">
<meta property="og:author" name="author" content="https://watchpeopledie.tv"> <meta property="og:author" name="author" content="https://watchpeopledie.tv">
<meta property="og:description" name="description" content="WPD - People die and this is the place to see it. You only have one life, don't make the mistakes seen here."> <meta property="og:description" name="description" content="WPD - People die and this is the place to see it. You only have one life, don't make the mistakes seen here.">
<meta property="og:image" content="https://i.watchpeopledie.tv/i/WPD/site_preview.webp?x=7"> <meta property="og:image" content="https://i.watchpeopledie.tv/i/WPD/site_preview.webp?x=8">
<meta name="twitter:image" content="https://i.watchpeopledie.tv/i/WPD/site_preview.webp?x=7"> <meta name="twitter:image" content="https://i.watchpeopledie.tv/i/WPD/site_preview.webp?x=8">
<meta property="og:article:author" content=""> <meta property="og:article:author" content="">
<meta property="og:article:published_time" content=""> <meta property="og:article:published_time" content="">
<meta property="og:article:modified_time" content=""> <meta property="og:article:modified_time" content="">
@ -24,9 +24,9 @@
<meta name="twitter:creator" content="https://watchpeopledie.tv"> <meta name="twitter:creator" content="https://watchpeopledie.tv">
<meta name="twitter:description" content="WPD - People die and this is the place to see it. You only have one life, don't make the mistakes seen here."> <meta name="twitter:description" content="WPD - People die and this is the place to see it. You only have one life, don't make the mistakes seen here.">
<meta name="twitter:url" content=""> <meta name="twitter:url" content="">
<script defer="" src="https://watchpeopledie.tv/assets/js/vendor/bootstrap.js?x=7621f15f"></script> <script defer="" src="https://watchpeopledie.tv/assets/js/vendor/bootstrap.js?x=8621f15f"></script>
<script defer="" src="https://watchpeopledie.tv/assets/js/core.js?x=54c607d7"></script> <script defer="" src="https://watchpeopledie.tv/assets/js/core.js?x=54c607d7"></script>
<link rel="stylesheet" href="https://watchpeopledie.tv/assets/css/main.css?x=7b50abb9"> <link rel="stylesheet" href="https://watchpeopledie.tv/assets/css/main.css?x=8b50abb9">
<link rel="stylesheet" href="https://watchpeopledie.tv/assets/css/themes/midnight.css?x=92e3f740"> <link rel="stylesheet" href="https://watchpeopledie.tv/assets/css/themes/midnight.css?x=92e3f740">
<link rel="stylesheet" href="https://watchpeopledie.tv/assets/css/awards.css?x=4ca9ed79"> <link rel="stylesheet" href="https://watchpeopledie.tv/assets/css/awards.css?x=4ca9ed79">
<meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes">
@ -34,35 +34,35 @@
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="format-detection" content="telephone=no"> <meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=device-width,initial-scale=1, viewport-fit=cover"> <meta name="viewport" content="width=device-width,initial-scale=1, viewport-fit=cover">
<link rel="apple-touch-icon" sizes="180x180" href="https://watchpeopledie.tv/icon.webp?x=7"> <link rel="apple-touch-icon" sizes="180x180" href="https://watchpeopledie.tv/icon.webp?x=8">
<link rel="manifest" href="https://watchpeopledie.tv/assets/manifest_WPD.json?x=8"> <link rel="manifest" href="https://watchpeopledie.tv/assets/manifest_WPD.json?x=8">
<link rel="mask-icon" href="https://watchpeopledie.tv/icon.webp?x=7"> <link rel="mask-icon" href="https://watchpeopledie.tv/icon.webp?x=8">
<link rel="shortcut icon" href="https://watchpeopledie.tv/icon.webp?x=7"> <link rel="shortcut icon" href="https://watchpeopledie.tv/icon.webp?x=8">
<meta name="apple-mobile-web-app-title" content="WPD"> <meta name="apple-mobile-web-app-title" content="WPD">
<meta name="application-name" content="WPD"> <meta name="application-name" content="WPD">
<meta name="msapplication-TileColor" content="#805ad5"> <meta name="msapplication-TileColor" content="#805ad5">
<meta name="msapplication-config" content="https://watchpeopledie.tv/assets/browserconfig.xml?x=7"> <meta name="msapplication-config" content="https://watchpeopledie.tv/assets/browserconfig.xml?x=8">
<meta name="theme-color" content="#805ad5"> <meta name="theme-color" content="#805ad5">
<link rel="apple-touch-startup-image" sizes="320x480" href="https://watchpeopledie.tv/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="320x480" href="https://watchpeopledie.tv/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="640x960" href="https://watchpeopledie.tv/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="640x960" href="https://watchpeopledie.tv/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="640x1136" href="https://watchpeopledie.tv/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="640x1136" href="https://watchpeopledie.tv/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="750x1334" href="https://watchpeopledie.tv/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="750x1334" href="https://watchpeopledie.tv/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="768x1004" href="https://watchpeopledie.tv/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="768x1004" href="https://watchpeopledie.tv/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="828x1792" href="https://watchpeopledie.tv/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="828x1792" href="https://watchpeopledie.tv/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="1024x748" href="https://watchpeopledie.tv/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="1024x748" href="https://watchpeopledie.tv/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="1024x768" href="https://watchpeopledie.tv/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="1024x768" href="https://watchpeopledie.tv/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="1125x2436" href="https://watchpeopledie.tv/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="1125x2436" href="https://watchpeopledie.tv/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="1242x2208" href="https://watchpeopledie.tv/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="1242x2208" href="https://watchpeopledie.tv/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="1356x2048" href="https://watchpeopledie.tv/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="1356x2048" href="https://watchpeopledie.tv/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="1668x2224" href="https://watchpeopledie.tv/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="1668x2224" href="https://watchpeopledie.tv/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="1792x828" href="https://watchpeopledie.tv/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="1792x828" href="https://watchpeopledie.tv/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="2048x1496" href="https://watchpeopledie.tv/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="2048x1496" href="https://watchpeopledie.tv/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="2048x2732" href="https://watchpeopledie.tv/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="2048x2732" href="https://watchpeopledie.tv/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="2208x1242" href="https://watchpeopledie.tv/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="2208x1242" href="https://watchpeopledie.tv/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="2224x1668" href="https://watchpeopledie.tv/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="2224x1668" href="https://watchpeopledie.tv/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="2436x1125" href="https://watchpeopledie.tv/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="2436x1125" href="https://watchpeopledie.tv/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="2668x1242" href="https://watchpeopledie.tv/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="2668x1242" href="https://watchpeopledie.tv/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="2737x2048" href="https://watchpeopledie.tv/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="2737x2048" href="https://watchpeopledie.tv/icon.webp?x=8">
</head> </head>
<body id="error-" class="has_header"> <body id="error-" class="has_header">
<input hidden="" id="gnonce" value="mOsrnhRn4Q6MNQo_EGzmHGSnk8HTNbBR-p_bI4uDwg"> <input hidden="" id="gnonce" value="mOsrnhRn4Q6MNQo_EGzmHGSnk8HTNbBR-p_bI4uDwg">
@ -84,7 +84,7 @@
<div class="banner-wrapper"> <div class="banner-wrapper">
<div style="padding: 0 0 12.2%"> <div style="padding: 0 0 12.2%">
<div> <div>
<img data-nonce="mOsrnhRn4Q6MNQo_EGzmHGSnk8HTNbBR-p_bI4uDwg" data-onclick="False" class="site-banner" alt="site banner" src="https://i.watchpeopledie.tv/i/WPD/cached.webp?x=7"> <img data-nonce="mOsrnhRn4Q6MNQo_EGzmHGSnk8HTNbBR-p_bI4uDwg" data-onclick="False" class="site-banner" alt="site banner" src="https://i.watchpeopledie.tv/i/WPD/cached.webp?x=8">
</div> </div>
</div> </div>
</div> </div>
@ -96,11 +96,11 @@
<div class="navbar navbar-expand-md navbar-light" id="navbar"> <div class="navbar navbar-expand-md navbar-light" id="navbar">
<div class="container-fluid" style="padding:0"> <div class="container-fluid" style="padding:0">
<a href="https://watchpeopledie.tv/" class="navbar-brand mr-auto "> <a href="https://watchpeopledie.tv/" class="navbar-brand mr-auto ">
<img loading="lazy" id="header--icon" alt="header icon" src="https://i.watchpeopledie.tv/i/WPD/headericon.webp?x=7" width="45"> <img loading="lazy" id="header--icon" alt="header icon" src="https://i.watchpeopledie.tv/i/WPD/headericon.webp?x=8" width="45">
</a> </a>
<div id="logo-container" class="flex-grow-1 logo-container"> <div id="logo-container" class="flex-grow-1 logo-container">
<a href="https://watchpeopledie.tv/"> <a href="https://watchpeopledie.tv/">
<img loading="lazy" class="ml-1" id="logo-WPD" alt="logo" src="https://i.watchpeopledie.tv/i/WPD/logo.webp?x=7" width="70"> <img loading="lazy" class="ml-1" id="logo-WPD" alt="logo" src="https://i.watchpeopledie.tv/i/WPD/logo.webp?x=8" width="70">
</a> </a>
</div> </div>
<div class="flex-grow-1 d-fl pad"> <div class="flex-grow-1 d-fl pad">

View File

@ -1,7 +1,7 @@
<head> <head>
<title>No Internet Connection</title> <title>No Internet Connection</title>
<meta name="viewport" content="width=500"> <meta name="viewport" content="width=500">
<link rel="stylesheet" href="/assets/css/offline.css?x=7"> <link rel="stylesheet" href="/assets/css/offline.css?x=8">
</head> </head>
<body> <body>
<div class="center center-text"> <div class="center center-text">

View File

@ -2,9 +2,9 @@
<html lang="en" style="--primary:#ff459a"><head> <html lang="en" style="--primary:#ff459a"><head>
<meta charset="utf-8"> <meta charset="utf-8">
<title> Not Found - where did it go? - rDrama</title> <title> Not Found - where did it go? - rDrama</title>
<link rel="icon" type="image/webp" href="https://rdrama.net/icon.webp?x=7"> <link rel="icon" type="image/webp" href="https://rdrama.net/icon.webp?x=8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, viewport-fit=cover"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, viewport-fit=cover">
<meta name="thumbnail" content="https://i.rdrama.net/i/rDrama/site_preview.webp?x=7"> <meta name="thumbnail" content="https://i.rdrama.net/i/rDrama/site_preview.webp?x=8">
<meta name="description" content="rdrama.net caters to drama in all forms such as: Real life, videos, photos, gossip, rumors, news sites, Reddit, and Beyond™. There isn't drama we won't touch, and we want it all!"> <meta name="description" content="rdrama.net caters to drama in all forms such as: Real life, videos, photos, gossip, rumors, news sites, Reddit, and Beyond™. There isn't drama we won't touch, and we want it all!">
<meta property="og:type" content="article"> <meta property="og:type" content="article">
<meta property="og:site_name" content="rdrama.net"> <meta property="og:site_name" content="rdrama.net">
@ -12,8 +12,8 @@
<meta property="og:title" content=" Not Found - where did it go?"> <meta property="og:title" content=" Not Found - where did it go?">
<meta property="og:author" name="author" content="https://rdrama.net"> <meta property="og:author" name="author" content="https://rdrama.net">
<meta property="og:description" name="description" content="rDrama - rdrama.net caters to drama in all forms such as: Real life, videos, photos, gossip, rumors, news sites, Reddit, and Beyond™. There isn't drama we won't touch, and we want it all!"> <meta property="og:description" name="description" content="rDrama - rdrama.net caters to drama in all forms such as: Real life, videos, photos, gossip, rumors, news sites, Reddit, and Beyond™. There isn't drama we won't touch, and we want it all!">
<meta property="og:image" content="https://i.rdrama.net/i/rDrama/site_preview.webp?x=7"> <meta property="og:image" content="https://i.rdrama.net/i/rDrama/site_preview.webp?x=8">
<meta name="twitter:image" content="https://i.rdrama.net/i/rDrama/site_preview.webp?x=7"> <meta name="twitter:image" content="https://i.rdrama.net/i/rDrama/site_preview.webp?x=8">
<meta property="og:article:author" content=""> <meta property="og:article:author" content="">
<meta property="og:article:published_time" content=""> <meta property="og:article:published_time" content="">
<meta property="og:article:modified_time" content=""> <meta property="og:article:modified_time" content="">
@ -24,9 +24,9 @@
<meta name="twitter:creator" content="https://rdrama.net"> <meta name="twitter:creator" content="https://rdrama.net">
<meta name="twitter:description" content="rDrama - rdrama.net caters to drama in all forms such as: Real life, videos, photos, gossip, rumors, news sites, Reddit, and Beyond™. There isn't drama we won't touch, and we want it all!"> <meta name="twitter:description" content="rDrama - rdrama.net caters to drama in all forms such as: Real life, videos, photos, gossip, rumors, news sites, Reddit, and Beyond™. There isn't drama we won't touch, and we want it all!">
<meta name="twitter:url" content=""> <meta name="twitter:url" content="">
<script defer="" src="https://rdrama.net/assets/js/vendor/bootstrap.js?x=7621f15f"></script> <script defer="" src="https://rdrama.net/assets/js/vendor/bootstrap.js?x=8621f15f"></script>
<script defer="" src="https://rdrama.net/assets/js/core.js?x=54c607d7"></script> <script defer="" src="https://rdrama.net/assets/js/core.js?x=54c607d7"></script>
<link rel="stylesheet" href="https://rdrama.net/assets/css/main.css?x=7b50abb9"> <link rel="stylesheet" href="https://rdrama.net/assets/css/main.css?x=8b50abb9">
<link rel="stylesheet" href="https://rdrama.net/assets/css/themes/midnight.css?x=92e3f740"> <link rel="stylesheet" href="https://rdrama.net/assets/css/themes/midnight.css?x=92e3f740">
<link rel="stylesheet" href="https://rdrama.net/assets/css/awards.css?x=4ca9ed79"> <link rel="stylesheet" href="https://rdrama.net/assets/css/awards.css?x=4ca9ed79">
<meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes">
@ -34,35 +34,35 @@
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="format-detection" content="telephone=no"> <meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=device-width,initial-scale=1, viewport-fit=cover"> <meta name="viewport" content="width=device-width,initial-scale=1, viewport-fit=cover">
<link rel="apple-touch-icon" sizes="180x180" href="https://rdrama.net/icon.webp?x=7"> <link rel="apple-touch-icon" sizes="180x180" href="https://rdrama.net/icon.webp?x=8">
<link rel="manifest" href="https://rdrama.net/assets/manifest_rDrama.json?x=8"> <link rel="manifest" href="https://rdrama.net/assets/manifest_rDrama.json?x=8">
<link rel="mask-icon" href="https://rdrama.net/icon.webp?x=7"> <link rel="mask-icon" href="https://rdrama.net/icon.webp?x=8">
<link rel="shortcut icon" href="https://rdrama.net/icon.webp?x=7"> <link rel="shortcut icon" href="https://rdrama.net/icon.webp?x=8">
<meta name="apple-mobile-web-app-title" content="rDrama"> <meta name="apple-mobile-web-app-title" content="rDrama">
<meta name="application-name" content="rDrama"> <meta name="application-name" content="rDrama">
<meta name="msapplication-TileColor" content="#ff459a"> <meta name="msapplication-TileColor" content="#ff459a">
<meta name="msapplication-config" content="https://rdrama.net/assets/browserconfig.xml?x=7"> <meta name="msapplication-config" content="https://rdrama.net/assets/browserconfig.xml?x=8">
<meta name="theme-color" content="#ff459a"> <meta name="theme-color" content="#ff459a">
<link rel="apple-touch-startup-image" sizes="320x480" href="https://rdrama.net/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="320x480" href="https://rdrama.net/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="640x960" href="https://rdrama.net/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="640x960" href="https://rdrama.net/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="640x1136" href="https://rdrama.net/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="640x1136" href="https://rdrama.net/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="750x1334" href="https://rdrama.net/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="750x1334" href="https://rdrama.net/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="768x1004" href="https://rdrama.net/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="768x1004" href="https://rdrama.net/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="828x1792" href="https://rdrama.net/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="828x1792" href="https://rdrama.net/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="1024x748" href="https://rdrama.net/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="1024x748" href="https://rdrama.net/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="1024x768" href="https://rdrama.net/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="1024x768" href="https://rdrama.net/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="1125x2436" href="https://rdrama.net/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="1125x2436" href="https://rdrama.net/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="1242x2208" href="https://rdrama.net/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="1242x2208" href="https://rdrama.net/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="1356x2048" href="https://rdrama.net/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="1356x2048" href="https://rdrama.net/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="1668x2224" href="https://rdrama.net/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="1668x2224" href="https://rdrama.net/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="1792x828" href="https://rdrama.net/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="1792x828" href="https://rdrama.net/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="2048x1496" href="https://rdrama.net/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="2048x1496" href="https://rdrama.net/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="2048x2732" href="https://rdrama.net/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="2048x2732" href="https://rdrama.net/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="2208x1242" href="https://rdrama.net/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="2208x1242" href="https://rdrama.net/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="2224x1668" href="https://rdrama.net/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="2224x1668" href="https://rdrama.net/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="2436x1125" href="https://rdrama.net/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="2436x1125" href="https://rdrama.net/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="2668x1242" href="https://rdrama.net/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="2668x1242" href="https://rdrama.net/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="2737x2048" href="https://rdrama.net/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="2737x2048" href="https://rdrama.net/icon.webp?x=8">
</head> </head>
<body id="error-" class="has_header"> <body id="error-" class="has_header">
<input hidden="" id="gnonce" value="5H-21jAb-z_O0Mnhe-QNb8TssXAm5E_SLJz57SdR_g"> <input hidden="" id="gnonce" value="5H-21jAb-z_O0Mnhe-QNb8TssXAm5E_SLJz57SdR_g">
@ -80,11 +80,11 @@
</div> </div>
</div> </div>
</div> </div>
<a id="banner-link" href="https://i.rdrama.net/i/rDrama/banner_error.webp?x=7" rel="noopener"> <a id="banner-link" href="https://i.rdrama.net/i/rDrama/banner_error.webp?x=8" rel="noopener">
<div class="banner-wrapper"> <div class="banner-wrapper">
<div style="padding: 0 0 12.2%"> <div style="padding: 0 0 12.2%">
<div> <div>
<img data-nonce="5H-21jAb-z_O0Mnhe-QNb8TssXAm5E_SLJz57SdR_g" data-onclick="expandImage()" class="site-banner" alt="site banner" src="https://i.rdrama.net/i/rDrama/banner_error.webp?x=7"> <img data-nonce="5H-21jAb-z_O0Mnhe-QNb8TssXAm5E_SLJz57SdR_g" data-onclick="expandImage()" class="site-banner" alt="site banner" src="https://i.rdrama.net/i/rDrama/banner_error.webp?x=8">
</div> </div>
</div> </div>
</div> </div>
@ -97,11 +97,11 @@
<div class="container-fluid" style="padding:0"> <div class="container-fluid" style="padding:0">
<a href="https://rdrama.net/" class="navbar-brand mr-auto "> <a href="https://rdrama.net/" class="navbar-brand mr-auto ">
<img loading="lazy" id="header--icon" alt="header icon" src="https://i.rdrama.net/i/rDrama/headericon.webp?x=7" width="40"> <img loading="lazy" id="header--icon" alt="header icon" src="https://i.rdrama.net/i/rDrama/headericon.webp?x=8" width="40">
</a> </a>
<div id="logo-container" class="flex-grow-1 logo-container"> <div id="logo-container" class="flex-grow-1 logo-container">
<a href="https://rdrama.net/"> <a href="https://rdrama.net/">
<img loading="lazy" class="ml-1" id="logo-rDrama" alt="logo" src="https://i.rdrama.net/i/rDrama/logo.webp?x=7" width="70"> <img loading="lazy" class="ml-1" id="logo-rDrama" alt="logo" src="https://i.rdrama.net/i/rDrama/logo.webp?x=8" width="70">
</a> </a>
</div> </div>
<div class="flex-grow-1 d-fl pad"> <div class="flex-grow-1 d-fl pad">

View File

@ -2,9 +2,9 @@
<html lang="en" style="--primary:#ff459a"><head> <html lang="en" style="--primary:#ff459a"><head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>502 Bad Gateway</title> <title>502 Bad Gateway</title>
<link rel="icon" type="image/webp" href="https://rdrama.net/icon.webp?x=7"> <link rel="icon" type="image/webp" href="https://rdrama.net/icon.webp?x=8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, viewport-fit=cover"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, viewport-fit=cover">
<meta name="thumbnail" content="https://i.rdrama.net/i/rDrama/site_preview.webp?x=7"> <meta name="thumbnail" content="https://i.rdrama.net/i/rDrama/site_preview.webp?x=8">
<meta name="description" content="rdrama.net caters to drama in all forms such as: Real life, videos, photos, gossip, rumors, news sites, Reddit, and Beyond™. There isn't drama we won't touch, and we want it all!"> <meta name="description" content="rdrama.net caters to drama in all forms such as: Real life, videos, photos, gossip, rumors, news sites, Reddit, and Beyond™. There isn't drama we won't touch, and we want it all!">
<meta property="og:type" content="article"> <meta property="og:type" content="article">
<meta property="og:site_name" content="rdrama.net"> <meta property="og:site_name" content="rdrama.net">
@ -12,8 +12,8 @@
<meta property="og:title" content="502 Bad Gateway"> <meta property="og:title" content="502 Bad Gateway">
<meta property="og:author" name="author" content="https://rdrama.net"> <meta property="og:author" name="author" content="https://rdrama.net">
<meta property="og:description" name="description" content="rDrama - rdrama.net caters to drama in all forms such as: Real life, videos, photos, gossip, rumors, news sites, Reddit, and Beyond™. There isn't drama we won't touch, and we want it all!"> <meta property="og:description" name="description" content="rDrama - rdrama.net caters to drama in all forms such as: Real life, videos, photos, gossip, rumors, news sites, Reddit, and Beyond™. There isn't drama we won't touch, and we want it all!">
<meta property="og:image" content="https://i.rdrama.net/i/rDrama/site_preview.webp?x=7"> <meta property="og:image" content="https://i.rdrama.net/i/rDrama/site_preview.webp?x=8">
<meta name="twitter:image" content="https://i.rdrama.net/i/rDrama/site_preview.webp?x=7"> <meta name="twitter:image" content="https://i.rdrama.net/i/rDrama/site_preview.webp?x=8">
<meta property="og:article:author" content=""> <meta property="og:article:author" content="">
<meta property="og:article:published_time" content=""> <meta property="og:article:published_time" content="">
<meta property="og:article:modified_time" content=""> <meta property="og:article:modified_time" content="">
@ -24,9 +24,9 @@
<meta name="twitter:creator" content="https://rdrama.net"> <meta name="twitter:creator" content="https://rdrama.net">
<meta name="twitter:description" content="rDrama - rdrama.net caters to drama in all forms such as: Real life, videos, photos, gossip, rumors, news sites, Reddit, and Beyond™. There isn't drama we won't touch, and we want it all!"> <meta name="twitter:description" content="rDrama - rdrama.net caters to drama in all forms such as: Real life, videos, photos, gossip, rumors, news sites, Reddit, and Beyond™. There isn't drama we won't touch, and we want it all!">
<meta name="twitter:url" content=""> <meta name="twitter:url" content="">
<script defer="" src="https://rdrama.net/assets/js/vendor/bootstrap.js?x=7621f15f"></script> <script defer="" src="https://rdrama.net/assets/js/vendor/bootstrap.js?x=8621f15f"></script>
<script defer="" src="https://rdrama.net/assets/js/core.js?x=54c607d7"></script> <script defer="" src="https://rdrama.net/assets/js/core.js?x=54c607d7"></script>
<link rel="stylesheet" href="https://rdrama.net/assets/css/main.css?x=7b50abb9"> <link rel="stylesheet" href="https://rdrama.net/assets/css/main.css?x=8b50abb9">
<link rel="stylesheet" href="https://rdrama.net/assets/css/themes/midnight.css?x=92e3f740"> <link rel="stylesheet" href="https://rdrama.net/assets/css/themes/midnight.css?x=92e3f740">
<link rel="stylesheet" href="https://rdrama.net/assets/css/awards.css?x=4ca9ed79"> <link rel="stylesheet" href="https://rdrama.net/assets/css/awards.css?x=4ca9ed79">
<meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes">
@ -34,35 +34,35 @@
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="format-detection" content="telephone=no"> <meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=device-width,initial-scale=1, viewport-fit=cover"> <meta name="viewport" content="width=device-width,initial-scale=1, viewport-fit=cover">
<link rel="apple-touch-icon" sizes="180x180" href="https://rdrama.net/icon.webp?x=7"> <link rel="apple-touch-icon" sizes="180x180" href="https://rdrama.net/icon.webp?x=8">
<link rel="manifest" href="https://rdrama.net/assets/manifest_rDrama.json?x=8"> <link rel="manifest" href="https://rdrama.net/assets/manifest_rDrama.json?x=8">
<link rel="mask-icon" href="https://rdrama.net/icon.webp?x=7"> <link rel="mask-icon" href="https://rdrama.net/icon.webp?x=8">
<link rel="shortcut icon" href="https://rdrama.net/icon.webp?x=7"> <link rel="shortcut icon" href="https://rdrama.net/icon.webp?x=8">
<meta name="apple-mobile-web-app-title" content="rDrama"> <meta name="apple-mobile-web-app-title" content="rDrama">
<meta name="application-name" content="rDrama"> <meta name="application-name" content="rDrama">
<meta name="msapplication-TileColor" content="#ff459a"> <meta name="msapplication-TileColor" content="#ff459a">
<meta name="msapplication-config" content="https://rdrama.net/assets/browserconfig.xml?x=7"> <meta name="msapplication-config" content="https://rdrama.net/assets/browserconfig.xml?x=8">
<meta name="theme-color" content="#ff459a"> <meta name="theme-color" content="#ff459a">
<link rel="apple-touch-startup-image" sizes="320x480" href="https://rdrama.net/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="320x480" href="https://rdrama.net/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="640x960" href="https://rdrama.net/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="640x960" href="https://rdrama.net/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="640x1136" href="https://rdrama.net/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="640x1136" href="https://rdrama.net/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="750x1334" href="https://rdrama.net/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="750x1334" href="https://rdrama.net/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="768x1004" href="https://rdrama.net/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="768x1004" href="https://rdrama.net/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="828x1792" href="https://rdrama.net/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="828x1792" href="https://rdrama.net/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="1024x748" href="https://rdrama.net/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="1024x748" href="https://rdrama.net/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="1024x768" href="https://rdrama.net/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="1024x768" href="https://rdrama.net/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="1125x2436" href="https://rdrama.net/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="1125x2436" href="https://rdrama.net/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="1242x2208" href="https://rdrama.net/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="1242x2208" href="https://rdrama.net/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="1356x2048" href="https://rdrama.net/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="1356x2048" href="https://rdrama.net/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="1668x2224" href="https://rdrama.net/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="1668x2224" href="https://rdrama.net/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="1792x828" href="https://rdrama.net/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="1792x828" href="https://rdrama.net/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="2048x1496" href="https://rdrama.net/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="2048x1496" href="https://rdrama.net/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="2048x2732" href="https://rdrama.net/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="2048x2732" href="https://rdrama.net/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="2208x1242" href="https://rdrama.net/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="2208x1242" href="https://rdrama.net/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="2224x1668" href="https://rdrama.net/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="2224x1668" href="https://rdrama.net/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="2436x1125" href="https://rdrama.net/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="2436x1125" href="https://rdrama.net/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="2668x1242" href="https://rdrama.net/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="2668x1242" href="https://rdrama.net/icon.webp?x=8">
<link rel="apple-touch-startup-image" sizes="2737x2048" href="https://rdrama.net/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="2737x2048" href="https://rdrama.net/icon.webp?x=8">
</head> </head>
<body id="error-" class="has_header"> <body id="error-" class="has_header">
<input hidden="" id="gnonce" value="5H-21jAb-z_O0Mnhe-QNb8TssXAm5E_SLJz57SdR_g"> <input hidden="" id="gnonce" value="5H-21jAb-z_O0Mnhe-QNb8TssXAm5E_SLJz57SdR_g">
@ -80,11 +80,11 @@
</div> </div>
</div> </div>
</div> </div>
<a id="banner-link" href="https://i.rdrama.net/i/rDrama/banner_error.webp?x=7" rel="noopener"> <a id="banner-link" href="https://i.rdrama.net/i/rDrama/banner_error.webp?x=8" rel="noopener">
<div class="banner-wrapper"> <div class="banner-wrapper">
<div style="padding: 0 0 12.2%"> <div style="padding: 0 0 12.2%">
<div> <div>
<img data-nonce="5H-21jAb-z_O0Mnhe-QNb8TssXAm5E_SLJz57SdR_g" data-onclick="expandImage()" class="site-banner" alt="site banner" src="https://i.rdrama.net/i/rDrama/banner_error.webp?x=7"> <img data-nonce="5H-21jAb-z_O0Mnhe-QNb8TssXAm5E_SLJz57SdR_g" data-onclick="expandImage()" class="site-banner" alt="site banner" src="https://i.rdrama.net/i/rDrama/banner_error.webp?x=8">
</div> </div>
</div> </div>
</div> </div>
@ -97,11 +97,11 @@
<div class="container-fluid" style="padding:0"> <div class="container-fluid" style="padding:0">
<a href="https://rdrama.net/" class="navbar-brand mr-auto "> <a href="https://rdrama.net/" class="navbar-brand mr-auto ">
<img loading="lazy" id="header--icon" alt="header icon" src="https://i.rdrama.net/i/rDrama/headericon.webp?x=7" width="40"> <img loading="lazy" id="header--icon" alt="header icon" src="https://i.rdrama.net/i/rDrama/headericon.webp?x=8" width="40">
</a> </a>
<div id="logo-container" class="flex-grow-1 logo-container"> <div id="logo-container" class="flex-grow-1 logo-container">
<a href="https://rdrama.net/"> <a href="https://rdrama.net/">
<img loading="lazy" class="ml-1" id="logo-rDrama" alt="logo" src="https://i.rdrama.net/i/rDrama/logo.webp?x=7" width="70"> <img loading="lazy" class="ml-1" id="logo-rDrama" alt="logo" src="https://i.rdrama.net/i/rDrama/logo.webp?x=8" width="70">
</a> </a>
</div> </div>
<div class="flex-grow-1 d-fl pad"> <div class="flex-grow-1 d-fl pad">

View File

@ -21,7 +21,7 @@
</div> </div>
<header id="shop-header" class="container text-center pb-0"> <header id="shop-header" class="container text-center pb-0">
<img id="shop-banner" class="mt-5" alt="shop banner" src="{{SITE_FULL_IMAGES}}/i/hats.webp?x=7"> <img id="shop-banner" class="mt-5" alt="shop banner" src="{{SITE_FULL_IMAGES}}/i/hats.webp?x=8">
<ul id="shop-stats" class="my-1 my-md-2"> <ul id="shop-stats" class="my-1 my-md-2">
<li class="mt-2">Number of hats you bought: {{v.num_of_owned_hats}}</li> <li class="mt-2">Number of hats you bought: {{v.num_of_owned_hats}}</li>
<li>Number of hats you designed: {{v.num_of_designed_hats}}</li> <li>Number of hats you designed: {{v.num_of_designed_hats}}</li>
@ -62,7 +62,7 @@
<td> <td>
<div class="profile-pic-75-wrapper mt-4"> <div class="profile-pic-75-wrapper mt-4">
<img loading="lazy" alt="avatar" src="{{v.profile_url}}" class="profile-pic-75"> <img loading="lazy" alt="avatar" src="{{v.profile_url}}" class="profile-pic-75">
<img loading="lazy" alt="{{hat.name}}" class="profile-pic-75-hat" src="{{SITE_FULL_IMAGES}}/i/hats/{{hat.name}}.webp?x=7"> <img loading="lazy" alt="{{hat.name}}" class="profile-pic-75-hat" src="{{SITE_FULL_IMAGES}}/i/hats/{{hat.name}}.webp?x=8">
</div> </div>
</td> </td>
<td>{{hat.name}}</td> <td>{{hat.name}}</td>

View File

@ -330,16 +330,16 @@
<div class="profile-pic-35-wrapper"> <div class="profile-pic-35-wrapper">
<img loading="lazy" src="{{v.profile_url}}" class="profile-pic-35"> <img loading="lazy" src="{{v.profile_url}}" class="profile-pic-35">
{% if v.hat_active(v)[0] -%} {% if v.hat_active(v)[0] -%}
<img id="profile-pic-35-hat" class="profile-pic-35-hat hat" loading="lazy" src="{{v.hat_active(v)[0]}}?x=7"> <img id="profile-pic-35-hat" class="profile-pic-35-hat hat" loading="lazy" src="{{v.hat_active(v)[0]}}?x=8">
{% elif request.path == '/shop/hats' %} {% elif request.path == '/shop/hats' %}
<img id="profile-pic-35-hat" class="profile-pic-35-hat hat d-none" loading="lazy"> <img id="profile-pic-35-hat" class="profile-pic-35-hat hat d-none" loading="lazy">
{%- endif %} {%- endif %}
</div> </div>
<div class="text-left pl-2" id="header--username--outerdiv"> <div class="text-left pl-2" id="header--username--outerdiv">
<div style="color: #{{v.name_color}}" class="text-small font-weight-bold"><span id="header--username" {% if v.patron %}class="patron" style="background-color:#{{v.name_color}}"{% endif %} {% if v.pride_username(v) %}pride_username{% endif %}>{{v.username}}</span></div> <div style="color: #{{v.name_color}}" class="text-small font-weight-bold"><span id="header--username" {% if v.patron %}class="patron" style="background-color:#{{v.name_color}}"{% endif %} {% if v.pride_username(v) %}pride_username{% endif %}>{{v.username}}</span></div>
<div class="header--currency"><img loading="lazy" alt="coins" class="mr-1 ml-1" data-bs-toggle="tooltip" data-bs-placement="bottom" src="{{SITE_FULL_IMAGES}}/i/coins.webp?x=7" title="Coins"><span id="user-coins-amount">{{v.coins}}</span>{% if not FEATURES['MARSEYBUX'] %} Coin{{macros.plural(v.coins)}}{% endif %}</div> <div class="header--currency"><img loading="lazy" alt="coins" class="mr-1 ml-1" data-bs-toggle="tooltip" data-bs-placement="bottom" src="{{SITE_FULL_IMAGES}}/i/coins.webp?x=8" title="Coins"><span id="user-coins-amount">{{v.coins}}</span>{% if not FEATURES['MARSEYBUX'] %} Coin{{macros.plural(v.coins)}}{% endif %}</div>
{% if FEATURES['MARSEYBUX'] %} {% if FEATURES['MARSEYBUX'] %}
<div class="header--currency"><img loading="lazy" alt="marseybux" class="mr-1 ml-1" data-bs-toggle="tooltip" data-bs-placement="bottom" src="{{SITE_FULL_IMAGES}}/i/marseybux.webp?x=7" title="Marseybux"><span id="user-bux-amount">{{v.marseybux}}</span></div> <div class="header--currency"><img loading="lazy" alt="marseybux" class="mr-1 ml-1" data-bs-toggle="tooltip" data-bs-placement="bottom" src="{{SITE_FULL_IMAGES}}/i/marseybux.webp?x=8" title="Marseybux"><span id="user-bux-amount">{{v.marseybux}}</span></div>
{% endif %} {% endif %}
</div> </div>
</div> </div>
@ -415,12 +415,12 @@
{% if v %} {% if v %}
<li class="nav-item"> <li class="nav-item">
<div class="header--currency ml-2 pl-1 my-2"> <div class="header--currency ml-2 pl-1 my-2">
<img loading="lazy" alt="coins" data-bs-toggle="tooltip" data-bs-placement="bottom" src="{{SITE_FULL_IMAGES}}/i/coins.webp?x=7" title="Coins"> <img loading="lazy" alt="coins" data-bs-toggle="tooltip" data-bs-placement="bottom" src="{{SITE_FULL_IMAGES}}/i/coins.webp?x=8" title="Coins">
<span id="user-coins-amount-mobile">{{v.coins}}</span> <span id="user-coins-amount-mobile">{{v.coins}}</span>
</div> </div>
{% if FEATURES['MARSEYBUX'] %} {% if FEATURES['MARSEYBUX'] %}
<div class="header--currency"> <div class="header--currency">
<img loading="lazy" alt="marseybux" class="ml-3" data-bs-toggle="tooltip" data-bs-placement="bottom" src="{{SITE_FULL_IMAGES}}/i/marseybux.webp?x=7" title="Marseybux"> <img loading="lazy" alt="marseybux" class="ml-3" data-bs-toggle="tooltip" data-bs-placement="bottom" src="{{SITE_FULL_IMAGES}}/i/marseybux.webp?x=8" title="Marseybux">
<span id="user-bux-amount-mobile">{{v.marseybux}}</span> <span id="user-bux-amount-mobile">{{v.marseybux}}</span>
</div> </div>
{% endif %} {% endif %}

View File

@ -64,7 +64,7 @@
<div class="profile-pic-35-wrapper"> <div class="profile-pic-35-wrapper">
<img loading="lazy" src="{{ma.user.profile_url}}" alt="avatar" class="profile-pic-35"> <img loading="lazy" src="{{ma.user.profile_url}}" alt="avatar" class="profile-pic-35">
{% if ma.user.hat_active(v)[0] -%} {% if ma.user.hat_active(v)[0] -%}
<img id="profile-pic-35-hat" class="profile-pic-35-hat hat" loading="lazy" src="{{ma.user.hat_active(v)[0]}}?x=7" data-bs-toggle="tooltip" data-bs-placement="bottom" title="{{ma.user.hat_active(v)[1]}}"> <img id="profile-pic-35-hat" class="profile-pic-35-hat hat" loading="lazy" src="{{ma.user.hat_active(v)[0]}}?x=8" data-bs-toggle="tooltip" data-bs-placement="bottom" title="{{ma.user.hat_active(v)[1]}}">
{%- endif %} {%- endif %}
</div> </div>
</span> </span>

View File

@ -4,10 +4,10 @@
{% block content %} {% block content %}
<div class="lottery-page--wrapper"> <div class="lottery-page--wrapper">
<div class="lottery-page--image"> <div class="lottery-page--image">
<img loading="lazy" src="{{SITE_FULL_IMAGES}}/i/{{SITE_NAME}}/lottery.webp?x=7"> <img loading="lazy" src="{{SITE_FULL_IMAGES}}/i/{{SITE_NAME}}/lottery.webp?x=8">
<img <img
id="lotteryTicketPulled" id="lotteryTicketPulled"
src="{{SITE_FULL_IMAGES}}/i/lottery_active.webp?x=7" src="{{SITE_FULL_IMAGES}}/i/lottery_active.webp?x=8"
style="display: none" style="display: none"
> >
</div> </div>
@ -28,7 +28,7 @@
data-bs-toggle="tooltip" data-bs-toggle="tooltip"
data-bs-placement="bottom" data-bs-placement="bottom"
height="13" height="13"
src="{{SITE_FULL_IMAGES}}/i/coins.webp?x=7" src="{{SITE_FULL_IMAGES}}/i/coins.webp?x=8"
title="Coins" title="Coins"
style="display: none; position: relative; top: -2px" style="display: none; position: relative; top: -2px"
> >
@ -93,7 +93,7 @@
data-bs-toggle="tooltip" data-bs-toggle="tooltip"
data-bs-placement="bottom" data-bs-placement="bottom"
height="13" height="13"
src="{{SITE_FULL_IMAGES}}/i/coins.webp?x=7" src="{{SITE_FULL_IMAGES}}/i/coins.webp?x=8"
title="Coins" title="Coins"
> >

View File

@ -74,7 +74,7 @@
<div class="profile-pic-35-wrapper"> <div class="profile-pic-35-wrapper">
<img loading="lazy" src="{{ma.user.profile_url}}" alt="avatar" class="profile-pic-35"> <img loading="lazy" src="{{ma.user.profile_url}}" alt="avatar" class="profile-pic-35">
{% if ma.user.hat_active(v)[0] -%} {% if ma.user.hat_active(v)[0] -%}
<img id="profile-pic-35-hat" class="profile-pic-35-hat hat" loading="lazy" src="{{ma.user.hat_active(v)[0]}}?x=7" data-bs-toggle="tooltip" data-bs-placement="bottom" title="{{ma.user.hat_active(v)[1]}}"> <img id="profile-pic-35-hat" class="profile-pic-35-hat hat" loading="lazy" src="{{ma.user.hat_active(v)[0]}}?x=8" data-bs-toggle="tooltip" data-bs-placement="bottom" title="{{ma.user.hat_active(v)[1]}}">
{%- endif %} {%- endif %}
</div> </div>
</span> </span>

View File

@ -20,7 +20,7 @@
</a> </a>
{% if not v %} {% if not v %}
{% set image = SITE_FULL_IMAGES + "/i/WPD/sidebar/1.webp?x=7" %} {% set image = SITE_FULL_IMAGES + "/i/WPD/sidebar/1.webp?x=8" %}
{% elif IS_FISTMAS() %} {% elif IS_FISTMAS() %}
{% set image = macros.random_image("assets/events/" ~ IS_EVENT() ~ "/images/sidebar/" ~ SITE_NAME ) %} {% set image = macros.random_image("assets/events/" ~ IS_EVENT() ~ "/images/sidebar/" ~ SITE_NAME ) %}
{% elif IS_EVENT() %} {% elif IS_EVENT() %}
@ -28,7 +28,7 @@
{%- elif v -%} {%- elif v -%}
{%- set image = macros.random_image("assets/images/" ~ SITE_NAME ~ "/sidebar") -%} {%- set image = macros.random_image("assets/images/" ~ SITE_NAME ~ "/sidebar") -%}
{%- else -%} {%- else -%}
{%- set image = SITE_FULL_IMAGES ~ '/i/' ~ SITE_NAME ~ '/sidebar.webp?x=7' -%} {%- set image = SITE_FULL_IMAGES ~ '/i/' ~ SITE_NAME ~ '/sidebar.webp?x=8' -%}
{%- endif -%} {%- endif -%}
{% if request.path != '/sidebar' %} {% if request.path != '/sidebar' %}

View File

@ -17,7 +17,7 @@
{# DELETE_ME_PLS #} {# DELETE_ME_PLS #}
{% if not v %} {% if not v %}
{% set image = SITE_FULL_IMAGES + "/i/rDrama/sidebar/63.webp?x=7" %} {% set image = SITE_FULL_IMAGES + "/i/rDrama/sidebar/63.webp?x=8" %}
{% elif hole and hole.sidebarurls %} {% elif hole and hole.sidebarurls %}
{% set image = hole.random_sidebar %} {% set image = hole.random_sidebar %}
{% elif IS_FISTMAS() %} {% elif IS_FISTMAS() %}

View File

@ -5,7 +5,7 @@
<div class="profile-pic-20-wrapper mb-2"> <div class="profile-pic-20-wrapper mb-2">
<img loading="lazy" src="{{user.profile_url}}" class="pp20"> <img loading="lazy" src="{{user.profile_url}}" class="pp20">
{% if user.hat_active(v)[0] -%} {% if user.hat_active(v)[0] -%}
<img class="profile-pic-20-hat hat" loading="lazy" src="{{user.hat_active(v)[0]}}?x=7" data-bs-toggle="tooltip" data-bs-placement="bottom" title="{{user.hat_active(v)[1]}}"> <img class="profile-pic-20-hat hat" loading="lazy" src="{{user.hat_active(v)[0]}}?x=8" data-bs-toggle="tooltip" data-bs-placement="bottom" title="{{user.hat_active(v)[1]}}">
{%- endif %} {%- endif %}
</div> </div>
<span {% if user.patron %}class="patron" style="background-color:#{{user.name_color}}"{% endif %} {% if user.pride_username(v) %}pride_username{% endif %}>{{user.user_name}}</span> <span {% if user.patron %}class="patron" style="background-color:#{{user.name_color}}"{% endif %} {% if user.pride_username(v) %}pride_username{% endif %}>{{user.user_name}}</span>

View File

@ -6,7 +6,7 @@
<div class="profile-pic-50-wrapper" style="position: absolute; left: 15px; bottom: 15px; box-sizing: content-box"> <div class="profile-pic-50-wrapper" style="position: absolute; left: 15px; bottom: 15px; box-sizing: content-box">
<img loading="lazy" src="{{u.profile_url}}" class="profile-pic-50"> <img loading="lazy" src="{{u.profile_url}}" class="profile-pic-50">
{% if u.hat_active(v)[0] -%} {% if u.hat_active(v)[0] -%}
<img id="profile-pic-50-hat" class="profile-pic-50-hat hat" loading="lazy" src="{{u.hat_active(v)[0]}}?x=7" data-bs-toggle="tooltip" data-bs-placement="bottom" title="{{u.hat_active(v)[1]}}"> <img id="profile-pic-50-hat" class="profile-pic-50-hat hat" loading="lazy" src="{{u.hat_active(v)[0]}}?x=8" data-bs-toggle="tooltip" data-bs-placement="bottom" title="{{u.hat_active(v)[1]}}">
{%- endif %} {%- endif %}
</div> </div>
</div> </div>

View File

@ -21,7 +21,7 @@
<a rel="noopener" href="{{pfp_expanded}}" class="profile-pic-100-wrapper"> <a rel="noopener" href="{{pfp_expanded}}" class="profile-pic-100-wrapper">
<img data-nonce="{{g.nonce}}" data-onclick="expandImage('{{pfp_expanded}}')" loading="lazy" src="{{pfp}}" class="profile-pic profile-pic-100 mb-5"> <img data-nonce="{{g.nonce}}" data-onclick="expandImage('{{pfp_expanded}}')" loading="lazy" src="{{pfp}}" class="profile-pic profile-pic-100 mb-5">
{% if u.hat_active(v)[0] -%} {% if u.hat_active(v)[0] -%}
<img data-nonce="{{g.nonce}}" data-onclick="expandImage('{{pfp_expanded}}')" class="profile-pic-100-hat hat" loading="lazy" src="{{u.hat_active(v)[0]}}?x=7" data-bs-toggle="tooltip" data-bs-placement="bottom" title="{{u.hat_active(v)[1]}}"> <img data-nonce="{{g.nonce}}" data-onclick="expandImage('{{pfp_expanded}}')" class="profile-pic-100-hat hat" loading="lazy" src="{{u.hat_active(v)[0]}}?x=8" data-bs-toggle="tooltip" data-bs-placement="bottom" title="{{u.hat_active(v)[1]}}">
{%- endif %} {%- endif %}
</a> </a>
</div> </div>
@ -107,11 +107,11 @@
</div> </div>
<span id="profile-coins-amount">{{u.coins}}</span> <span id="profile-coins-amount">{{u.coins}}</span>
<img loading="lazy" alt="coins" class="ml-1 mb-1 mr-2" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Coins" height="20" src="{{SITE_FULL_IMAGES}}/i/coins.webp?x=7"> <img loading="lazy" alt="coins" class="ml-1 mb-1 mr-2" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Coins" height="20" src="{{SITE_FULL_IMAGES}}/i/coins.webp?x=8">
{% if FEATURES['MARSEYBUX'] %} {% if FEATURES['MARSEYBUX'] %}
<span id="profile-bux-amount">{{u.marseybux}}</span> <span id="profile-bux-amount">{{u.marseybux}}</span>
<img loading="lazy" alt="marseybux" class="ml-1 mb-1 mr-2" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Marseybux" height="20" width="46" src="{{SITE_FULL_IMAGES}}/i/marseybux.webp?x=7"> <img loading="lazy" alt="marseybux" class="ml-1 mb-1 mr-2" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Marseybux" height="20" width="46" src="{{SITE_FULL_IMAGES}}/i/marseybux.webp?x=8">
{% endif %} {% endif %}
</div> </div>
@ -344,7 +344,7 @@
<a rel="noopener" href="{{pfp_expanded}}" class="profile-pic-65-wrapper"> <a rel="noopener" href="{{pfp_expanded}}" class="profile-pic-65-wrapper">
<img data-nonce="{{g.nonce}}" data-onclick="expandImage('{{pfp_expanded}}')" loading="lazy" src="{{pfp}}" class="profile-pic-65 bg-white mb-2"> <img data-nonce="{{g.nonce}}" data-onclick="expandImage('{{pfp_expanded}}')" loading="lazy" src="{{pfp}}" class="profile-pic-65 bg-white mb-2">
{% if u.hat_active(v)[0] -%} {% if u.hat_active(v)[0] -%}
<img data-nonce="{{g.nonce}}" data-onclick="expandImage('{{pfp_expanded}}')" class="profile-pic-65-hat hat" loading="lazy" src="{{u.hat_active(v)[0]}}?x=7"> <img data-nonce="{{g.nonce}}" data-onclick="expandImage('{{pfp_expanded}}')" class="profile-pic-65-hat hat" loading="lazy" src="{{u.hat_active(v)[0]}}?x=8">
{%- endif %} {%- endif %}
</a> </a>
</div> </div>
@ -417,11 +417,11 @@
</div> </div>
<span id="profile-coins-amount-mobile" class="font-weight-bold">{{u.coins}}</span> <span id="profile-coins-amount-mobile" class="font-weight-bold">{{u.coins}}</span>
<img loading="lazy" alt="coins" class="ml-1 mb-1 mr-2" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Coins" height="15" src="{{SITE_FULL_IMAGES}}/i/coins.webp?x=7"> <img loading="lazy" alt="coins" class="ml-1 mb-1 mr-2" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Coins" height="15" src="{{SITE_FULL_IMAGES}}/i/coins.webp?x=8">
{% if FEATURES['MARSEYBUX'] %} {% if FEATURES['MARSEYBUX'] %}
<span id="profile-bux-amount-mobile" class="font-weight-bold">{{u.marseybux}}</span> <span id="profile-bux-amount-mobile" class="font-weight-bold">{{u.marseybux}}</span>
<img loading="lazy" alt="marseybux" class="ml-1 mb-1 mr-2" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Marseybux" height="15" width="35" src="{{SITE_FULL_IMAGES}}/i/marseybux.webp?x=7"> <img loading="lazy" alt="marseybux" class="ml-1 mb-1 mr-2" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Marseybux" height="15" width="35" src="{{SITE_FULL_IMAGES}}/i/marseybux.webp?x=8">
{% endif %} {% endif %}
<br><span id="profile-mobile--joined">Joined <span id="profile-mobile--joined--time" data-bs-toggle="tooltip" data-bs-placement="bottom" data-nonce="{{g.nonce}}" data-onmouseover="timestamp(this, '{{u.created_utc}}')" class="font-weight-bold">{{u.created_date}}</span></span> <br><span id="profile-mobile--joined">Joined <span id="profile-mobile--joined--time" data-bs-toggle="tooltip" data-bs-placement="bottom" data-nonce="{{g.nonce}}" data-onmouseover="timestamp(this, '{{u.created_utc}}')" class="font-weight-bold">{{u.created_date}}</span></span>

View File

@ -62,7 +62,7 @@
'/h/'+hole.name, hole.sidebar if hole.sidebar %} '/h/'+hole.name, hole.sidebar if hole.sidebar %}
{% endif %} {% endif %}
<link rel="icon" type="image/webp" href="/icon.webp?x=7"> <link rel="icon" type="image/webp" href="/icon.webp?x=8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, viewport-fit=cover"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, viewport-fit=cover">
<meta name="thumbnail" content="{{'site_preview.webp' | asset_siteimg}}"> <meta name="thumbnail" content="{{'site_preview.webp' | asset_siteimg}}">
@ -159,20 +159,20 @@
<meta name="format-detection" content="telephone=no"> <meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=device-width,initial-scale=1, viewport-fit=cover"> <meta name="viewport" content="width=device-width,initial-scale=1, viewport-fit=cover">
<link rel="apple-touch-icon" sizes="180x180" href="/icon.webp?x=7"> <link rel="apple-touch-icon" sizes="180x180" href="/icon.webp?x=8">
<link rel="manifest" href="/assets/manifest_{{SITE_NAME}}.json?x=8"> <link rel="manifest" href="/assets/manifest_{{SITE_NAME}}.json?x=8">
<link rel="mask-icon" href="/icon.webp?x=7"> <link rel="mask-icon" href="/icon.webp?x=8">
<link rel="shortcut icon" href="/icon.webp?x=7"> <link rel="shortcut icon" href="/icon.webp?x=8">
<meta name="apple-mobile-web-app-title" content="{{SITE_NAME}}"> <meta name="apple-mobile-web-app-title" content="{{SITE_NAME}}">
<meta name="application-name" content="{{SITE_NAME}}"> <meta name="application-name" content="{{SITE_NAME}}">
<meta name="msapplication-TileColor" content="#{% if v %}{{v.themecolor}}{% else %}{{DEFAULT_COLOR}}{% endif %}"> <meta name="msapplication-TileColor" content="#{% if v %}{{v.themecolor}}{% else %}{{DEFAULT_COLOR}}{% endif %}">
<meta name="msapplication-config" content="/assets/browserconfig.xml?x=7"> <meta name="msapplication-config" content="/assets/browserconfig.xml?x=8">
<meta name="theme-color" content="#{{primary}}"> <meta name="theme-color" content="#{{primary}}">
{% for size in ('320x480', '640x960', '640x1136', '750x1334', '768x1004', '828x1792', {% for size in ('320x480', '640x960', '640x1136', '750x1334', '768x1004', '828x1792',
'1024x748', '1024x768', '1125x2436', '1242x2208', '1356x2048', '1024x748', '1024x768', '1125x2436', '1242x2208', '1356x2048',
'1668x2224', '1792x828', '2048x1496', '2048x2732', '2208x1242', '1668x2224', '1792x828', '2048x1496', '2048x2732', '2208x1242',
'2224x1668', '2436x1125', '2668x1242', '2737x2048') %} '2224x1668', '2436x1125', '2668x1242', '2737x2048') %}
<link rel="apple-touch-startup-image" sizes="{{size}}" href="/icon.webp?x=7"> <link rel="apple-touch-startup-image" sizes="{{size}}" href="/icon.webp?x=8">
{% endfor %} {% endfor %}
{% endmacro %} {% endmacro %}

View File

@ -5,7 +5,7 @@
{%- endmacro -%} {%- endmacro -%}
{%- macro random_image(path) -%} {%- macro random_image(path) -%}
{{- SITE_FULL_IMAGES ~ "/" ~ path ~ "/" ~ listdir('files/' ~ path)|seeded_random(p) ~ '?x=7' -}} {{- SITE_FULL_IMAGES ~ "/" ~ path ~ "/" ~ listdir('files/' ~ path)|seeded_random(p) ~ '?x=8' -}}
{%- endmacro -%} {%- endmacro -%}
{% macro post_meta(p) %} {% macro post_meta(p) %}
@ -106,7 +106,7 @@
<div class="profile-pic-30-wrapper" style="margin-top:9px;margin-bottom:9px"> <div class="profile-pic-30-wrapper" style="margin-top:9px;margin-bottom:9px">
<img loading="lazy" alt="@{{p.author.username}}'s profile picture" src="{{p.author.profile_url}}" class="profile-pic-30 mr-2"> <img loading="lazy" alt="@{{p.author.username}}'s profile picture" src="{{p.author.profile_url}}" class="profile-pic-30 mr-2">
{% if p.author.hat_active(v)[0] -%} {% if p.author.hat_active(v)[0] -%}
<img class="profile-pic-30-hat hat" loading="lazy" src="{{p.author.hat_active(v)[0]}}?x=7" data-bs-toggle="tooltip" data-bs-placement="bottom" title="{{p.author.hat_active(v)[1]}}" alt="@{{p.author.username}}'s hat"> <img class="profile-pic-30-hat hat" loading="lazy" src="{{p.author.hat_active(v)[0]}}?x=8" data-bs-toggle="tooltip" data-bs-placement="bottom" title="{{p.author.hat_active(v)[1]}}" alt="@{{p.author.username}}'s hat">
{%- endif %} {%- endif %}
</div> </div>
<span {% if p.author.patron and not p.distinguished %}class="patron" style="background-color:#{{p.author.name_color}}"{% elif p.distinguished %}class="mod {% if SITE_NAME == 'rDrama' %}mod-rdrama{% endif %}"{% endif %} {% if p.author.pride_username(v) %}pride_username{% endif %}>{{p.author_name}}</span> <span {% if p.author.patron and not p.distinguished %}class="patron" style="background-color:#{{p.author.name_color}}"{% elif p.distinguished %}class="mod {% if SITE_NAME == 'rDrama' %}mod-rdrama{% endif %}"{% endif %} {% if p.author.pride_username(v) %}pride_username{% endif %}>{{p.author_name}}</span>