There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

Andromxda OP ,
@Andromxda@lemmy.dbzer0.com avatar

It does. You can even try it out yourself. Install Ungoogled Chromium, go to google.com and paste the following code in the Developer console (which you can bring up by pressing F12 and clicking on ‘Console’ at the top of the DevTools interface):


<span style="color:#323232;">    chrome.runtime.sendMessage(
</span><span style="color:#323232;">      "nkeimhogjdpnpccoofpliimaahmaaome",
</span><span style="color:#323232;">      { method: "cpu.getInfo" },
</span><span style="color:#323232;">      (response) => {
</span><span style="color:#323232;">        console.log(JSON.stringify(response, null, 2));
</span><span style="color:#323232;">      },
</span><span style="color:#323232;">    );
</span>

If it returns nothing or an error, you’re good. If it returns something like this:


<span style="color:#323232;">{
</span><span style="color:#323232;">  "value": {
</span><span style="color:#323232;">    "archName": "arm64",
</span><span style="color:#323232;">    "features": [],
</span><span style="color:#323232;">    "modelName": "Apple M2 Max",
</span><span style="color:#323232;">    "numOfProcessors": 12,
</span><span style="color:#323232;">    "processors": [
</span><span style="color:#323232;">      {
</span><span style="color:#323232;">        "usage": {
</span><span style="color:#323232;">          "idle": 26890137,
</span><span style="color:#323232;">          "kernel": 5271531,
</span><span style="color:#323232;">          "total": 42525857,
</span><span style="color:#323232;">          "user": 10364189
</span><span style="color:#323232;">        }
</span><span style="color:#323232;">      }, ...
</span>

it means that the hidden extension is present, and *.google.com sites have special access in your browser.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines