What's a simple way in Google Chrome to insert Javascript into sites?
问题 I would like to be able to add custom snippets of javascript to any site that matches a regex. This is mostly because of sites that I use daily because of specialized content, but which have a poor design. I want to be able to do something like: Visit site See that sidebar overwrites content Whip out developer tools, find div id for sidebar Edit a snippet of javascript which is executed on document.ready for this domain: $('#sidebar-right').remove(); A bit of searching for user scripts tells