This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Center Image | |
// @namespace https://gist.github.com/justdanpo | |
// @version 0.2 | |
// @description Open images centered | |
// @author den_po | |
// @match http://*/* | |
// @match https://*/* | |
// @match file://* | |
// @run-at document-end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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% |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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== |
NewerOlder