Find-and-Replace-Browser-Extension icon indicating copy to clipboard operation
Find-and-Replace-Browser-Extension copied to clipboard

RegEx Search & Replace Extension for Chrome and Firefox browsers :mag: :clipboard: :pencil: :rocket: :mortar_board:

Results 36 Find-and-Replace-Browser-Extension issues
Sort by recently updated
recently updated
newest added

Facebook uses contenteditables and keeps the text content in JavaScript variables (separately). When I insert my markup, and replace text, their JavaScript immediately restores the previous state (switches back to...

The extension doesn't work for CodeMirror. The CodeMirror plugin uses a textarea only for user input, but then they reflect the text changes in a nicely formatted DOM widget. We...

After initializing the search widget and starting the search inside an iframe that contains textareas, the `width` and `height` CSS properties are initially set correctly but later collapse to 0....

It should be double-checked that Content Security Policy (such as `default-src 'none'; script-src 'self'; connect-src 'self'; img-src 'self'; style-src 'self'; frame-src 'self'; child-src 'self'; object-src 'self';`) doesn't block the standard...

It doesn't allow us to insert marks or any formatting as all inserted content is immediately filtered. The only tag which is not filtered out is `` and Quora uses...

I noticed that if I highlight text in a page and right-click that this is displayed in the context menu. Is there a way to disable this unless it's in...