spez is fediverse salesman of the year
scan memory for a character
- 2 Posts
- 7 Comments
Joined 3 years ago
Cake day: June 12th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
memchr@lemmy.worldto
Fediverse@lemmy.world•Lemmy's total users exceeds 740k today, up from 540k yesterdayEnglish
41·3 years agoThere are many more bad instances like this in the statistics. I think it will become a problem for Lemmy sooner or later.
memchr@lemmy.worldto
Fediverse@lemmy.world•Lemmy's total users exceeds 740k today, up from 540k yesterdayEnglish
9·3 years agoI think it’s either bots or some spooky spammers that are falsely reporting the number of users. e.g. lemmy.k6qw.com currently claims to have 44k users with no posts…
user script manager like this one
// ==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+Aor click onarchiveif you use google.
digg déjà vu




It would be nice to have some sort of mutually assured destruction with these mega corps.