-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfind-text.min.js
More file actions
6 lines (6 loc) · 1.16 KB
/
Copy pathfind-text.min.js
File metadata and controls
6 lines (6 loc) · 1.16 KB
1
2
3
4
5
6
/*Text finder for your projects and website that is fully compatible with all the type of devices
MADE BY YASHAS SLK - multi mentality
*Copyright (c) 2022 MultiMentality
*Mit license (https://github.com/Yashasmonkeycoder/find-text_plugin/blob/main/LICENSE)
*original files text-finder.js and text-finder.css(https://github.com/Yashasmonkeycoder/find-text_plugin)
*/const script=document.createElement('script');script.setAttribute('src','https://cdn.jsdelivr.net/gh/Yashasmonkeycoder/find-text_plugin@V1.0.3/text-finder.js',);script.setAttribute('async','');script.onerror=function (){console.log('error loading script.if you are facing more problem use V1.0.3 guide- https://multimentality.000webhostapp.com/accessories/find-text/info_2');};document.head.appendChild(script);const link=document.createElement('link');link.setAttribute('href','https://cdn.jsdelivr.net/gh/Yashasmonkeycoder/find-text_plugin@V1.0.3/text-finder.css',);link.setAttribute('rel','stylesheet');link.onerror=function (){console.log('error loading css, if you are facing more problem use V1.0.3 guide- https://multimentality.000webhostapp.com/accessories/find-text/info_2');};document.head.appendChild(link);