JCreazy,

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

Binette,

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)

z3k3lon,

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

TheMalWare,

Would it work with instances without Lemmy in their name (like Beehaw)?

IsThisLemmyOpen, (edited )

deleted by creator

arcrust,

Chrome has a way back machine extension

I've never actually used it though. Never had a reason till now

Lemmyin, (edited )
@Lemmyin@lemmy.world avatar

I'm just meming, I'm not actually mad at reddit

Edit: To those taking this seriously, don't be mad at reddit. Be mad at the asshole running it.

https://lemmy.world/pictrs/image/db3c3121-7792-40fa-abd7-cbca21aa62e2.jpeg

decavolt,
decavolt avatar

In case it hasn't been mentioned, you can exclude reddit from your searches with the flag "-reddit.com". So, searching for...

memes -reddit.com

will show you all results without results from reddit. :)

Xanthrax,
@Xanthrax@lemmy.world avatar

Copy the link and search an archive; the sub me may be down anyways. Also post your solution here. Be the change you want to see

Dunkin,

True this, I had an issue using the duckstation emulator and then googled and the whole first page of search hits were reddit posts to a blacked out sub. Grrr.

aceshigh,
@aceshigh@lemmy.world avatar

It's a free ride when you've already paid

ChillPill,
@ChillPill@lemmy.world avatar

So many tech answers on reddit. Hopefully the community here will bloom soon enough

Discoslugs,
@Discoslugs@lemmy.world avatar

Its happening, just slowly.

steakryepig,

I know it has taken Reddit several years to where it is right now.

hlqxz,

It's been so difficult lately with all the subreddits going private. Makes me sad that I can't get help through Reddit anymore. Years and years of QnA down the drain.

Kastelt,

What if you use libreddit? there's an addon that redirects you automatically to it

lvl100magikarp,

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

Kastelt,

I honestly don't know, sadly, I don't know that much about it, just thought it could help.

DonnieNarco,

I get this all the time now....hopefully we can start getting our answers from Lemmy instances soon!

DonnieNarco,

I am getting this all the time now and I now realize it....

memchr,
@memchr@lemmy.world avatar
// ==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.

snarfvsmaximvs,

For anyone wondering, this is a tampermonkey/violentmonkey script.

Lemmyin,
@Lemmyin@lemmy.world avatar

Nice try. I’ve seen TV shows. This is to get into the C.I.A. workframe mastercode :)

Seriously tho, where do I put this?

memchr,
@memchr@lemmy.world avatar

user script manager like this one

JesusTheCarpenter,

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.

glibg10b,

This automatically redirects Reddit links to their archived versions

glibg10b,

There's also this, one for Firefox, but if you use Firefox on Android, you'll need to get Firefox Nightly (Google Play)

wreckage,

Or this if you use F-droid.

It's based on Firefox and allows you to install addons without using the Nightly version

BrewJajaja,

Does that work with Mull?

wreckage,

Yes. Just like with Fennec F-Droid and Firefox Nightly, you can install any extension by following these steps: https://www.ghacks.net/2020/10/01/you-can-now-install-any-add-on-in-firefox-nightly-for-android-but-it-is-complicated/

  • All
  • Subscribed
  • Moderated
  • Favorites
  • lemmyworld@lemmy.world
  • kavyap
  • thenastyranch
  • ethstaker
  • DreamBathrooms
  • osvaldo12
  • magazineikmin
  • tacticalgear
  • Youngstown
  • everett
  • mdbf
  • slotface
  • ngwrru68w68
  • rosin
  • Durango
  • JUstTest
  • InstantRegret
  • GTA5RPClips
  • tester
  • cubers
  • cisconetworking
  • normalnudes
  • khanakhh
  • modclub
  • anitta
  • Leos
  • megavids
  • provamag3
  • lostlight
  • All magazines