OP 16 July, 2022 - 01:35 AM
(This post was last modified: 16 July, 2022 - 01:45 AM by Metamine. Edited 5 times in total.)
I find that cracked is really hard to the eye with all the animations, banners, ranks etc.
Tried my best to declutter using uBlock Origin and the CSS sheet.
Example of sb :
![[Image: 1WasSzn.png]](https://i.imgur.com/1WasSzn.png)
Here are the ublock filters to remove banners and some other shit :
Here is the CSS to remove ranks animation (sb is 200% better), apply here :
Edit :
- Added new_refunder_rank
Let me know if you find any bugs or if I missed some things
Tried my best to declutter using uBlock Origin and the CSS sheet.
Example of sb :
![[Image: 1WasSzn.png]](https://i.imgur.com/1WasSzn.png)
Here are the ublock filters to remove banners and some other shit :
Code:
cracked.io##.inner_stuff
cracked.io##.main-forum > .tborder
cracked.io##.group.index_stats
cracked.io##.sidebars > .scaleimages
cracked.io###container-main > div.entry > .user > .item-icon
cracked.io##.item-icon
Here is the CSS to remove ranks animation (sb is 200% better), apply here :
Code:
.supreme_rank {
background-image: none;
text-shadow: none;
}
.registered_rank {
background-image: none;
animation: none;
text-shadow: none;
-webkit-text-fill-color: #FF512F;
}
.refund_god {
background-image: none;
animation: none;
-webkit-text-fill-color: #FF512F;
text-shadow: none;
}
.refund_god:before {
background-image: none;
}
.godlike_rank {
background-image: none;
text-shadow: none;
}
.dreams {
background-image: none;
animation: none;
text-shadow: none;
-webkit-text-fill-color: #FF512F;
}
.heaven_rank {
background-image: none;
animation: none;
-webkit-text-fill-color: #FF512F;
text-shadow: none;
}
.infinity_rank {
background-image: none;
text-shadow: none;
}
.reverser_rank {
background-image: none;
text-shadow: none;
border-bottom: 0px;
}
.new_refunder_rank {
background-image: none;
animation: none;
text-shadow: none;
-webkit-text-fill-color: #FF512F;
}
Edit :
- Added new_refunder_rank
Let me know if you find any bugs or if I missed some things
