The India Menace - Street shitting, unsanitary practices, scams, Hindu extremism & other things

  • 🏰 The Fediverse is up. If you know, you know.
  • Want to keep track of this thread?
    Accounts can bookmark posts, watch threads for updates, and jump back to where you stopped reading.
    Create account
A better idea would be an internet-wide Turd Eater tax. Instead of allowing Pajeets and other worthless turd-worlders to monetize the vapid, vacuous, inane slop they spew forth onto Xitter, YouTube, and other public forums, instead we charge them for the privilege of being able contribute where real humans congregate and share ideas and opinions. Like charging a fee for having to put up with their bullshit instead of allowing them to profit off it.
I appreciate the compassion of still desiring to not bar unfortunate 3rd worlders from the wider global community. I feel that is just your pathological empathy talking. We need to put a high powered jamming satellite fleets into space and jam every inch. Every scam oasis, every place place that has memes about its space program. every food aid destination. China does us a huge favor, however I believe it is time for the US to express its hard power and divert all the funds going to Somalians to invest in a digital iron wall.

Put it around the UK to because fuck them.
 
A better idea would be an internet-wide Turd Eater tax. Instead of allowing Pajeets and other worthless turd-worlders to monetize the vapid, vacuous, inane slop they spew forth onto Xitter, YouTube, and other public forums, instead we charge them for the privilege of being able contribute where real humans congregate and share ideas and opinions. Like charging a fee for having to put up with their bullshit instead of allowing them to profit off it.
I appreciate the compassion of still desiring to not bar unfortunate 3rd worlders from the wider global community. I feel that is just your pathological empathy talking. We need to put a high powered jamming satellite fleets into space and jam every inch. Every scam oasis, every place place that has memes about its space program. every food aid destination. China does us a huge favor, however I believe it is time for the US to express its hard power and divert all the funds going to Somalians to invest in a digital iron wall.

Put it around the UK to because fuck them.
A pajeet and third worlder tax to use the internet and/or phone and be able to reach the USA/white countries would not work for the same reason on how they use apartments - 50 of them rent one room. So one of them would pay then immediately just run a VPN/proxy then turn it into a business and actually make more money than it costs to let the others in.

You have to ban the whole country start to finish, nothing else is good enough, then make it a federal crime to do anything like the above. And also common sense rules like you can't run a proxy at all unless you are a real citizen.

Also if you had a thirdie/pajeet tax then shitty corporations would still just let them in via a series of point to point VPNs, ie various jeets VPN into one endpoint in India then one endpoint to the USA, so from the supposed legal point of view, it'd just look like one jeet.

