Skip to content

Instantly share code, notes, and snippets.

@SonoSooS
SonoSooS / aaasoundcloud_single.lua
Last active August 1, 2018 06:11
SoundCloud music playlist plugin for VLC
--[[--
aaasoundcloud_single.lua - SonundCloud track parser
Copyright (C) 2016-2018 Sono (https://github.com/MarcuzD)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as
published by the Free Software Foundation, either version 3, or
(at your option) any later version.
This program is distributed in the hope that it will be useful, but
// ==UserScript==
// @name BlockBlockAdBlock
// @namespace http://ipex.pw
// @version 0.1
// @description Block the BlockAdBlock script
// @author Dylan Beswick
// @match *://*/*
// @grant none
// ==/UserScript==
/* jshint -W097 */
@bijij
bijij / viewimage.user.js
Last active March 3, 2024 16:28
Userscript version of the View Image chrome extension
// ==UserScript==
// @name View Image
// @namespace https://github.com/bijij/ViewImage
// @version 4.1.1
// @description This userscript re-implements the "View Image" and "Search by image" buttons into google images.
// @author Joshua B
// @run-at document-end
// @include http*://*.google.tld/search*tbm=isch*
// @include http*://*.google.tld/imgres*
// @updateURL https://gist.githubusercontent.com/bijij/58cc8cfc859331e4cf80210528a7b255/raw/viewimage.user.js
// ==UserScript==
// @name Disable onmousedown in Google search results page
// @namespace https://gist.github.com/chris-kwl/6172eb00971ab81bf99a213682b42e21
// @include http://www.google.tld/search?*
// @include https://www.google.tld/search?*
// ==/UserScript==
(function () {
var disableOnmousedown = function (node) {
var a, i;