GithubHelp home page GithubHelp logo

yiransheng / content-aware-ad-blocker Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 3.0 18.86 MB

Project Name TBD

JavaScript 0.72% Shell 0.01% Makefile 0.01% Python 0.14% Jupyter Notebook 99.08% R 0.01% HTML 0.05%

content-aware-ad-blocker's People

Contributors

samuelhkahn avatar tomyedwab avatar yiransheng avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

content-aware-ad-blocker's Issues

Firefox support.

Because Firefox now supports MV3 in much of the same way as Chrome, I updated the extension's manifest.json to be compatible with Firefox, and much to my surprise, the extension works perfectly fine with Firefox 115. If you'd like to package up the extension and release it on Mozilla, you can, otherwise, I'll fork the project and release it myself. I was thinking about updating the model too. Let me know what you think.

{
  "background": {
    "persistent": true,
    "scripts": [
      "src/parse_filters.js",
      "src/final_model.js",
      "src/url_model.js",
      "src/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/exticon.png",
    "default_popup": "src/popup.html"
  },
  "description": "Experimental new ad blocker using machine learning to identify unwanted ads on pages and remove them. Use at your own risk!",
  "icons": {
    "128": "icons/exticon128.png",
    "48": "icons/exticon.png",
    "96": "icons/exticon96.png"
  },
  "manifest_version": 2,
  "name": "Content-aware Ad Blocker",
  "permissions": [
    "storage",
    "unlimitedStorage",
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "*://*/*"
  ],
  "version": "0.2",
  "web_accessible_resources": [],
  "browser_specific_settings": {
    "gecko": {
      "id": "content-aware-ad-blocker@your_domain_whatever",
      "strict_min_version": "110.0"
    }
  }
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.