-
| 
         driver = Driver(uc=True,block_images=True, ad_block=True, disable_js=True  | 
  
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            mdmintz
          
      
      
        Jun 21, 2025 
      
    
    Replies: 1 comment
-
| 
         To remove the CSS, you would have to remove the  With the  sb.remove_element("head")With, the   | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
      Answer selected by
        mdmintz
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
To remove the CSS, you would have to remove the
headelement after loading the page.With the
SB()format, there's:With, the
Driver()format, you would need to find adrivermethod that does the same.(Can probably be done with
execute_script()somehow.)