Waterloo Works: Reject Rejections

Filter out postings that you were not selected for on Waterloo works
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Waterloo Works: Reject Rejections",
  "description": "Filter out postings that you were not selected for on Waterloo works",
  "version": "0.0.0.7",
  "author": "Richard Cai",
  "content_scripts": [
    {
      "js": [
        "main.js"
      ],
      "matches": [
        "https://waterlooworks.uwaterloo.ca/*"
      ],
      "css": [
        "styles.css"
      ]
    }
  ]
}