Customize your internet with text replacement strategies.
This extension runs through webpages, applying your find and replace rules. You can define rules in the extension's options page. They simply consist in :
- Match : either a string or a regular expression
- Replacement : either a string or a function that receives arguments (node, match), where 'node' is the DOM node in which there was a match and 'match' the result array (as returned by RegExp.prototype.exec())
So you can simply find/replace strings ('keyboard' -> 'leopard' for instance) or take it to another level and use custom functions to apply CSS to substrings, move them through the DOM and so forth.
You can configure the extension through the extensions page (chrome://extensions/)
Latest reviews
- (2022-08-30) billy Mr: It does not take effect when I replace it with an empty character.
- (2022-05-12) Mike Geesing: Does exactly what I was looking for.
- (2020-12-06) Johnny Sun: rarely works, when it does is really slow, would not recommend
- (2017-10-14) Jean C: For some reason apostrophes/single quotes in Feedly show as their HTML entity ('). I finally got sick of this. This extension did exactly what I needed! The ability to use regex and functions is great.
- (2017-03-21) Eric Tully: Excellent. Works very well. Very simple to use. Especially great if you love regular expressions.
- (2015-10-09) SSSoya_MAL MSR: i love it.. hope you can add in this feature.. - import/export - group/folder - make it sortable