Win / KotakuInAction2
KotakuInAction2
Communities Topics Log In Sign Up
Sign In
Hot
All Posts
Settings
All
Profile
Saved
Upvoted
Hidden
Messages

Your Communities

General
AskWin
Funny
Technology
Animals
Sports
Gaming
DIY
Health
Positive
Privacy
News
Changelogs

More Communities

frenworld
OhTwitter
MillionDollarExtreme
NoNewNormal
Ladies
Conspiracies
GreatAwakening
IP2Always
GameDev
ParallelSociety
Privacy Policy
Terms of Service
Content Policy
DEFAULT COMMUNITIES • All General AskWin Funny Technology Animals Sports Gaming DIY Health Positive Privacy
KotakuInAction2 The Official Gamergate Forum
hot new rising top

Sign In or Create an Account

76
You don't hate Reddit enough. You think you do, but you don't. (media.kotakuinaction2.win)
posted 1 year ago by BetterNameUnfound 1 year ago by BetterNameUnfound +76 / -0
36 comments download share
36 comments share download save hide report block hide replies
You're viewing a single comment thread. View all comments, or full comment thread.
Comments (36)
sorted by:
▲ 6 ▼
– Jack 6 points 1 year ago +6 / -0

I have a lot of respect for the folks posting on c/funny and c/memes for trying get people who come for the politics to stay for the memes.

I still go to reddit for baseball because well shit I like baseball and I like stupid stuff that happens in baseball.

But it's ran by woke retards and on the sidebar on old reddit format it has a daily pic and if you hover over it, it will show a pride flag baseball logo.

They just can't help themselves.

So I wrote a tampermonkey script to disable the side image. I would set a path so when I hover over the daily image it would show boobies from a local file, but decided against it in case others want the script for themselves.

not sure this site's markup never used it but create new script paste and save.

// ==UserScript==
// @name         F-R-Baseball
// @version      1.0
// @description  Removes sidebar image, preventing mouse over trans flag
// @author       Jack
// @match        https://www.reddit.com/r/baseball/*
// @grant        GM_addStyle
// ==/UserScript==

(function() {
    'use strict';

    const css = `
        .side div.spacer:first-of-type:after {
            display: none !important;
        }
    `;

    if (typeof GM_addStyle != "undefined") {
        GM_addStyle(css);
    } else {
        let styleNode = document.createElement('style');
        styleNode.type = "text/css";
        styleNode.appendChild(document.createTextNode(css));
        document.head.appendChild(styleNode);
    }
})();
permalink parent save report block reply

Original 8chan Links to Gamer Gate:

.

The main GG discussion is on the videogames board: https://8chan.moe/v/

.

GamerGate archive is at https://8chan.moe/gamergatehq/

.

GamerGate Wiki:

https://ggwiki.deepfreeze.it/index.php/Main_Page

. . . . . .

. . . . . .

Rules:

.

ONE: Do not advocate for illegal violence or post other illegal activity. (Be aware of your local laws.)

.

TWO: Don't threaten, harass, or impersonate users. Also: don't be a psycho. New users will be held to a higher standard.

.

THREE: Do not post porn.

.

FOUR: NSFW/NSFL content must be flaired NSFW.

.

FIVE: No vote manipulation. Do not break communities.win's features.

.

SIX: No spam or reposts. Do not make more than 5 threads a day.

.

SEVEN: Do not post falsehoods and hoaxes that are obvious to an uncontroversial degree.

. . . . . .

. . . . . .

Moderation Logs:

.

(Two different versions, Scored has more features and is cleaner, but .win let's you see a few more details in certain instances.)

  • Scored
  • .win

Moderators

  • DomitiusOfMassilia
  • C
  • BandageBandolier
  • CarmenOfSandiego
  • The_Shadow_of_Intent
  • SocraticMethod1
  • Kienan
  • Smith1980
Message the Moderators

Terms of Service | Privacy Policy

2026.02.01 - pv4fp (status)

Copyright © 2026.

Terms of Service | Privacy Policy