GithubHelp home page GithubHelp logo

cssmapper's Introduction

CSSMapper

介绍

外部的css通常被压缩,调试起来比较麻烦,通常存到本地调试。利用这个小书签工具可以直接映射到本地的源文件上修改。

不用刷新页面,只需"update!"相应的CSS文件。配合Firebug实时调整HTML,很方便。

使用

添加下面代码到书签中:


javascript:(function(){var hd=document.getElementsByTagName('head')[0],script=document.createElement('script');script.src='http://hikejun.com/demo/debugExternalCss.js';script.type='text/javascript';script.charset='utf-8';hd.appendChild(script);})();

线上的css文件可以对应映射到本地的css文件上进行调试。修改后,点“update!”实时查看修改效果。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.