Skip to content

Instantly share code, notes, and snippets.

View tanmayrajani's full-sized avatar
💭
I may be slow to respond.

Tanmay Rajani tanmayrajani

💭
I may be slow to respond.
View GitHub Profile
@tanmayrajani
tanmayrajani / settings.json
Created January 3, 2020 10:41
current vscode settings.json
// Place your settings in this file to overwrite the default settings
{
"material-icon-theme.showWelcomeMessage": false,
"workbench.iconTheme": "material-icon-theme",
"material-icon-theme.showUpdateMessage": false,
"editor.formatOnSave": false,
"git.confirmSync": false,
"editor.tabCompletion": "on",
"telemetry.enableTelemetry": false,
"workbench.colorCustomizations": {
javascript: (function() {
document.querySelectorAll('img:not([alt*="profile picture"])').forEach(e => {
var t = e.attributes.getNamedItem("srcset").value;
window.open(t.substring(t.indexOf("750w,") + 5, t.indexOf("1080w") - 1))
});
}())