Better Wolf Web Firefox

Examine source code of Better Wolf Web

Inspect and view changes in Better Wolf Web source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Better Wolf Web",
  "version": "1.2",
  "description": "An improved user experience for the Wolf Web",
  "developer": {
    "name": "Jonathan Hamilton",
    "url": "https://ko-fi.com/S6S8TLLY"
  },
  "icons": {
    "48": "bww48.png",
    "96": "bww96.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "better-wolf-web@froshkiller.dev"
    }
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "startup.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.thewolfweb.com/*",
        "*://*.brentroad.com/*"
      ],
      "js": [
        "bww.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://*.thewolfweb.com/*",
        "*://*.brentroad.com/*"
      ],
      "css": [
        "bww.css"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://*.thewolfweb.com/message_section.aspx*",
        "*://*.brentroad.com/message_section.aspx*"
      ],
      "js": [
        "message_section.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://*.thewolfweb.com/message_section.aspx?section=9",
        "*://*.brentroad.com/message_section.aspx?section=9",
        "*://*.thewolfweb.com/message_section.aspx?section=9&*",
        "*://*.brentroad.com/message_section.aspx?section=9&*"
      ],
      "js": [
        "chitchat.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://*.thewolfweb.com/message_section.aspx?section=5",
        "*://*.brentroad.com/message_section.aspx?section=5",
        "*://*.thewolfweb.com/message_section.aspx?section=5&*",
        "*://*.brentroad.com/message_section.aspx?section=5&*"
      ],
      "js": [
        "classifieds.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://*.thewolfweb.com/message_topic.aspx*",
        "*://*.brentroad.com/message_topic.aspx*"
      ],
      "js": [
        "message_topic.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://*.thewolfweb.com/user_info.aspx*",
        "*://*.brentroad.com/user_info.aspx*"
      ],
      "js": [
        "user_info.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://*.thewolfweb.com/photo_photo.aspx*",
        "*://*.brentroad.com/photo_photo.aspx*"
      ],
      "js": [
        "photo_photo.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://*.thewolfweb.com/user.aspx*",
        "*://*.brentroad.com/user.aspx*"
      ],
      "js": [
        "user.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://*.thewolfweb.com/mail_inbox.aspx*",
        "*://*.brentroad.com/mail_inbox.aspx*"
      ],
      "js": [
        "mail_inbox.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "storage"
  ],
  "short_name": "BWW"
}

Best Better Wolf Web Alternatives

Here are some Firefox add-ons that are similar to Better Wolf Web: