Inspect element, customize sites

how do I force the changes I make through the "inspector" permanent for certain sites?

Attached: 1537590042565.png (1141x823, 75K)

Other urls found in this thread:

github.com/gorhill/uBlock/wiki/Static-filter-syntax#cosmetic-filters
developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Your_first_WebExtension
twitter.com/NSFWRedditGif

use wget and do a put request to the html webpage with your modified version as the payload.

fuck that. I wanna fuck around with inspector and keep changes

create your own script on tampermonkey

>If CSS
Userstyle
>If JavaScript
Userscript

With Stylus and Violentmonkey respectively.

but I'm not good enough and sites are too chaotic to know which option does what. inspector allowes me to fuck around until I get what I need, but then I don't know all the options that were changed and how to write that shit

It seems it's time to learn.
Just learn what are elements, ids and classes.
The properties and values you're obviously modifying already.

but inspector has checkmarks next to settings which I can disable. how does that even work if I were to write stuff?

You don't write them.
You only write what you need (or don't uncheck).
For example:
body {
background: blue !important;
}

how do I make the site ignore "uncheck" a certain existing rule?

also, inspector is great because it lets me delete entire elements

>You don't write them.
In my example above I changed the background color.
Now let's say I don't care about what color is, I simply ignore it and include the properties I actually want to change.

>I simply ignore it and include the properties I actually want to change.
but then the existing rule on the website still applies. which I don't want for certain settings. also:

In that case you change them.
There are properties for that.

I can delete entire elements?

Properties as 'visibility: hidden' or 'display: none.

you might have to learn some basic javascript, but it can be as simple as this in your violentmonkey script:
document.querySelector('div.box span.thing').remove()

get the css path to the node by right clicking on it in inspector and doing copy selector

>right clicking on it in inspector and doing copy selector
oh that would be nice, didn't know about that.
>document.querySelector('div.box span.thing').remove()
is this for in violentmonkey or some other firefox extension?

yes put that in your userscript for the site

thanks for the help user

If it's css you can just add it to your ublock origin custom filters
4channel.org##body:style(background: #FFF !important)
github.com/gorhill/uBlock/wiki/Static-filter-syntax#cosmetic-filters

OP wants to become HACKERMAN

Are you like 14?

hey user you're a complete retard but curiosity is a good thing.

I agree. Every expert started out like OP.

I don't want to use it on Jow Forums, I just used that pic because I had to include a pic.

You do realize even if you use browser extensions to make your changes permanent, you're effectively changing the code that runs on your browser, and nothing else, right?

gr8 b8 m8 i r8 8

>You do realize even if you use browser extensions to make your changes permanent, you're effectively changing the code that runs on your browser, and nothing else, right?
yeah duh, I want to declutter a website I regularly use, and make the main content actually fill the screen while removing all the garbage I don't need.

developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Your_first_WebExtension

/thread

you don't /thread your own post retard.

lol

first of all, this: second of all, I'm not gonna make an extension for a single site for my own use.

That post quite literally ends the thread, though, so it's permissable in this case. Now go brush your teeth, son.

userscripts is what you'd use for what OP wants, not that garbage you retarded brainlet.

Attached: 1536894038724.jpg (403x448, 25K)

First of all, samefag. (Obvious same spelling). Second of all, sage goes in all fields.

also, enjoy the ban.

Attached: 1527334790151.png (1091x193, 22K)

I genuinely feel sorry for how much of a brainlet you are

It's literally an extension that allows you to add JavaScript. How is that any different from creating your own, you fucking retard?

>samefagging this hard.
sage to hell lul

Ever tried just pressing F9?

did I say the main content was text? I don't think I did

look at this retard with this retarded thread being snarky to everyone. sage serves you right. dont ever come back.

you're really trying your hardest to derail this thread

I agree with him. You've already been given all the help you actually need and you're still trying your best to act like a sassy homosexual in a romcom.

hey man we all can see the ip count not increasing.

Attached: fuck-off.png (996x525, 27K)

Is this how you wanna spend your saturday night user-kun.

hey brainlet, the OP was already done, so was the thread, until you came here with your brainlet suggestion and bumped the thread out of the grave.

>bumped the thread out of the grave
>3.5 minutes after the last post

Attached: logo.png (584x251, 21K)

see:

Hi newfag! First, Jow Forums is not your personal tech support team. Please don't make threads for low quality questions like this. There are generals for this kind of stuff, such as /sqt/ - stupid question thread.

Thanks for your patience, and please keep this in mind during your next visit!

sage

Attached: teenagers-dont-know-when-to-quit.png (578x561, 26K)

>europe goes to bed
>amerifags wake up
>Jow Forums turns to absolute shit

p sure it's just 1 guy that thinks he's smart for acting like a retard.

Write a chrome/browser extension

Just use the element zapper in uBlock Origin user