Deviantart - disable all images - text only
Deviantart - disable all images by PushkaCom
Details
AuthorPushkaCom
LicenseMIT
Categorydeviantart.com
Created
Updated
Size962 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Deviantart - disable all images
@version 20241215.99.02
@namespace english
@description Deviantart - disable all images - text only
@author pushka
@license MIT
==/UserStyle== */
@-moz-document domain("deviantart.com") {
/* ==UserStyle==
@name Deviantart - disable all images
@description Deviantart - disable all images - text only
@namespace english
@homepageURL https://userstyles.world/style/17092
@supportURL https://userstyles.world/style/17092
@author pushka (https://userstyles.world/user/PushkaCom)
@license MIT
==/UserStyle== */
/*
Pushka - greasy fork list of JS styles
https://greasyfork.org/en/users/9788-ben-pushka
url
https://userstyles.world/user/PushkaCom?page=1&sort=newest
*/
img,video{display:none !important ;}
html div,html p,html span,html section,html table,html header,html footer{ background-image:none !important ;}
}