Skip to content

CollabVM/UserVM no blur by Caioz

Screenshot of CollabVM/UserVM no blur

Details

AuthorCaioz

LicenseNo License

Category*://computernewb.com/collab-vm/*

Created

Updated

Size571 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

simply removes blur from all censored CollabVM or UserVM VMs

Notes

if you mostly use the classic ui for uservm then you probably won't need this
in case of new blurs i might forget to update this userstyle so pls remind me in discord caioz10 in case

Source code

/* ==UserStyle==
@name         CollabVM/UserVM no blur on computernewb.com
@version      v0.1
@namespace    https://userstyles.world/user/Caioz
@description  attempts to remove blur from VMs in collabvm or uservm
@author       Caioz
==/UserStyle== */

@-moz-document regexp('^https?://computernewb\.com/collab-vm/.*$') {
  div[data-cvm-node="ipod1"] img,
  div[data-cvm-node="ipod2"] img,
  div[data-cvm-node="ipod3"] img,
  div[data-cvm-node="ipod4"] img,
  div[data-cvm-node="vm0b0t"] img,
  a[href="#vm0b0t"] > img {
    filter: none !important;
  }
}

Reviews

No reviews yet.