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"
      }
   ]
}
 
why do boomers think pajeets are so smart? they're literally dumber than niggers
Because they still think that Pajeetland is like what they see on tv with the Bollywood shit and the lies that "pajeets are intelligent." Trust me, I've heard from boomers still saying this nonsense. They'll dismiss obvious evidence here as mere racism.
 
why do boomers think pajeets are so smart? they're literally dumber than niggers
Because they still think that Pajeetland is like what they see on tv with the Bollywood shit and the lies that "pajeets are intelligent." Trust me, I've heard from boomers still saying this nonsense. They'll dismiss obvious evidence here as mere racism.
I blame the Simpsons.
Jeets kiss their asses and suck their dicks at jobs and just say yes to everything and make them feel smart. Meanwhile, (You) are seen as "autistic", "always negative all the time", etc for telling the truth and actually living in the real world.

Same reason why Boomers think AI is so smart beyond comprehension - almost all of the public AIs are designed to draw you in and suck your dick. If you ever get the chance, ask them to put in conflicting statements like this:
>XYZ is great
>>AI: Yes indeed, it is long claimed that XYZ is the greatest thing ever...
>XYZ sucks
>>AI: Yes, according to recent studies, XYZ has resulted in the loss of billions of dollars...
>Boomer: Huh.
>(20 seconds pass)
>Boomer: Well, (because it agrees with me), I'm going to base my entire business off of XYZ now

Try it and call my bluff and watch them sit there and turn into NPCs and go "well yeah but it makes me feel good so I'm gonna do what it says"
 
This is why every 'security guard' is now a 100lb, bucktoothed jeet:

jeetcheet.mp4






He means 15,000 new H1-Bs for 15,000 more jeets and 20 aging family members apiece into US






View attachment 9006860
View attachment 9006864
View attachment 9006876
So you've just decided to toss your own history away? Why call it the currynigger name when it predates their retarded religion?
You can't really claim to hate Indians or be a racist when you just believe whatever browns, Jews, or in this case a christcuck tells you. You might argue it doesn’t matter, but neither does Ohio; so let's give Vivek that state and he can take our symbols while he's at it.
 
Reminder to everyone new to the thread that the above poster, Konstantinopel, is a confirmed jeet, and is here to do Indian damage control, in the exact same way we've seen 1,000 times plus. He keeps coming back every 3 days and posts a short couple of sentences, trying to make the thread more brown. They do this because they can't defend anything they say because it is wrong and they know it - hence why all they can do is come back every few days and try to drop a brown logic bomb turd post.

This has been tried, so so so many times, it will not work, brownie.

You aren't gonna get a CEO of diversity job on fucking Kiwi Farms.
 
Jeets kiss their asses and suck their dicks at jobs and just say yes to everything and make them feel smart. Meanwhile, (You) are seen as "autistic", "always negative all the time", etc for telling the truth and actually living in the real world.

Same reason why Boomers think AI is so smart beyond comprehension - almost all of the public AIs are designed to draw you in and suck your dick. If you ever get the chance, ask them to put in conflicting statements like this:
>XYZ is great
>>AI: Yes indeed, it is long claimed that XYZ is the greatest thing ever...
>XYZ sucks
>>AI: Yes, according to recent studies, XYZ has resulted in the loss of billions of dollars...
>Boomer: Huh.
>(20 seconds pass)
>Boomer: Well, (because it agrees with me), I'm going to base my entire business off of XYZ now

Try it and call my bluff and watch them sit there and turn into NPCs and go "well yeah but it makes me feel good so I'm gonna do what it says"
I'm not joking, I blame the Simpsons, or to put to put in a different way I blame allowing an entire generation of people to be raised by media made by people who hate their own culture/people. People like Mat Groening who superimposed their faggy worldview in every character they created.
This shit goes beyond boomers, "greatest generation" has their part of the blame too. They allowed this shot to fester and spread in their own children who then allowed it to destroy their own world.
 
So you've just decided to toss your own history away? Why call it the currynigger name when it predates their retarded religion?
You can't really claim to hate Indians or be a racist when you just believe whatever browns, Jews, or in this case a christcuck tells you. You might argue it doesn’t matter, but neither does Ohio; so let's give Vivek that state and he can take our symbols while he's at it.
Hindu History.gif
 
Here is a jeet getting mauled to death by a sloth bear. It's a selfie related incident from 2018.

https://youtube.com/watch?v=qf5G928jqJI

archive
The only scary part in that video is the dog being so close to that bear, if I was there i'd go up and pet the bear on the head and grab the dog so it's no longer in danger.

Selfie of me holding the dog and the indian getting raped in the corner by the bear. 1778983328670.png
 
So you've just decided to toss your own history away? Why call it the currynigger name when it predates their retarded religion?
You can't really claim to hate Indians or be a racist when you just believe whatever browns, Jews, or in this case a christcuck tells you. You might argue it doesn’t matter, but neither does Ohio; so let's give Vivek that state and he can take our symbols while he's at it.
1778983578548.png

You need to go.
 
One of them eating prepared foods at the grocery store without paying and putting the leftovers back on the shelf:
View attachment 9016788
Jonathan Choe - NEW: Shoppers have been complaining about partially eaten food found ... [2055...mp4
Source (Archive)
I hope this faggot gets banned this kinda shit would get his ass beat in the parking lot. Holy shit the entitlement this guy has.

Reminds me of the time we had local homeless think it was a good idea to eat bits of food on morning to-go food in a supermarket. Homeless found it very class-racist when all stores plastered the face of them behind every counter.
 
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.

You misunderstand me. I'm not talking a flat fee for Turd Eaters to access the internet. I'm saying that if they want to write social media posts that actual humans might see, they will be charged $3500 per word. If they want to post videos and have them seen by real people, then that will be $8500 for each 30 seconds of video.
 
Back
Top Bottom