// ==UserScript==
// @name Animixplay.to ((Round))
// @namespace https://tampermonkey.net/
// @version 1.2
// @description A rounded animixplay.to theme
// @author DoggoOfSpeed
// @match https://animixplay.to/*
// @icon https://animixplay.to/icon.png
// @grant none
// ==/UserScript==
const style = document.createElement('style');
style.innerHTML = `
body {
transition: .35s;
}
.subtextmenuicon, body {
font-family: 'Lexend Deca'
}
.playbutton, .playerpage, .imgusr, .plyr__menu__container, #showcommentbtn, #q, .resultimg, .searchresult li, #loadmorelist, #featuredcard, #featuredimg, #schedulenotice, #lastwatch, select, #progressnumber, #tracknumber, #manualtrackbtn, #playerbottomicon, #seasonalgobtn, #maincoverimage, #notifiaction, .logininput, .loginbtn, #gconnectbtnimg, #alphabetical > button, #azsearch, #backtotopbtn {
border-radius: 10px;
}
.plyr__menu__container .plyr__control {
color: white !important;
}
#epslistplace {
grid-template-columns: repeat(auto-fill,minmax(48px,1fr));
}
.eptitle, #disquscomment, .rightcard:first-child, .leftbottom, #allbtn, .nav-tabs li a, #announcement {
border-radius: 10px 10px 0 0;
}
#disquscomment {
margin: 25px auto 0 auto;
}
.plyr__menu__container {
background: rgb(20,20,20);
}
#opensidebarbtn {
border-radius: 10px 0 0 10px;
}
#lastwatchclosebtn {
border-radius: 0 10px 10px 0;
}
#menuclose, #reportclose {
margin: 5px 5px 0 -25px;
background: none;
}
#infocard, #readmorebtn, .rightcard:last-child {
border-radius: 0 0 10px 10px;
}
.rightcard, .rightcardCenter, #opensidebarbtn {
background: #202020;
}
.rating {
right: initial;
border-radius: 10px 0 10px 0;
}
.timetext {
border-radius: 10px 0 10px 0;
}
.infotext {
bottom: 0
}
#updatebtn {
color: rgb(150, 189, 217);
}
#updatebtn:hover {
color: rgb(127, 195, 255);
}
#playercountdown, #menumobilebtn, #menumobilebtn2, #showsearchbtn, #recomendedclosebtn, .glyphicon, #ongoingplace > a, p.name, .allitem > a, #animepagecountdown {
background: linear-gradient(to bottom right, #07EDFE, #4EADFE);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
span.typeTag {
color: gray !important;
}
#iconmenu .glyphicon:hover {
transition: .35s;
opacity: .8;
}
.playbutton, #seasonalgobtn, #alphabetical > button {
background: linear-gradient(to bottom right, #07EDFE, #4EADFE);
color: #1A1A1A;
}
.btn-primary:hover {
opacity: .8;
transition: .35s;
color: #1A1A1A;
}
.tooltiptext {
-webkit-text-fill-color: initial;
}
.genresgrid .form-check-label:hover {
background: none;
transition: .35s;
}
#alphabetical {
display: flex;
justify-content: center;
}
#alphabetical > button {
width: 4ch
}
@media screen and (max-width: 1000px) {
body, html, #playertopmenu {
background-color: #1E1E1E;
}
.subpart {
background: rgb(32, 32, 32);
}
}
`;
document.head.appendChild(style);
$('head').append('<link href="https://fonts.googleapis.com/css?family=Lexend+Deca" rel="stylesheet">')