Skip to content

Commit

Permalink
v0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mkusaka committed Apr 5, 2023
1 parent 2f628ec commit d53ada5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ function findEmbedURL() {

const container = document.getElementById("new-player");
if (container) {
container.innerHTML = `<iframe src="${findEmbedURL()}" width="1280" height="1010"frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%; max-height: 100%;" allowfullscreen>`;
container.innerHTML = `<iframe src="${findEmbedURL()}" width="1280" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%; aspect-ratio: 1280 / 1010;" allowfullscreen>`;
}
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "refined slideshare",
"version": "0.5",
"version": "0.6",
"description": "make slideshare's user experience better",
"permissions": [
"activeTab"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "refined-slideshare",
"version": "0.5.0",
"version": "0.6.0",
"main": "index.js",
"repository": "https://github.com/mkusaka/no-ad-slideshare.git",
"author": "mkusaka <[email protected]>",
Expand Down

0 comments on commit d53ada5

Please sign in to comment.