NSFW The 'fisting factory' thread is WAY NSFW. Don't click

Speaking of NSFW, whoever @fly? is doing the coding for the site, consider a "Boss" key. I've done that at a few sites I've ran. Basically you have a small link in 1-2 places on every page that directly pulls up a full screen JPG of an Excel screen or Windows screen. If you want to really make it kill you do a child theme "Dark 2 - run2windows" and another for "Dark 2 run2Excel".
View attachment 3564

<img src=" your file" id="bg" alt="">

//CSS
#bg {
position: fixed;
top: 0;
left: 0;

/* Preserve aspet ratio */
min-width: 100%;
min-height: 100%;
}
What's stopping you from ALT+TAB to another screen that actually has work stuff on it?
 
  • Gravy
Reactions: Ledboots and Duke
What's stopping you from ALT+TAB to another screen that actually has work stuff on it?
Too much hand movement. And you are assuming another screen has work on it.
:rolleyes: if someone hits Alt-Tab your machine they won't pull up your browser with NSFW on it.
But yeah, that will work too.
 
  • Gravy
Reactions: APRIL