Config, Selenium

I want to click Chrome Extension button and Use Extension itself…

with Open Bullet Config (Selenium).

Is this done with any Coordination or image capture or something else???

[Not for Bad Stuffs (c@rking)]

I dont think that is possible but you can install addons and have the browser navigate to the addon pages i.e. if you click a addon from the bar it opens a url chrome-extension:///

Depending on addon you could use that

I want to use Extension for Disabling CSS,JS,IMG

Can I do that in OpenBullet itself , without using any extension???

You can use JS to rewrite the CSS and HTML

1 Like

Can you please tell me how to do that,
It will mean a lot to me

There are a few different ways to do it. The easiest I think would be to use a userscript.

Install a userscript manager like Tampermonkey and look at userscripts that manipulate JS and CSS for a general idea on what needs to be done.

Some examples of CSS would be looking for the video screen resize scripts that auto change the video to fit in the whole browser screen and for HTML maybe the ones that add additional buttons/text/html to pages.

1 Like

I do use Violet Monkey,
So, can you please tell me some User Script “Name” for removing CSS

It will be ease for me

Thank you

Also instead of deleting CSS you can override CSS by adding it directly to the HTML and ending each one with !important

Thats what I did for a few video sites to move all header and banner to the bottom and resize the video player to use the whole browser screen no matter what size it is