• memchr@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    2 years ago
    // ==UserScript==
    // @name        archive.org link
    // @include     *://*.google*/search*
    // @include     *://*
    // @exclude     *://*.archive.org*
    // @exclude     *://archive.org*
    // @grant       none
    // @version     1.0
    // @author      memchr
    // @description 6/15/2023, 6:57:32 AM
    // ==/UserScript==
    function get_archive_href(href) {
      return "https://web.archive.org/web/" + href.replace(/^https?:\/\/www\.reddit\.com/, "https://old.reddit.com")
    }
    
    if (window.location.hostname.match(/^(\w*\.)?google.*$/)) { // google
      const results = document.querySelectorAll('div.yuRUbf > a');
      results.forEach(e => {
        let href = e.getAttribute('href');
        href = get_archive_href(href);
        let archive_link = document.createElement('a');
        archive_link.href = href;
        archive_link.textContent = "archive";
        archive_link.style.marginLeft = "10px";
        e.insertAdjacentElement("afterend", archive_link);
      })
    } else if (!window.location.hostname.match(/(localhost$|^(127|192|10)\.)/)) {
      const href = get_archive_href(location.href);
      document.addEventListener('keydown', function(event) {
        if (event.ctrlKey && event.altKey && event.key === 'a') {
          window.location.href = href;
        }
      });
    }
    

    press shift+ctrl+A or click on archive if you use google.

  • JesusTheCarpenter@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    2 years ago

    It’s this actually true though? I always had to add Reddit at the end of the search query as it always gave me some shit websites as sources otherwise.

  • johndroid@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    2 years ago

    Since I left Reddit, I’ve had a few searches yield very helpful Reddit results. I read them and move on. I’m running an adblocker and I’m not providing value by commenting. I see no problem with this.

    • Parsley@lemmy.ml
      link
      fedilink
      arrow-up
      0
      ·
      edit-2
      2 years ago

      And this means we’re not giving them clicks or anything? It’s basically as if we’ve never visited in the first place?

      I get that “no ads no tracking”, but does the proxy give them a view? I don’t want them to get any traffic from me, proxy or otherwise.

      Thanks for sharing

  • turn_to_follow@kbin.social
    link
    fedilink
    arrow-up
    0
    ·
    2 years ago

    I finished watching Beau Is Afraid and immediately looked up the reddit reaction to make sure I wasn’t nuts thinking it was awful.

    I do that with lots of movies tbh, reddit had kinda taken over the imdb forums. Waiting to see if kbin has the same effect.

    Beau is afraid fucking sucks btw

    • meat_popsicle@kbin.social
      link
      fedilink
      arrow-up
      0
      ·
      2 years ago

      That sucks to hear. Joaquin Phoenix is great in practically everything and Ari Aster crushed it with Hereditary.

      Maybe it’s a movie that works better on paper than celluloid.

      • turn_to_follow@kbin.social
        link
        fedilink
        arrow-up
        0
        ·
        2 years ago

        The first third is cool and interesting. But jfc we don’t need a three hour movie of pretentious jerking off of Ari Aster’s mother issues.

        Total misfire imo. It’s like he wanted to ape charlie Kaufman’s neurosis without putting in the work of writing a cogent screenplay.

        /end rant

    • linoor@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      2 years ago

      I liked the first 45 minutes of it, but once he left his apartment it went downhill from there.

  • JCreazy
    link
    fedilink
    arrow-up
    0
    ·
    2 years ago

    Don’t forget that it wasn’t reddit that provided that information, it was a user that submitted the information for free.

    • Binette@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      2 years ago

      Exactly! I think that the solution to this issue is to ask more questions on Lemmy. If more people ask, we may be able to get more information without having to type “reddit” after our questions X)

      • z3k3@lemmy.pt
        link
        fedilink
        arrow-up
        0
        ·
        2 years ago

        There will come a time where we search using lemmy as keyword to find the answer straight away.

  • bill_1992@kbin.social
    link
    fedilink
    arrow-up
    0
    ·
    2 years ago

    I know it’s a meme, but the way I see it is, giving Reddit a click or two won’t really move the needle much.

    Really it’s about the long-term. If you’re on the Fediverse creating content and not on Reddit, eventually those search results will stop pointing at Reddit. That’s the real win I think.

    • Garatron@kbin.social
      link
      fedilink
      arrow-up
      0
      ·
      2 years ago

      Is there a viable way to google Fediverse content? I’ve not really had any luck with that. Mostly I get only Mastodon content.

      • Belgdore@lemm.ee
        link
        fedilink
        English
        arrow-up
        0
        ·
        2 years ago

        Give it time. Reddit has only been the “go-to” for a few years. Before that it was random forums. As the fediverse picks up, it will become the go to. Especially considering a lot of the tech enthusiasts are moving here.