forked from liorgrossman/darkness
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Autoformatted JS files (using jsbeautify)
- Loading branch information
1 parent
fb28e47
commit 05915b5
Showing
10 changed files
with
164 additions
and
143 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"brace_style": "collapse-preserve-inline", | ||
"preserve_newlines": true, | ||
"max_preserve_newlines": 10, | ||
"indent_size": 4, | ||
"indent_with_tabs": true, | ||
"end_with_newline": false | ||
} |
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,22 +1,45 @@ | ||
<!-- Options screen - shown: (1) when clicking the extension icon in Chrome's toolbar; (2) on chrome://extensions/ when clicking "Options" --> | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<title>Darkness</title> | ||
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300' rel='stylesheet' type='text/css'> | ||
</head> | ||
<style> | ||
body { width: 400px; background: #000; color: #ccc; font-size: 14px; padding: 7px 10px; line-height: 1.7em; font-family: 'Open Sans'; font-weight: 300; } | ||
|
||
b { font-weight: 300; color: #fff; } | ||
|
||
h3 { font-size: 17px; font-weight: 400; color: #fff; padding: 0 0 10px; margin: 0; } | ||
body { | ||
width: 400px; | ||
background: #000; | ||
color: #ccc; | ||
font-size: 14px; | ||
padding: 7px 10px; | ||
line-height: 1.7em; | ||
font-family: 'Open Sans'; | ||
font-weight: 300; | ||
} | ||
|
||
b { | ||
font-weight: 300; | ||
color: #fff; | ||
} | ||
|
||
h3 { | ||
font-size: 17px; | ||
font-weight: 400; | ||
color: #fff; | ||
padding: 0 0 10px; | ||
margin: 0; | ||
} | ||
</style> | ||
|
||
<body> | ||
<h3>To configure Darkness:</h3> | ||
1. Visit a supported website like <b>Facebook</b> or <b>Google</b>.<BR> | ||
2. Click the <b>moon icon</b> in the <b>top-right corner</b> of the website.<BR><BR> | ||
<img src="../images/explain-icon-location.png"/> | ||
<h3>To configure Darkness:</h3> | ||
1. Visit a supported website like <b>Facebook</b> or <b>Google</b>. | ||
<BR> 2. Click the <b>moon icon</b> in the <b>top-right corner</b> of the website. | ||
<BR> | ||
<BR> | ||
<img src="../images/explain-icon-location.png" /> | ||
</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
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
Oops, something went wrong.