jjny_blocker

jjny_blocker

this extension will block users who always spam pantip.com. And will auto block comment with more than 3 images.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "jjny_blocker",
  "description": "this extension will block users who always spam pantip.com. And will auto block comment with more than 3 images.",
  "version": "1.2",
  "icons": {
    "128": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.pantip.com/*"
      ],
      "js": [
        "myscript.js"
      ]
    }
  ]
}