southparkmemes South Park Memes And i was like nooo way
Jump
  • fperson fperson 1 year ago 100%

    can i use the cup with the emo kids?

    2
  • antiwork Antiwork/Work Reform I want to do what I want to do, instead of what I must
    Jump
  • fperson fperson 1 year ago 100%

    🫂

    1
  • videoessays VideoEssays Down The Rabbit Hole -TempleOS [1:25:52]
    Jump
  • fperson fperson 1 year ago 100%

    Oh, yeah, this is a good one!

    1
  • lemmy Lemmy Bots are trying to join my instance now through the application requirement
    Jump
  • fperson fperson 1 year ago 100%

    Why are these bot operators going through the hassle of joining existing instances

    I wonder if there's already a "the bots are from Reddit" conspiracy :D

    I really see no point in these actions. I mean, seriously, why would you want to just harm something open?

    1
  • plugins Lemmy Plugins and Userscripts Yet another redirector (hopefully, a better one!)
    Jump
  • fperson fperson 1 year ago 100%

    There’s an open-source and privacy-oriented userscript manager for Chrome(ium) called ViolentMonkey. Highly recommended using that!

    2
  • plugins
    Yet another redirector (hopefully, a better one!)

    Hey folks! I hope you're having a lovely day. I was using the "Lemmings fix" by [@soy@lemmy.world](/u/soy) for a while now and have been improving it to tailor my needs. This one * works even when browsing remote instances on remote instances * adds the redirect button to the "sidebar"/community card * works on mobile, too Here are a couple of screenshots: ![](https://lemmy.world/pictrs/image/a4d2b1ad-774f-44e9-adb7-289ee3025dc3.png) ![](https://lemmy.world/pictrs/image/9dc24cfc-ca1e-4d65-a2bf-a311aba2d401.png) Here's the code (modify `localLemmy` before using): ```js // ==UserScript== // @name Lemmings Fix // @version 1.1 // @description Redirect to your local Lemmy instance // @author @lemmy.world/u/soy, @lemmy.world/u/fperson // @match https://*/c/* // @icon https://join-lemmy.org/static/assets/icons/favicon.svg // ==/UserScript== (function () { 'use strict'; const localLemmy = 'lemmy.world'; const isLemmy = document.head.querySelector('[name~=Description][content]').content === 'Lemmy'; if (!isLemmy) { return; } // Get URL info const splitUrl = location.href.split('/'); const instanceUrl = splitUrl[2]; const community = splitUrl[4]; let localizedUrl = `https://${localLemmy}/c/${community}`; if (!community.includes('@')) { localizedUrl = `${localizedUrl}@${instanceUrl}`; } // Create redirect button if not on local if (instanceUrl !== localLemmy) { var zNode = document.createElement('a'); // create anchor tag zNode.href = localizedUrl; // set the href zNode.textContent = `Open in ${localLemmy}`; // set the text zNode.id = 'localizeContainer'; // set the id // update styles for a more modern look zNode.style = ` display: inline-block; cursor: pointer; padding: 5px 20px; background-color: #007BFF; color: #FFF; text-decoration: none; border-radius: 5px; border: none; box-shadow: 0 2px 5px rgba(0,0,0,0.15); font-size: 1rem; font-weight: bold; transition: background-color 0.3s ease; top: 5rem; right: 1rem; z-index: 1000; `; zNode.addEventListener('mouseenter', function () { this.style.backgroundColor = '#0056b3'; }); zNode.addEventListener('mouseleave', function () { this.style.backgroundColor = '#007BFF'; }); function addButtonIfNotPresent(node) { const link = node.querySelector('a[href*="/create_post"]'); if (link && !link.parentNode.querySelector('#localizeContainer')) { var zNode = document.createElement('a'); zNode.href = localizedUrl; zNode.textContent = `Open in ${localLemmy}`; zNode.id = 'localizeContainer'; zNode.style = ` display: inline-block; cursor: pointer; padding: 5px 20px; background-color: #007BFF; color: #FFF; text-decoration: none; border-radius: 5px; border: none; box-shadow: 0 2px 5px rgba(0,0,0,0.15); font-size: 1rem; font-weight: bold; transition: background-color 0.3s ease; top: 5rem; right: 1rem; z-index: 1000; `; zNode.addEventListener('mouseenter', function () { this.style.backgroundColor = '#0056b3'; }); zNode.addEventListener('mouseleave', function () { this.style.backgroundColor = '#007BFF'; }); link.parentNode.appendChild(zNode); } } const observer = new MutationObserver(function (mutationsList, observer) { for (let mutation of mutationsList) { if (mutation.type === 'childList') { mutation.addedNodes.forEach((node) => { if (node.nodeType === 1) { addButtonIfNotPresent(node); } }); } } }); // Options for the observer (which mutations to observe) const config = { childList: true, subtree: true }; // Target node to observe const targetNode = document.body; // Start observing the target node for configured mutations observer.observe(targetNode, config); // Run initial check document.querySelectorAll('.card-body').forEach(addButtonIfNotPresent); } })(); ```

    15
    11
    louisrossmann
    Louis Rossmann fperson 1 year ago 100%
    New video: "What pisses me off about the failed Reddit protest..." www.youtube.com

    Yup, I agree with him. However, I'm still happy that all the Reddit stuff happened. That may naturally sound weird, but at least now there are enough people on Lemmy to be a viable replacement for me personally

    4
    1
    aromantic
    aromantic community fperson 1 year ago 100%
    Aromanticism as a choice?

    Hey folks, I hope you're having a lovely day. I've been recently thinking about the idea of being aromantic by choice. It may sound weird, and some people may even disagree with it. However, I genuinely believe that it's pretty legit and helpful. I consider myself aromantic. While it hasn't always been this way, I was always kind of leaning toward it. Several months ago, I was chatting with a friend about relationships (not only romantic) and, after some background thinking, concluded to be aromantic, and I'm happy about it since it helps me focus on stuff that I personally find more important. Also, it turns out to help develop better platonic relationships. I'm also thinking about making a video on this topic once my tripod arrives (which is in a few days already!), making it even more interesting to discuss :). I'd be glad to hear what you think about the idea. And maybe some other folks are this way? Peace <3 edit: editing for possible actual federation?

    4
    2
    neovim Neovim gpt4all.nvim - PoC code completion in nvim using gpt4all
    Jump
  • fperson fperson 1 year ago 0%

    I wonder if it provides better completions than Copilot currently does

    0
  • southparkmemes South Park Memes Its still funny cause the boys still don't know what it means. Something You Can Do with Your Finger "Fingerbang" [S4E8]
    Jump
  • fperson fperson 1 year ago 100%

    It's also funny how the boys were resisting singing & dancing to the end in Elementary School Musical but had the whole fingerbang thingie earlier :)

    1
  • newcommunities
    New Communities fperson 1 year ago 100%
    i love electropunk! join the community if you do too! lemmy.world

    [!electropunk@lemmy.world](/c/electropunk@lemmy.world) - a community for all-things electropunk 💥 like a new breath like a new desire

    6
    0
    southpark
    South Park fperson 1 year ago 100%
    South Park Enhancer Browser extension github.com

    Hey, fellas! I've been recently watching lots of South Park and found myself wishing that the official South Park website had some additional features/behaviors for a better viewing experience. So I made a browser extension to fix that. I myself find it pretty helpful so far! Here's a list of current features: * Adds a "Skip Intro" button * Automatically hides the cursor after a few seconds of inactivity on the video player * Toggle play/pause on click on the video player * Always play/pause the video when the spacebar is pressed (instead of scrolling the page if the video is not focused) * Configurable seeking time (defaults to 5 seconds) * Toggle fullscreen on double-click * Makes episodes' list under "Watching" scrollable * Focuses the currently selected season when opening the season selection dropdown * Makes the "FULL EPISODES" header on the homepage link to the full episodes page. I was initially planning also to add functionality for marking episodes as watched/unwatched but dunno when I'll get to that. It's [open-source](https://github.com/f-person/parkview_enhancer) and currently supports [Chrome](https://chrome.google.com/webstore/detail/south-park-enhancer/maaedhmkhgeojhcgohfgejelmbkfcppa) (and any Chromium-based browsers; e.g., Brave, Arc) and [Firefox](https://addons.mozilla.org/firefox/addon/south-park-enhancer/). I may eventually build it for Safari too :) I hope you find it useful! P.S. If you have any small improvement ideas, there's a big chance that I'll implement them if you share them!

    4
    0
    flutter
    Flutter fperson 1 year ago 100%
    Dart Programming Language sublemmy lemmy.world

    Hey folks! I hope you're having a lovely day. I created a sublemmy for Dart; feel free to join at [!dartlang@lemmy.world](/c/dartlang@lemmy.world)! Edit: Add relative link

    6
    0