Skip to content

Instantly share code, notes, and snippets.

View p10shinde's full-sized avatar

Pankaj Shinde p10shinde

View GitHub Profile
@p10shinde
p10shinde / background.js
Created November 7, 2016 16:04
ChromeExtesnion
var actvTabId;
var toggle = false;
chrome.browserAction.onClicked.addListener(function(tab)
{
ws = new WebSocket("ws://127.0.0.1:1234/");
toggle = !toggle;
@p10shinde
p10shinde / background.js
Last active May 6, 2023 00:22
ChromeAddOnKit
//create new window of type panel
var run =0;
var win_id;
var ifClosed=1;
var vid=0;
var xx ;
var actvTabId;
chrome.browserAction.onClicked.addListener(function(tab)
@p10shinde
p10shinde / 0_reuse_code.js
Created October 27, 2016 10:13
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console