Another major thing that has turbo cut off Indian's ability to scam is every ISP has their own internal scam reporting feature. Boomers (and the ones most lusted after by jeets to scam) don't like smartphones which is required to be part of the platform (because it has to query the ISP's database and then pop up "Scam Likely"), but you can also go further with this and implement it in a boomer tier way, ie before the call starts, if the number is known to be a scammer, it has a sound recording alerting to you as such, so even if you were a boomer with a flip phone or land line, you'd still hear it is a scammer.

Educating boomers will absolutely not work. Even if you paid billions of dollars for education programs, it won't work because the problem at the heart of the matter is jeets suck boomer dick for weeks to get them to buy gift cards. Various three letter gov organizations have spent shitloads of money trying to educate old people about gift card scams but they aren't allowed to be racist and say the word Indian, so it won't work. Every major retail outlet won't let you buy more than $20 in gift cards without making you answer a series of questions. Neither of these work - cause the problem at the heart of the matter is, boomers are okay with being scammed because nobody's talked to them in 30 years, so they see it as an acceptable form of socializing to give away $500+ etc in gift cards. The only acceptable solution is completely blocking India from internet and phone, and as well as the rest of the major shitty third world countries that are nothing but crime, drugs, and scams. When boomers WANT to be scammed just so they can talk to someone, having a thirdie tax won't help - you have to prevent the call from happening entirely with a 100% ban.

Just like when smartphones have the "Scam Likely" thing that pops up, we need to do that for everything else - just like how Twitter plays around with more and more complicated rules to do the same shit. As you might remember, 3 months ago or so they had this new thing that shows the country you're based in right below your profile. Jeets lost their shit because this is like the phone tier "Scam Likely" popup, but for twitter. They changed it back but we're at least left with their current idea - if you are from India, you can't make any money from views/engagement seen outside India.

You have to understand that literally every private company has a $150 router that does this, every private company can't survive unless they filter India. A lot of routers are even coming with this feature enabled by default.

You have to do like what /sp/ does and put a country flag next to every single one of someone's posts. Indeed and Ziprecruiter need to have it, Teams and Slack need to have it, it basically needs to be federal law to have an icon of what country you're from - nobody in any white country gives a shit if you see that information, there's only one country that cares if you do and it's India because they know even normies would figure it out if they saw flags.
 
I did a thing.

When ordering supplies from amazon cause I had to do a bit of house painting. I wanted to see if it was possible to exclude indian products.

I know there is extensions for filtering country of origin but I wanted to go a step further and filter companies as well.

Its pretty easy to install, just go to brave or chrome or opera extension url like so chrome://extensions/
Enable developer mode and load unpack. Javascript has to be named content.js and json has to be called manifest.json.

It was mostly ai generated code, while exploring other things.

I feel there is a way to capture scripts that can pick out every single company that sell indian products, if anyone has any thoughts let me know.

Have fun hopefully someone can make use of it, and will find a better place to drop it.

JavaScript:
// will work for ebay but amazon doesn't have country of origin.
const filterKeywords = [
  "india", "indian", "bharat", "delhi", "new delhi", "mumbai", "bombay", "bangalore", "bengaluru",
  "chennai", "madras", "kolkata", "calcutta", "hyderabad", "ahmedabad", "surat", "pune", "jaipur",
  "gujarat", "maharashtra", "karnataka", "tamil nadu", "west bengal", "punjab", "haryana",
  "pakistan", "pakistani", "karachi", "lahore", "islamabad", "faisalabad", "rawalpindi", "sialkot",
  "bangladesh", "bangladeshi", "dhaka", "chittagong", "chattogram", "khulna", "sylhet",
  "sri lanka", "srilanka", "ceylon", "colombo", "kandy", "galle", "nepal", "nepalese", "kathmandu", "pokhara"
];
// ai says these are common sellers.
const blockedSellers = [
  "cocoblu retail",
  "rk world infocom",
  "etrade online",
  "clicktech retail",
  "retailez",
  "kay kay overseas",
  "dawntech electronics",
  "ibell power tools",
  "campus activewear",
  "honasa consumer",
  "mamaearth",
  "jaspo sporting",
  "xech technologies"
];
//will need to add other shopping sites to list, like ebay that should be easier to filter by country.
function processGrid() {
   const productCards = document.querySelectorAll('[data-component-type="s-search-result"]');
   productCards.forEach(card => {
      if (card.style.display === 'none') return;
      const cardText = card.innerText.toLowerCase();
      const matchesRegion = filterKeywords.some(keyword => cardText.includes(keyword));
      const matchesSeller = blockedSellers.some(seller => cardText.includes(seller));
      if (matchesRegion || matchesSeller) {
         card.style.display = 'none';
         const titleElement = card.querySelector('h2 a a-size-base-plus, h2 a span');
         const itemTitle = titleElement ? titleElement.innerText.trim() : "Unknown Title";
         const triggerReason = matchesSeller ? "Corporate Entity Match" : "Regional Keyword Match";
         console.warn(`[FILTERED] Removed: "${itemTitle}" Reason: [${triggerReason}]`);
      }
   });
}
// Run immediately upon initial page layout load
processGrid();
// copied from somewhere but does at least check each item
const observer = new MutationObserver((mutations) => {
   for (let mutation of mutations) {
      if (mutation.addedNodes.length) {
         processGrid();
         break;
      }
   }
});
const searchContainer = document.querySelector('.s-desktop-content') || document.body;
observer.observe(searchContainer, { childList: true, subtree: true });

JSON:
{
   "manifest_version": 3,
   "name": "Jeet-B-Gone",
   "version": "1.0",
   "description": "Excludes items products potentially made by brown hands.",
   "permissions": [],
   "content_scripts": [
      {
         "matches": [
         "*://*.amazon.com/*"
         ],
         "js": ["content.js"],
         "run_at": "document_idle"
      }
   ]
}
 
Back
Top Bottom