Scripters Forum Enhancer

Scripters Forum Enhancer

Removes spam threads and posts by blacklisted users from the Scripters forum, and makes the forum more convenient.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Scripters Forum Enhancer",
  "version": "1.2",
  "manifest_version": 2,
  "description": "Removes spam threads and posts by blacklisted users from the Scripters forum, and makes the forum more convenient.",
  "permissions": [
    "tabs",
    "storage"
  ],
  "content_scripts": [
    {
      "run_at": "document_end",
      "matches": [
        "http://www.roblox.com/*"
      ],
      "js": [
        "jQuery.js",
        "page.js"
      ]
    }
  ]
}