-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
283 additions
and
238 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,65 @@ | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Redirected Link</title> | ||
<link rel="stylesheet" href="style.css"> | ||
</head> | ||
<body> | ||
<link rel="stylesheet" href="style.css" /> | ||
</head> | ||
<body> | ||
<head> | ||
<div class="fbox"> | ||
<div id="github">Github</div> | ||
<div id="twitter">Twitter</div> | ||
</div> | ||
<section class="social"> | ||
<ul class="social-set"> | ||
<li> | ||
<a class="sociali" href="#" target="_blank" aria-label="Twitter"> | ||
<i class="fa fa-twitter fa-fw" title="Twitter"></i | ||
></a> | ||
</li> | ||
<li> | ||
<a class="sociali" href="#" target="_blank" aria-label="GitHub"> | ||
<i class="fa fa-github-square fa-fw" title="GitHub"></i | ||
></a> | ||
</li> | ||
<li> | ||
<a class="sociali" href="#" target="_blank" aria-label="YouTube"> | ||
<i class="fa fa-youtube fa-fw" title="YouTube"></i | ||
></a> | ||
</li> | ||
<li> | ||
<a class="sociali" href="#" target="_blank" aria-label="Instagram"> | ||
<i class="fa fa-instagram fa-fw" title="Instagram"></i | ||
></a> | ||
</li> | ||
<li> | ||
<a class="sociali" href="#" target="_blank" aria-label="Facebook"> | ||
<i class="fa fa-facebook-square fa-fw" title="Facebook"></i | ||
></a> | ||
</li> | ||
</ul> | ||
</section> | ||
</head> | ||
<main> | ||
<div> | ||
<p>Thanks for the login u can now close this page </p> | ||
</div> | ||
<div> | ||
<p>Thanks for the login u can now close this page</p> | ||
</div> | ||
</main> | ||
<footer> | ||
<div class="about-section"> | ||
<div class="inner-container"> | ||
<h1>About Us</h1> | ||
<p class="text"> | ||
Lorem ipsum dolor sit amet consectetur adipisicing elit. Doloribus velit ducimus, enim inventore earum, eligendi nostrum pariatur necessitatibus eius dicta a voluptates sit deleniti autem error eos totam nisi neque voluptates sit deleniti autem error eos totam nisi neque. | ||
</p> | ||
<div class="skills"> | ||
<span>Web Design</span> | ||
<span>Photoshop & Illustrator</span> | ||
<span>Coding</span> | ||
</div> | ||
</div> | ||
<div class="about-section"> | ||
<div class="inner-container"> | ||
<h1>About Us</h1> | ||
<p class="text"> | ||
Lorem ipsum dolor sit amet consectetur adipisicing elit. Doloribus | ||
velit ducimus, enim inventore earum, eligendi nostrum pariatur | ||
necessitatibus eius dicta a voluptates sit deleniti autem error eos | ||
totam nisi neque voluptates sit deleniti autem error eos totam nisi | ||
neque. | ||
</p> | ||
<div class="skills"> | ||
<span>Web Design</span> | ||
<span>Photoshop & Illustrator</span> | ||
<span>Coding</span> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
</body> | ||
</html> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,24 @@ | ||
{ | ||
"name": "Anilist", | ||
"description": "Sends Anilist API a post request", | ||
"version": "1.0", | ||
"manifest_version": 2, | ||
"background": { | ||
"service_worker": "bg.js" | ||
}, | ||
|
||
"icons": { | ||
"128": "assets/ani.png" | ||
}, | ||
"permissions": [ | ||
"tabs" | ||
], | ||
"content_scripts":[ | ||
{ | ||
"matches":[ | ||
"*://animepahe.com/play*", | ||
"*://animepahe.org/play*", | ||
"*://www1.gogoanime.ai/*" | ||
], | ||
"js":["content.js"] | ||
} | ||
] | ||
} | ||
"name": "Anilist", | ||
"description": "Sends Anilist API a post request", | ||
"version": "1.0", | ||
"manifest_version": 2, | ||
"background": { | ||
"service_worker": "bg.js" | ||
}, | ||
|
||
"icons": { | ||
"128": "assets/ani.png" | ||
}, | ||
"permissions": ["tabs"], | ||
"content_scripts": [ | ||
{ | ||
"matches": [ | ||
"*://animepahe.com/play*", | ||
"*://animepahe.org/play*", | ||
"*://www1.gogoanime.ai/*" | ||
], | ||
"js": ["content.js"] | ||
} | ||
] | ||
} |
Oops, something went wrong.