Skip to content

Instantly share code, notes, and snippets.

View tbuwadi's full-sized avatar
😊

Tala Buwadi tbuwadi

😊
View GitHub Profile
45vW6Apg3QwawKzBi03rgD
1y4jsQt7MjnZhiD1L6qFBC
lon
6btIpLff2jE56h2N40smAj
hte
0JGOiO34nwfUdDrD612dOp
ench
{
"name": "The Studying Helper",
"description": "This extension will help you study",
"version": "0.1.0",
"manifest_version": 3,
"action":{
"default_popup": "popup.html"
},
"content_scripts": [{
"matches": ["<all_urls>"],
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
body{
padding: 20px;
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1>Study Resources</h1>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
html,body{
margin:0;
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<img src="https://akm-img-a-in.tosshub.com/indiatoday/images/story/202106/cover4_new_1200x768.jpeg?1ddh2wMj.1sWvDuJNNtgqjyvpihWf3BZ&size=770:433">
{
"name": "Disappointed Study Helper",
"description": "This extension will help you study",
"version": "0.1.0",
"manifest_version": 3,
"content_scripts": [{
"matches": ["<all_urls>"],
"css": ["styles.css"]
}
],
img {
content: url("https://i.kym-cdn.com/entries/icons/original/000/030/359/cover4.jpg")
}
{
"name": "Disappointed Study Helper",
"description": "This extension will help you study",
"version": "0.1.0",
"manifest_version": 3,
"content_scripts": [{
"matches": ["https://www.youtube.com/*"],
"css": ["styles.css"]
}
]