Skip to content

Commit

Permalink
[Feature] Edge Browser
Browse files Browse the repository at this point in the history
  • Loading branch information
ptkdev committed Feb 3, 2020
1 parent 078e70f commit ee23116
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
Binary file added .github/assets/badge-availableon-chrome.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/assets/badge-availableon-edge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/assets/social_discord.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/assets/social_slack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/assets/social_twitter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[![Chrome Extension: Aspect Ratio 21:9](https://raw.githubusercontent.com/ptkdev/chrome-extension-aspectratio219/nightly/.github/assets/aspectratio219.png)](https://chrome.google.com/webstore/detail/aspect-ratio-219/mgpbkhkpghgmihmcfbndejmkaibbnljo)

# πŸ–₯ Chrome Extension: Aspect Ratio 21:9
[![Chrome Extension: Aspect Ratio 21:9](https://raw.githubusercontent.com/ptkdev/chrome-extension-aspectratio219/nightly/.github/assets/badge-availableon-chrome.png)](https://chrome.google.com/webstore/detail/aspect-ratio-219/mgpbkhkpghgmihmcfbndejmkaibbnljo) [![Edge Extension: Aspect Ratio 21:9](https://raw.githubusercontent.com/ptkdev/chrome-extension-aspectratio219/nightly/.github/assets/badge-availableon-edge.png)](https://www.microsoft.com/p/aspect-ratio-219/0rdckbbsk7kr)

# πŸ–₯ Chrome & Edge Extension: Aspect Ratio 21:9

[![](https://img.shields.io/badge/version-v1.2.1-lightgrey.svg)](https://github.com/ptkdev/chrome-extension-aspectratio219/releases) [![](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://github.com/ptkdev/chrome-extension-aspectratio219/blob/nightly/LICENSE.md) [![](https://img.shields.io/badge/ES-9-F7DF1E.svg)](https://wikipedia.org/wiki/ECMAScript) [![](https://snyk.io/test/github/ptkdev/chrome-extension-aspectratio219/badge.svg)](https://snyk.io/test/github/ptkdev/chrome-extension-aspectratio219)

Expand All @@ -22,9 +24,9 @@
- ❀️ [Contributing](#-contributing)
- πŸ› [Known Bugs](https://github.com/ptkdev/chrome-extension-aspectratio219/issues?q=is%3Aopen+is%3Aissue+label%3Abug)
- 🍻 Community:
- πŸ” [Discord](http://discord.ptkdev.io)
- πŸ“ [Slack](http://slack.ptkdev.io)
- 🐀 [Twitter](http://twitter.ptkdev.io)
- [<img src="https://raw.githubusercontent.com/ptkdev/chrome-extension-aspectratio219/nightly/.github/assets/social_discord.png" height="18px"> Discord](http://discord.ptkdev.io)
- [<img src="https://raw.githubusercontent.com/ptkdev/chrome-extension-aspectratio219/nightly/.github/assets/social_slack.png" height="18px"> Slack](http://slack.ptkdev.io)
- [<img src="https://raw.githubusercontent.com/ptkdev/chrome-extension-aspectratio219/nightly/.github/assets/social_twitter.png" height="18px"> Twitter](http://twitter.ptkdev.io)

## πŸ’‘ Features
* [βœ”οΈ] Easy to use
Expand Down
3 changes: 1 addition & 2 deletions client/js/dom.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint no-unused-vars: "off" */
/**
* dom
* =====================
Expand All @@ -8,8 +9,6 @@
* @license: This code and contributions have 'MIT License'
*
*/

/* eslint no-unused-vars: "off" */
var dom = {
id: function(selector) {
return document.getElementById(selector.replace("#", ""));
Expand Down

0 comments on commit ee23116

Please sign in to comment.