GithubHelp home page GithubHelp logo

big-tech-detective's People

Contributors

dependabot[bot] avatar miamiww avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

big-tech-detective's Issues

Charts disconnect from background page on refresh

Strange behavior happens when the extension page is refreshed. The background page stops recognizing that there is an extension page open and stops sending packet data to the charts on the extension page. Additionally a second page can be opened and the previous page does not close.

iframe detection vs accuracy tradeoffs

Currently BTD will rarely associate requests with a web site when the requests were originated by the previous site visited in the tab. For example, when clicking a link in google.com, the browser navigates away from Google and onto the search result's page. But google.com makes a variety of requests whenever a link is clicked and it is navigated away from. Because those requests happen at the same time as the url of the tab changes to the new link, BTD associates those requests with the new url even though they came from google.com. The fix for this is easy, and is implemented in the WIP-initiatior-fix branch in the blockTime function within content.js. BTD just needs to check the url of the initiator of the request agains the url of the current page and this issue no longer occurs. However, requests made by iframes have the initiator as the url of the iframe, and not of the website that the iframe is embedded within, so with this fix BTD will no longer trigger a lock from an iframe-requested resource or show requests made by iframes in the lock page. Currently working on a way to avoid associating requests with a new URL when navigating away from an old one.

Feedback

That's a great project. Continue with your idea ! ❤❤

error from chrome.

the error :
Manifest version 2 is deprecated, and support will be removed in 2023. See https://developer.chrome.com/blog/mv2-transition/ for more details.
{
"manifest_version": 2,
"name": "Big Tech Detective",
"version": "1.0.0",
"background": {
"scripts": [
"background.js",
"reload.js"
]
},
"content_scripts":[
{
"matches": ["<all_urls>"],
"js": ["lib/d3.min.js", "content.js"],
"css": ["pagecss.css"]
}],
"browser_action": {
"default_icon": "btd_icon_logo_128x128.png"

},
"permissions": [
	"<all_urls>",
	"tabs",
	"webRequest",
	"storage"
],
"web_accessible_resources":["assets/icons/unlock_icon.png","assets/icons/lock_icon.png", "assets/icons/copy_clipboard.png","assets/fonts/basis-grotesque-mono.otf","assets/fonts/GT-Walsheim-Regular.otf","assets/fonts/GT-Walsheim-Bold.otf","assets/fonts/GT-Walsheim-Black.otf"]

}

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.