Skip to content

Instantly share code, notes, and snippets.

@justdanpo
justdanpo / disable-google-redirect.user.js
Last active August 8, 2016 11:26
Disable Google Redirect
// ==UserScript==
// @name Disable Google Redirect
// @namespace https://gist.github.com/justdanpo
// @version 1.3
// @description Disable Google Redirect
// @author den_po
// @include http://www.google.com*
// @include https://www.google.com*
// @include http://www.google.ru*
// @include https://www.google.ru*
@justdanpo
justdanpo / build-vivaldi.bat
Last active August 21, 2018 10:19
build Vivaldi browser
@echo off
:: copy Vivaldi\Application\{version}\resources\vivaldi into %targetdir%\resources
set sourcedir=%~dp0vivaldi-source
set targetdir=%sourcedir%\out\Release
set threads=2
set "GYP_DEFINES=component=shared_library fastbuild=0"
cd %sourcedir%
@justdanpo
justdanpo / ctrl-lclick-save-image.user.js
Last active July 27, 2016 00:55
Ctrl+LeftClick to save image
// ==UserScript==
// @name Ctrl+LeftClick to save image
// @namespace https://gist.github.com/justdanpo
// @version 0.1
// @description Ctrl+LeftClick to save image
// @author den_po
// @match http://*/*
// @match https://*/*
// @grant none
// ==/UserScript==