Skip to content

Instantly share code, notes, and snippets.

@Mido22
Mido22 / download-vsix-link
Last active January 12, 2023 14:57
In Visual Studio Code: for adding a download link to download extension in .vsix format to install offiline
// ==UserScript==
// @name monkeyBusiness.manHasNoName
// @namespace https://gist.github.com/Mido22
// @include http://blank.org/*
// @version 0.0.0
// @require https://code.jquery.com/jquery-3.1.1.slim.min.js
// @require https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js
// @resource bootstrapCSS https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css
// @grant GM_addStyle
// @grant GM_getResourceText
// ==UserScript==
// @name ballfoot.goToIFrame
// @match http://www.p2pfree.net/view-live-video/*
// @version 1.0.0
// @grant none
// @namespace https://gist.github.com/Mido22
// ==/UserScript==
(function(w, d){
'use strict'
// ==UserScript==
// @name only video
// @match http://10livestreams.com/*
// @version 1.0.3
// @grant none
// @namespace https://gist.github.com/Mido22
// ==/UserScript==
(function(w, d){
'use strict'
@Mido22
Mido22 / gmailMarkAll.user.js
Last active October 13, 2016 21:41
for google inbox, select all and delete all buttons
// ==UserScript==
// @name gmail mark read
// @match https://inbox.google.com/*
// @version 1.0.3
// @grant none
// @namespace https://gist.github.com/Mido22
// @downloadURL https://gist.github.com/Mido22/5b14c63636b3874902e47a8e1f6c4f74
// ==/UserScript==
(function(w, d){