Skip to content

HH(Skip button at bottom) by stalker666

Details

Authorstalker666

LicenseNo License

Categoryhentaiheroes

Created

Updated

Size4.9 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Moving the "Skip" button down to the area where the "OK" button is located when defeating an opponent, thus allowing for faster fights.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           HH(Skip button at bottom)
@namespace      github.com/openstyles/stylus
@version        1.0.0.12
@description    Moving the "Skip" button down to the area where the "OK" button is located when defeating an opponent, thus allowing for faster fights.
@author         stalker666
==/UserStyle== */

@-moz-document domain("hentaiheroes.com"),
domain("haremheroes.com"),
domain("comixharem.com"),
domain("pornstarharem.com"),
domain("mangarpg.com"),
domain("amouragent.com") {
.popup_wrapper .popup_background {
	background: rgba(0,0,0,0.3);
    pointer-events: none;
}

.popup_wrapper #heal_girl_labyrinth_popup .flex-container .rewards .rewards_background,
.popup_wrapper #labyrinth_reward_popup .flex-container .rewards .rewards_background,
.popup_wrapper #level_up .flex-container .rewards .rewards_background,
.popup_wrapper #rewards_popup .flex-container .rewards .rewards_background {
    background: rgba(0, 0, 0, .6);
}

#battle .new-battle-girl-container,
#battle .new-battle-girl-container {
    z-index: 1 !important;
}

.popup_buttons {
	top: -1rem !important;
}

#rewards_popup,
#common-popups {
    pointer-events: none !important;
}

.popup_wrapper #rewards_popup .flex-container .popup_buttons,
#battle .new-battle-buttons-container {
    position: absolute !important;
    display: flex;
    align-items: flex-end;
	justify-content: center;
    grid-gap: 0.2rem;
    bottom: 0 !important;
    left: 0 !important;
    height: 580px !important;
    width: 100% !important;
	margin-top: unset !important;
	pointer-events: none;
}

#new_battle #new-battle-skip-btn,
#battle .new-battle-buttons-container button,
#battle .new-battle-buttons-container #new-battle-skip-btn,
#pvp-container #new-battle-skip-btn,
.page-troll-battle .popup_wrapper  #rewards_popup .flex-container button,
.page-troll-pre-battle .popup_wrapper  #rewards_popup .flex-container button,
.page-activities .popup_wrapper  #rewards_popup .flex-container button,
.page-season-battle .popup_wrapper  #rewards_popup .flex-container button,
.page-league-battle .popup_wrapper  #rewards_popup .flex-container button,
.page-labyrinth-battle .popup_wrapper  #rewards_popup .flex-container button,
.popup_wrapper #rewards_popup .flex-container button {
	top: unset !important;
    bottom: 0 !important;
	left: unset !important;
	right: unset !important;
    width: 350px !important;
    min-width: 350px !important;
    margin: unset !important;
}

#new_battle #new-battle-skip-btn,
#battle .new-battle-buttons-container #new-battle-skip-btn,
#pvp-container #new-battle-skip-btn {
	position: absolute !important;
    left: 50% !important;
    transform: translate(-50%, 0);
    z-index: 20;
}

.popup_wrapper #heal_girl_labyrinth_popup .flex-container .reroll-block,
.popup_wrapper #labyrinth_reward_popup .flex-container .reroll-block,
.popup_wrapper #level_up .flex-container .reroll-block,
.popup_wrapper #rewards_popup .flex-container .reroll-block{
	width: 100%;
	height: 50px;
	display: flex;
	position: absolute;
	bottom: 5rem;
	right: 0;
	justify-content: flex-end;
}

.popup_wrapper #heal_girl_labyrinth_popup .flex-container .reroll-block p,
.popup_wrapper #labyrinth_reward_popup .flex-container .reroll-block p,
.popup_wrapper #level_up .flex-container .reroll-block p,
.popup_wrapper #rewards_popup .flex-container .reroll-block p {
	flex: 0 0 21.2rem;
}

.popup_wrapper #heal_girl_labyrinth_popup .flex-container>h1,
.popup_wrapper #labyrinth_reward_popup .flex-container>h1,
.popup_wrapper #level_up .flex-container>h1,
.popup_wrapper #rewards_popup .flex-container>h1{
	position: absolute !important;
	top: 3.5rem !important;
    line-height: 75px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.popup_wrapper #rewards_popup .flex-container .info_container {
    margin: 0 0 0 0 !important;
}

.popup_wrapper #rewards_popup .flex-container .info_container .lost-first-row {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.popup_wrapper #rewards_popup .flex-container #play_again_currency.orange_button_L {
    display: none !important;
}

.popup_wrapper #labyrinth_reward_popup.relic-picker .flex-container #reward_holder {
	margin: 0;
	bottom: -9rem;
}

.page-labyrinth-pre-battle section .labyrinth-battle .middle-container .buttons-container {
    position: absolute;
    margin: unset;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0);
}

.page-labyrinth-pre-battle section .labyrinth-battle .middle-container button {
    width: 280px;
    margin: unset !important;
}

.page-labyrinth-pre-battle section .labyrinth-battle .middle-container .back-button {
    position: absolute;
    margin: unset;
    bottom: 6.5rem;
    left: 50%;
    transform: translate(-50%, 0);
}

button,
close,
.hh-scroll,
.popup,
.slot {
    pointer-events: auto !important;
}

button,
close {
    z-index: 999;
}
}

Reviews

No reviews yet.