Skip to content

pratyushmittal/Regex-Search-Bookmarklet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

REGEX Search Bookmarklet-

RE-Find (will fix link) - <== Bookmarklet

javascript:(function(){if(window.myBookmarklet!==undefined){myBookmarklet();}else{document.body.appendChild(document.createElement('script')).src='https://github.com/pratyushmittal/Regex-Search-Bookmarklet/raw/master/bookmarklet.js';}})();

REGEX Search Bookmarklet lets your do a regular expressions search on any web-page.

To use it, just Drag & Drop RE-Find (to your bookmarklets bar)


Below are other details (only if your are interested in the code):


Modified from the original Bookmarklet of D. Patrick Caldwell

Included jQuery

Did an aggressive compression using JSMIN.

Created Bookmarklet using: javascript:(function(){if(window.myBookmarklet!==undefined){myBookmarklet();}else{document.body.appendChild(document.createElement('script')).src='LINK-To-JS-File';}})();

About

Bookmarklet to do a Regular Expression search on any webpage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published