Skip to content

Instantly share code, notes, and snippets.

@Nodws
Last active September 6, 2019 04:33
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
URL masking
<body style="padding:0; margin:0;height:100%;overflow:hidden"><iframe src="http://nodws.com" style="height: 100%;width:100% " allowtransparency="true" frameborder="0"></iframe></body>
{
"editor.fontFamily": "'Fira code', monospace",
"editor.fontLigatures": true,
"editor.fontSize": 13,
"workbench.activityBar.visible": false,
"workbench.colorTheme": "Monokai",
"php.validate.enable": true,
"php.validate.executablePath": "C:\\php\\php.exe",
"php.executablePath": "c:\\php\\php.exe",
"highlight-matching-tag.showPath": false,
"editor.occurrencesHighlight" : false,
"highlight-matching-tag.styles": {
"opening": {
"full":{
"surround": "rgba(255,0,90,.3)"
}
}
},
"[php]": {},
"files.associations": {
"*.tpl": "php",
".htaccess": "csharp"
},
"workbench.statusBar.feedback.visible": false,
"editor.wordWrap": "on",
"workbench.editor.revealIfOpen": true,
"breadcrumbs.enabled": false,
"markdown.preview.linkify": false,
"editor.links": false,
"search.followSymlinks": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment