הצעת ייעול | שדרוג חיפוש גוגל
-
@סודי-סודי ככה אמור להיות
@פלורידה האיר את עיני שזה לא עובד בfirefox, צריך להוסיף לקוד סוגריים ריקים בסוף
javascript:bootbox.prompt({title:'<div style="text-align: center;"><img src="/assets/uploads/files/1625950269825-mt-google.png" width="400"></div>',placeholder:'כתוב מילים לחיפוש ב Google',buttons:{confirm:{label:'חיפוש'},cancel:{label:'ביטול'}},backdrop:true,callback:function(result){if(result!=null&&result!=''){var a=document.createElement('a');a.href='https://www.google.co.il/search?q=site:mitmachim.top '+encodeURIComponent(result.trim());a.target='_blank';a.click();}}})();
-
javascript:bootbox.prompt({title:'<div style="text-align: center;"><img src="/assets/uploads/system/site-logo.png" width="400"></div>',placeholder:'כתוב מילים לחיפוש ב Google',buttons:{confirm:{label:'חיפוש'},cancel:{label:'ביטול'}},backdrop:true,callback:function(result){if(result!=null&&result!=''){var a=document.createElement('a');a.href=`https://www.google.co.il/search?q=site:${location.hostname} ${encodeURIComponent(result.trim())}`;a.target='_blank';a.click();}}})();
בחלק מהפורומים התמונה לא באותו נתיב, אז היא לא תעלה
אפשר לעשות את זה בלי תמונה:javascript:bootbox.prompt({title:'<h1 style="text-align: center;">חיפוש Google בפורום</h1>',placeholder:'כתוב מילים לחיפוש ב Google',buttons:{confirm:{label:'חיפוש'},cancel:{label:'ביטול'}},backdrop:true,callback:function(result){if(result!=null&&result!=''){var a=document.createElement('a');a.href=`https://www.google.co.il/search?q=site:${location.hostname} ${encodeURIComponent(result.trim())}`;a.target='_blank';a.click();}}})();