Last active
April 25, 2022 19:36
-
-
Save joshparkerj/7b44a4258c3bfc7927ca677652c5aaff to your computer and use it in GitHub Desktop.
reduce distractions on stackoverflow
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 No hot network questions | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description reduce distractions on stackoverflow | |
| // @author Josh Parker | |
| // @source https://github.com/joshparkerj/silly-internet-tricks/blob/main/stack/no-hot-network.user.js | |
| // @downloadURL https://gist.github.com/joshparkerj/7b44a4258c3bfc7927ca677652c5aaff/raw/no-hot-network-questions.user.js | |
| // @updateURL https://gist.github.com/joshparkerj/7b44a4258c3bfc7927ca677652c5aaff/raw/no-hot-network-questions.meta.js | |
| // @match https://stackoverflow.com/questions/* | |
| // @match https://*.stackexchange.com/questions/* | |
| // @match https://serverfault.com/questions/* | |
| // @match https://superuser.com/questions/* | |
| // @match https://askubuntu.com/questions/* | |
| // @icon https://www.google.com/s2/favicons?domain=stackoverflow.com | |
| // @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 No hot network questions | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description reduce distractions on stackoverflow | |
| // @author Josh Parker | |
| // @source https://github.com/joshparkerj/silly-internet-tricks/blob/main/stack/no-hot-network.user.js | |
| // @downloadURL https://gist.github.com/joshparkerj/7b44a4258c3bfc7927ca677652c5aaff/raw/no-hot-network-questions.user.js | |
| // @updateURL https://gist.github.com/joshparkerj/7b44a4258c3bfc7927ca677652c5aaff/raw/no-hot-network-questions.meta.js | |
| // @match https://stackoverflow.com/questions/* | |
| // @match https://*.stackexchange.com/questions/* | |
| // @match https://serverfault.com/questions/* | |
| // @match https://superuser.com/questions/* | |
| // @match https://askubuntu.com/questions/* | |
| // @icon https://www.google.com/s2/favicons?domain=stackoverflow.com | |
| // @grant none | |
| // ==/UserScript== | |
| (()=>{"use strict";function t(t){document.querySelector(t).setAttribute("style","display:none")}t("#hot-network-questions"),t(".s-sidebarwidget")})(); |
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 No hot network questions | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description reduce distractions on stackoverflow | |
| // @author Josh Parker | |
| // @source https://github.com/joshparkerj/silly-internet-tricks/blob/main/stack/no-hot-network.user.js | |
| // @downloadURL https://gist.github.com/joshparkerj/7b44a4258c3bfc7927ca677652c5aaff/raw/no-hot-network-questions.user.js | |
| // @updateURL https://gist.github.com/joshparkerj/7b44a4258c3bfc7927ca677652c5aaff/raw/no-hot-network-questions.meta.js | |
| // @match https://stackoverflow.com/questions/* | |
| // @match https://*.stackexchange.com/questions/* | |
| // @match https://serverfault.com/questions/* | |
| // @match https://superuser.com/questions/* | |
| // @match https://askubuntu.com/questions/* | |
| // @icon https://www.google.com/s2/favicons?domain=stackoverflow.com | |
| // @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 No hot network questions | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description reduce distractions on stackoverflow | |
| // @author Josh Parker | |
| // @source https://github.com/joshparkerj/silly-internet-tricks/blob/main/stack/no-hot-network.user.js | |
| // @downloadURL https://gist.github.com/joshparkerj/7b44a4258c3bfc7927ca677652c5aaff/raw/no-hot-network-questions.user.js | |
| // @updateURL https://gist.github.com/joshparkerj/7b44a4258c3bfc7927ca677652c5aaff/raw/no-hot-network-questions.meta.js | |
| // @match https://stackoverflow.com/questions/* | |
| // @match https://*.stackexchange.com/questions/* | |
| // @match https://serverfault.com/questions/* | |
| // @match https://superuser.com/questions/* | |
| // @match https://askubuntu.com/questions/* | |
| // @icon https://www.google.com/s2/favicons?domain=stackoverflow.com | |
| // @grant none | |
| // ==/UserScript== | |
| (()=>{"use strict";function t(t){document.querySelector(t).setAttribute("style","display:none")}t("#hot-network-questions"),t(".s-sidebarwidget")})(); |
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 No hot network questions | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description reduce distractions on stackoverflow | |
| // @author Josh Parker | |
| // @source https://github.com/joshparkerj/silly-internet-tricks/blob/main/stack/no-hot-network.user.js | |
| // @downloadURL https://gist.github.com/joshparkerj/7b44a4258c3bfc7927ca677652c5aaff/raw/no-hot-network-questions.user.js | |
| // @updateURL https://gist.github.com/joshparkerj/7b44a4258c3bfc7927ca677652c5aaff/raw/no-hot-network-questions.meta.js | |
| // @match https://stackoverflow.com/questions/* | |
| // @match https://*.stackexchange.com/questions/* | |
| // @match https://serverfault.com/questions/* | |
| // @match https://superuser.com/questions/* | |
| // @match https://askubuntu.com/questions/* | |
| // @icon https://www.google.com/s2/favicons?domain=stackoverflow.com | |
| // @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 No hot network questions | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description reduce distractions on stackoverflow | |
| // @author Josh Parker | |
| // @source https://github.com/joshparkerj/silly-internet-tricks/blob/main/stack/no-hot-network.user.js | |
| // @downloadURL https://gist.github.com/joshparkerj/7b44a4258c3bfc7927ca677652c5aaff/raw/no-hot-network-questions.user.js | |
| // @updateURL https://gist.github.com/joshparkerj/7b44a4258c3bfc7927ca677652c5aaff/raw/no-hot-network-questions.meta.js | |
| // @match https://stackoverflow.com/questions/* | |
| // @match https://*.stackexchange.com/questions/* | |
| // @match https://serverfault.com/questions/* | |
| // @match https://superuser.com/questions/* | |
| // @match https://askubuntu.com/questions/* | |
| // @icon https://www.google.com/s2/favicons?domain=stackoverflow.com | |
| // @grant none | |
| // ==/UserScript== | |
| (()=>{"use strict";function t(t){document.querySelector(t).setAttribute("style","display:none")}t("#hot-network-questions"),t(".s-sidebarwidget")})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment