Examine source code of Hide new Facebook 2020 stories

Inspect and view changes in Hide new Facebook 2020 stories source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "Hide new Facebook 2020 stories",
  "version": "1.0",
  "description": "Hide stories in the redesigned 2020 version of facebook.com",
  "content_scripts": [
    {
      "matches": [
        "*://*.facebook.com/*"
      ],
      "js": [
        "/content_script.js"
      ]
    }
  ],
  "icons": {
    "16": "images/hide_new_facebook_stories_16.png",
    "32": "images/hide_new_facebook_stories_32.png",
    "48": "images/hide_new_facebook_stories_48.png",
    "128": "images/hide_new_facebook_stories_128.png"
  },
  "manifest_version": 2
}