This file contains hidden or 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 Google Account Chooser - auto select Wix account | |
| // @namespace http://splintor.wordpress.com/ | |
| // @version 1.0.4 | |
| // @description Automatically login to your @wix.com account in Google Account Chooser | |
| // @author Shmulik Flint | |
| // @match https://accounts.google.com/signin/* | |
| // @match https://accounts.google.com/AccountChooser* | |
| // @match https://accounts.google.com/o/oauth2/auth* | |
| // @match https://accounts.google.com/o/oauth2/v*/auth* |
This file contains hidden or 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 JIRA Auto-login | |
| // @version 0.3 | |
| // @description Click the auto-login link when JIRA is not connected | |
| // @author Shmulik Flint | |
| // @match https://jira.wixpress.com/* | |
| // @icon https://jira.wixpress.com/s/axu8xe/803004/0ce41cd00ea738d648224bf4342ed953/_/images/fav-jsw.png | |
| // @updateURL https://gist.github.com/splintor/7982159b7488b92505d27b7ecc594b6e/raw | |
| // @downloadURL https://gist.github.com/splintor/7982159b7488b92505d27b7ecc594b6e/raw | |
| // ==/UserScript== |
This file contains hidden or 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 Zap.co.il Highlight diffs in compare window | |
| // @namespace http://shmulik.flint.org/ | |
| // @version 0.2 | |
| // @description Highlight different rows when comparing items | |
| // @author Shmulik Flint | |
| // @match https://www.zap.co.il/compare.aspx?* | |
| // @updateURL https://gist.github.com/splintor/00b77e6ceefaaa5708bc15546b49aa8c/raw | |
| // @downloadURL https://gist.github.com/splintor/00b77e6ceefaaa5708bc15546b49aa8c/raw | |
| // @grant GM_addStyle |
This file contains hidden or 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 Github - Format pull request message | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description Set default value for new PR description | |
| // @author Shmulik Flint | |
| // @match https://github.com/wix-private/*/compare/* | |
| // @grant none | |
| // ==/UserScript== |
This file contains hidden or 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 GitHub - add search term in search results header | |
| // @namespace http://shmulik.flint.org/ | |
| // @version 0.1 | |
| // @description Make it clear what we were looking for. | |
| // @author Shmulik Flint | |
| // @match https://github.com/search* | |
| // @updateUrl https://gist.github.com/splintor/d42b5d6fe95361a0a9b9951f6aabe739/raw | |
| // @grant none | |
| // ==/UserScript== |
This file contains hidden or 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 Quizlet - Hide accent bar | |
| // @namespace http://shmulik.flint.org/ | |
| // @version 0.1 | |
| // @description Hide Quizlet accent bar which is annoying and not needed if you have proper keyboard | |
| // @author Shmulik Flint | |
| // @match https://quizlet.com/* | |
| // @updateUrl https://gist.github.com/splintor/e466f39814f1c51995bb6a40fb6a6314/raw | |
| // @grant GM_addStyle | |
| // ==/UserScript== |
This file contains hidden or 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==Cibus - Set initial sorting | |
| // @name | |
| // @namespace http://shmulik.flint.org/ | |
| // @version 0.1 | |
| // @description Make Cibus sort by minimum orders number | |
| // @author Shmulik Flint | |
| // @match https://www.mysodexo.co.il/* | |
| // @updateUrl https://gist.github.com/splintor/368fd331dfe7ce55ffd69e4bc94e53e3/raw | |
| // @grant none | |
| // ==/UserScript== |
This file contains hidden or 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 Giphy - add Markdown format | |
| // @namespace http://splintor.wordpress.com/ | |
| // @version 0.3 | |
| // @description Enable to paste the GIF directly in a GitHub comment or anywhere else that requires a Markdown syntax | |
| // @author splintor@gmail.com | |
| // @updateUrl https://gist.github.com/splintor/d17771cf706a5d874222651577be7e8a/raw | |
| // @match https://giphy.com/* | |
| // ==/UserScript== |
This file contains hidden or 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 GitHub - Add Path Search | |
| // @namespace http://splintor.wordpress.com/ | |
| // @version 0.2 | |
| // @description Enable easy searching in a specific path | |
| // @author splintor@gmail.com | |
| // @updateUrl https://gist.github.com/splintor/8d3f12b86962efe5dcacb28ca15aa87d/raw | |
| // @match https://github.com/* | |
| // ==/UserScript== |
This file contains hidden or 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
| .widget-box { text-align: center } | |
| .widget-box h2::after { display: none } | |
| .site-nav > ul > li.current-menu-item > a { color: #fdd200 } | |
| form.search-form { | |
| background-color: white; | |
| margin-top: 7px; | |
| } | |