Skip to content

Commit

Permalink
v2.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
buzz committed Jan 9, 2022
1 parent 709ed81 commit 4a48932
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions imdb-link-em-all.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// @license GPLv2
// @noframes
// @author buzz
// @version 2.0.11
// @version 2.0.12
// @grant GM_getValue
// @grant GM_setValue
// @grant GM_xmlhttpRequest
Expand All @@ -21,7 +21,7 @@
(function (preact, hooks) {
'use strict';

var version = "2.0.11";
var version = "2.0.12";
var description = "Adds all kinds of links to IMDb, customizable!";
var homepage = "https://github.com/buzz/imdb-link-em-all#readme";

Expand Down Expand Up @@ -900,6 +900,7 @@

if (imdbInfo.layout === 'redesign2020') {
container.className = 'ipc-page-content-container ipc-page-content-container--center';
container.style.backgroundColor = 'white';
container.style.padding = '0 var(--ipt-pageMargin)';
container.style.minHeight = '50px';
injectionEl.prepend(container);
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "imdb-link-em-all",
"version": "2.0.11",
"version": "2.0.12",
"description": "Adds all kinds of links to IMDb, customizable!",
"main": "imdb-link-em-all.user.js",
"scripts": {
Expand Down

0 comments on commit 4a48932

Please sign in to comment.