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== |
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 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
// ==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 middle-click autoscrolling | |
// @description Disable middle-click autoscrolling | |
// @author ? | |
// @match http://*/* | |
// @match https://*/* | |
// @run-at document-start | |
// ==/UserScript== | |
(function() { |
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 Drag To Scroll Image | |
// @namespace https://gist.github.com/justdanpo | |
// @version 0.4 | |
// @description Drag To Scroll Image | |
// @author den_po | |
// @match http://*/* | |
// @match https://*/* | |
// @match file://* | |
// @grant none |
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 Block vk.com ad posts | |
// @namespace https://gist.github.com/justdanpo | |
// @version 0.9 | |
// @description Block vk.com ad posts | |
// @author den_po | |
// @include https://vk.com* | |
// @grant none | |
// ==/UserScript== |
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 gist.github.com updateable raw links | |
// @namespace https://gist.github.com/justdanpo | |
// @version 0.3 | |
// @description gist.github.com updateable raw links | |
// @author den_po | |
// @match https://gist.github.com/* | |
// @grant none | |
// @run-at document-end | |
// ==/UserScript== |
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 vk.com: force HTML5 audio in Vivaldi/Opera + Windows 7 | |
// @namespace https://gist.github.com/justdanpo | |
// @version 0.1 | |
// @description vk.com: force HTML5 audio in Vivaldi/Opera + Windows 7 | |
// @author den_po | |
// @include https://vk.com/* | |
// @include https://*.vk.com/* | |
// @run-at document-start | |
// @grant none |
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 vk.com: force Flash audio in Vivaldi/Opera | |
// @namespace https://gist.github.com/justdanpo | |
// @version 0.1 | |
// @description vk.com: force Flash audio in Vivaldi/Opera | |
// @author den_po | |
// @include https://vk.com/* | |
// @include https://*.vk.com/* | |
// @run-at document-start | |
// @grant none |
OlderNewer