P
P
Petr Erokhin2016-06-20 21:05:48
css
Petr Erokhin, 2016-06-20 21:05:48

How to include styles through the browser?

Tell me, is it possible to connect styles through the browser?
The task is to fix the layout on the site, but there is no direct access to the site files.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
O
Oleg, 2016-06-20
@oxxxyhuyoxxxy

Install the browser extension and style any sites, here on chrome

S
soulness, 2016-06-20
@soulness

no way. to fix anything, you need files and overwrite access for them.
using jquery like this:

$('body').append('<link rel="stylesheet" type="text/css" href="{url}">');

K
Kirill Kublyakov, 2016-06-20
@Kublyakov

If it’s for editing, then I advise this livestyle.io - Emmet LiveStyle.

S
Sergey Goryachev, 2016-06-21
@SergeGoryachev

If only for you, then in general you can save your page and styles to your local machine and edit as much as you like.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question