diff --git a/CNAME b/CNAME
deleted file mode 100644
index b2a410c..0000000
--- a/CNAME
+++ /dev/null
@@ -1 +0,0 @@
-inter-dimensionalcable.xyz
diff --git a/README.md b/README.md
index c5055d3..0b14dcc 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,39 @@
# Inter-Dimensional Cable
-http://inter-dimensionalcable.xyz
+Mirror of http://inter-dimensionalcable.xyz web app source
+
+----
+Customized version of mrmcpowned interdimensional cable,
+you can visit it in https://topotech.github.io/interdimensionalcable/
+
+This new version has the following features:
+
+ · Optional support of more subs with similar content can be activated via menu.
+
+ > /r/NotTimAndEric,
+
+ > /r/ACIDS,
+
+ > /r/fifthworldvideos,
+
+ > /r/IllBeYourGuide,
+
+ > /r/CommercialCuts.
+
+ If no option is selected, /r/InterdimensionalCable will be used by default.
+
+ · New system that increases randomization.
+
+ · Softened the score requirement so any video with score ≥ 1 is accepted
+ (before, the videos with score < 5 were excluded).
+
+ · Cosmetic change of the list of previously played videos: now all the elements
+ should be visible in any browser and screen.
+
+ · Keyboard support! Now you can use a wireless keyboard (or joypad using joy2key
+ or whatever) to watch interdimensional tv!
+
+ · The code was modified so the site can be slightly more usable in more devices.
+ It was tested on Android Lollipop: it presents buggy behavior but is usable,
+ specially with virtual keyboards like Ivan Volosyuk's "WiFi Keyboard".
+
+ · Added a slider to filter out low-score videos.
diff --git a/css/style.css b/css/style.css
index cdcacb9..e0d28c7 100644
--- a/css/style.css
+++ b/css/style.css
@@ -62,11 +62,15 @@ h1, h2{
font-size: 1.6vw;
}
h2{
- font-size: 1.25vw;
+ font-size: 1.0vw;
+}
+h3{
+ margin: 0 0 .4vw 0;
}
.contents .left,
.contents .right {
font-size: .85vw;
+ overflow-y: auto;
}
p {
margin: 0 0 .5vw 0;
@@ -383,6 +387,7 @@ html[data-useragent*=Firefox] .menu-overlay #video::before {
display: block;
color: #FFFFFF;
z-index: 3;
+ overflow: auto;
}
.tv-menu .left,
.tv-menu .right {
@@ -414,13 +419,14 @@ html[data-useragent*=Firefox] .menu-overlay #video::before {
}
.shows{
display: flex;
- flex-direction: column;
- height: 10.5vw;
- overflow-y: auto;
- overflow-x: hidden;
+ /*flex-direction: column;*/
+ /*height: 7.3vw;*/
+ /*overflow-y: auto;*/
+ overflow-y: hidden;
+ /*overflow-x: hidden;*/
}
.zoom .shows{
- height: calc(10.5vw * var(--scale-ratio));
+ /*height: calc(10.5vw * var(--scale-ratio));*/
}
.shows li, .zoom .shows li{
padding: 0;
@@ -468,7 +474,7 @@ html[data-useragent*=Firefox] .menu-overlay #video::before {
flex-grow: 0;
}
.zoom .shows .video-info{
- max-width: calc(13.1vw * var(--scale-ratio))
+ /*max-width: calc(13.1vw * var(--scale-ratio))*/
}
.shows .video-title{
font-size: 1vw;
diff --git a/index.html b/index.html
index 28fda6e..f6ac284 100644
--- a/index.html
+++ b/index.html
@@ -2,6 +2,7 @@
+
+
-
-