# Clone Project From Github
git clone https://github.com/test/test.git
Tools Used:
after install git make file call.bat
contains bash_git path
and the shell_script file
that we want to run it from windows using batch script
cmd /c ""C:\Program Files\Git\bin\bash.exe" --login -i -- H:\myshell.sh"
after that goto obsidian workspace folder create file .gitignore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var result = ""; | |
// for each on all elements in div with id "grid" | |
var elements = document.getElementById("grid").children; | |
// get all children divs in div with id "grid" | |
for (var i = 0; i < elements.length; i++) { | |
// get the current element | |
var element = elements[i]; | |
// add the class "selected" to the current element | |
element.classList.add("selected"); | |
// after that click on ocr button |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name WhatsApp Sort Unreaded Messages | |
// @namespace http://tampermonkey.net/ | |
// @version 1.0 | |
// @description Web WhatsApp Sort Unreaded Messages Based On Rearest datetime | |
// @author @hsayed21 | |
// @match https://web.whatsapp.com/ | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=whatsapp.com | |
// @updateURL https://gist.github.com/hsayed21/36195f69519e040642624a0a3f8dd705.js | |
// @downloadURL https://gist.github.com/hsayed21/36195f69519e040642624a0a3f8dd705.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Odoo Auto Sort | |
// @namespace http://tampermonkey.net/ | |
// @version 1.0 | |
// @description try to take over the world! | |
// @author @hsayed21 | |
// @match https://www.posbank.me/web | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=posbank.me | |
// @updateURL https://gist.github.com/hsayed21/288fce3d49fb0d68ba03f05ee11ca73f.js | |
// @downloadURL https://gist.github.com/hsayed21/288fce3d49fb0d68ba03f05ee11ca73f.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Open Ticket in New Tab | |
// @namespace http://tampermonkey.net/ | |
// @version 1.0 | |
// @description try to take over the world! | |
// @author @hsayed21 | |
// @match https://www.posbank.me/web | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=posbank.me | |
// @updateURL https://gist.github.com/hsayed21/45dfe751d552ea9ce44386439ae8a5dc.js | |
// @downloadURL https://gist.github.com/hsayed21/45dfe751d552ea9ce44386439ae8a5dc.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Medium Paywall Bypass | |
// @namespace Violentmonkey Scripts | |
// @run-at document-start | |
// @match *://*.medium.com/* | |
// @match *://medium.com/* | |
// @match *://*/* | |
// @grant none | |
// @version 2.3 | |
// @inject-into content |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Facebook Send Friend Request | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description try to take over the world! | |
// @author @hsayed21 | |
// @match https://www.facebook.com/profile.php?id=*&sk=friends | |
// @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== | |
// @grant none | |
// ==/UserScript== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Odoo Auto Fill Ticket | |
// @namespace http://tampermonkey.net/ | |
// @version 1.1 | |
// @description Auto fill Odoo ticket forms after page load | |
// @author @hsayed21 | |
// @match https://www.posbank.me/web | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=posbank.me | |
// @updateURL https://gist.github.com/hsayed21/397dd3442ccce86216d64b6021ec28b4.js | |
// @downloadURL https://gist.github.com/hsayed21/397dd3442ccce86216d64b6021ec28b4.js |