Skip to content

Devuplads Remove Bloat by hdyzen

Details

Authorhdyzen

LicenseMIT

Categorydevuploads.com

Created

Updated

Size1.6 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

only removes elements from the devuploads download page

Notes

Only show the download button

If you are having problems with the site detecting adblock, it is most likely adblock, if you are sure it is the script, report it to me in: Feedback page
If you're in Firefox, use protection mode in normal mode or disable on these sites

djxmaza.in
dev.miuiflash.com
thecubexguide.com
jytechs.in

Preview:https://streamable.com/axhtfv

Others adblocks disable cosmetic filter or disable blocking (Recommended use uBlock)

Source code

/* ==UserStyle==
@name           Devuploads clean bloat
@namespace      hdyzen
@version        1.2.1
@description    clean bloat in devuploads
@author         hdyzen
==/UserStyle== */

@-moz-document domain("djxmaza.in") {
	#dlp, [style*="block"]:is(#dlndiv, #adBlocked, #Blocked) {
	  	position: fixed;
		inset: 0;
		margin: 0 !important;
		padding: 0 !important;
		background-color: #131316;
		z-index: 99999;
		display: flex !important;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}

@-moz-document domain("devuploads.com") {
	body:not(:has(#container)) {
		background-color: #131316 !important;
	}
	body {
		overflow: hidden;
		& .shadow-lg {
			box-shadow: none !important;
		}
	}
	#folders_paging {
		display: none !important;
	}
	#container {
		max-width: unset !important;
		position: fixed !important;
		inset: 0 !important;
		display: flex !important;
		flex-direction: column !important;
		justify-content: center !important;
		align-items: center !important;
		background-color: #131316 !important;
		margin: 0 !important;
		z-index: 214748364 !important;
		& .filesof {
			color: #8f91a3 !important;
		}
		& .bg-white {
			background-color: #1b1b1f !important;
		}
		& .form-control, & .paging {
			background-color: inherit !important;
			color: #cccee7;
			&::placeholder {
				color: #8f91a3;
			}
		}
		& .border-bottom {
			border-color: #1b1b1f !important;
		}
		& .title a {
			color: #cccee7 !important;
		}
		& i.fas {
			background: #bac3ff;
			background-clip: text;
		}
		& .fa-magnifying-glass {
			color: #bac3ff !important;
		}
	}    	
}

Reviews

No reviews yet.