Skip to content

Commit

Permalink
Plex Fixes 1.0.4 release
Browse files Browse the repository at this point in the history
`+` Fix issue with regexp url
  • Loading branch information
JourneyOver committed May 27, 2018
1 parent 1d1d4bd commit 57407d2
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 10 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Plex Fixes Changelog

## v1.0.4 ... (26 MAY 18)

### Fixes:
`+` Fix issue with regexp url

## v1.0.2/3 ... (29 MARCH 18)

### Fixes:
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": "plex-fixes",
"version": "1.0.3",
"version": "1.0.4",
"description": "Bringing back plex to pre-3.0.0",
"devDependencies": {
"css": "^2.2.3",
Expand Down
8 changes: 4 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@-moz-document regexp("https?://app.plex.tv/.*"),
regexp("https?://.*:/*[[PORT]]*//.*"),
regexp("/*[[URL]]*/") {
regexp("/*[[URL]]*/.*") {
/* ++----------------------------------------------------------------------------------++ */
/* || || */
/* ||* Name : Plex Fixes || */
Expand All @@ -9,9 +9,9 @@ regexp("/*[[URL]]*/") {
/* || || */
/* ||* Created : 03 / 10 / 2017 || */
/* || || */
/* ||* Updated : 03 / 29 / 2018 || */
/* ||* Updated : 05 / 26 / 2018 || */
/* || || */
/* ||* Version : 1.0.3 || */
/* ||* Version : 1.0.4 || */
/* || || */
/* ||* Copyright : 2017-2018 || */
/* || || */
Expand All @@ -20,7 +20,7 @@ regexp("/*[[URL]]*/") {

@-moz-document regexp("https?://app.plex.tv/.*"),
regexp("https?://.*:/*[[PORT]]*//.*"),
regexp("/*[[URL]]*/") {
regexp("/*[[URL]]*/.*") {
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::: Pre 3.0.0 Fixes :::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

a {
Expand Down
10 changes: 5 additions & 5 deletions style.user.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* ==UserStyle==
@name Plex Fixes
@version 1.0.3
@version 1.0.4
@description Bringing back plex to pre-3.0.0
@namespace github.com/StylusThemes
@author StylusThemes <https://github.com/StylusThemes>
Expand Down Expand Up @@ -55,7 +55,7 @@ CSN "No" <<<EOT
/* DO NOT EDIT THIS USERCSS - IT IS GENERATED AUTOMATICALLY */
@-moz-document regexp("https?://app.plex.tv/.*"),
regexp("https?://.*:/*[[PORT]]*//.*"),
regexp("/*[[URL]]*/") {
regexp("/*[[URL]]*/.*") {
/* ++----------------------------------------------------------------------------------++ */
/* || || */
/* ||* Name : Plex Fixes || */
Expand All @@ -64,9 +64,9 @@ regexp("/*[[URL]]*/") {
/* || || */
/* ||* Created : 03 / 10 / 2017 || */
/* || || */
/* ||* Updated : 03 / 29 / 2018 || */
/* ||* Updated : 05 / 26 / 2018 || */
/* || || */
/* ||* Version : 1.0.3 || */
/* ||* Version : 1.0.4 || */
/* || || */
/* ||* Copyright : 2017-2018 || */
/* || || */
Expand All @@ -75,7 +75,7 @@ regexp("/*[[URL]]*/") {

@-moz-document regexp("https?://app.plex.tv/.*"),
regexp("https?://.*:/*[[PORT]]*//.*"),
regexp("/*[[URL]]*/") {
regexp("/*[[URL]]*/.*") {
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::: Pre 3.0.0 Fixes :::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

a {
Expand Down

0 comments on commit 57407d2

Please sign in to comment.