Skip to content

Instantly share code, notes, and snippets.

View atiqueahmedziad's full-sized avatar

Atique Ahmed Ziad atiqueahmedziad

View GitHub Profile

GSoC 2020 Work Product: Extension Activity Monitor

Student: Md Atique Ahmed Ziad | Email

Mentors: Andreas Wagner | Luca Greco | Rob Wu

I am very thankful to Mozilla and my mentors for giving me the opportunity to work on the "Extension Activity Monitor" project in Google Summer of Code (GSoC). It was a great experience to build up this project from scratch. We had started by analyzing the requirements and ended up with developing the minimum viable product in GSoC.

Project Overview

Extension Activity Monitor is a privileged extension for Firefox that monitors the activities of other installed extensions. It's an additional tool to aid investigating bugs in the extensions or in the Firefox WebExtensions internals.

#include <bits/stdc++.h>
using namespace std;
struct NBA {
int n,b;
int arr[1000000];
};
int main() {