Есть проблема, сайт это лютое говно в плане кеширования.
Ну или я не разобрался в творчестве, но это не суть.
Суть в том что мне надо править js, но кеш сдесь сбрасывается странно, чтобы его сбросить приходится делать много телодвижений. А нужно править js, я имею только админ доступ к редактированию страниц, но не имею возможность укачать сайт на локальную машину.
Есть ли расширения чтобы подменивать js на своем браузере чтобы его править и видеть результат.
6
down vote
I'd like to get back to Fiddler. After having played with that for a while, it is clearly the best way to edit any web requests on-the-fly. Being JavaScript, POST, GET, HTML, XML whatever and anything. It's free, but a little tricky to implement. Here's my HOW-TO:
To use Fiddler to manipulate JavaScript (on-the-fly) with Firefox, do the following:
1) Download and install Fiddler
2) Download and install the Fiddler extension: "3 Syntax-Highlighting add-ons"
3) Restart Firefox and enable the "FiddlerHook" extension
4) Open Firefox and enable the FiddlerHook toolbar button: View > Toolbars > Customize...
5) Click the Fiddler tool button and wait for fiddler to start.
6) Point your browser to Fiddler's test URLs:
Echo Service: http://127.0.0.1:8888/
DNS Lookup: http://www.localhost.fiddler:8888/
7) Add Fiddler Rules in order to intercept and edit JavaScript before reaching the browser/server. In Fiddler click: Rules > Customize Rules.... [CTRL-R] This will start the ScriptEditor.
8) Edit and Add the following rules:
Что-то нарыл в таком духе, но выглядит сложно.
Есть ли более простой вариант.
Слышал что есть инструменты позволяющий укачать все js css для страницы чтобы работать локально.
Но я пока с этим не сталкивался.
Подскажите чтонибудь такое.