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 Music Download | |
// @namespace bo33b | |
// @description Simple and lightweight VK music download enabler. | |
// @downloadURL https://gist.github.com/bo33b/092f3c0cdb47365ffd9d/raw/vkmusic.user.js | |
// @version 3.4 | |
// @include http://vk.com/* | |
// @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 No TP-LINK Lockouts | |
// @namespace bo33b | |
// @description Re-enable router web interface blocked actions. | |
// @downloadURL https://gist.github.com/bo33b/518688b79ecc98be8e1b/raw/tplink.user.js | |
// @include http://192.168.1.1/userRpm/* | |
// @include http://www.tp-link.com/resources/simulator/* | |
// @version 1.0 | |
// @grant none | |
// @run-at document-start |
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 Username Filler | |
// @namespace bo33b | |
// @description Fill in a username in any login form | |
// @downloadURL https://gist.github.com/bo33b/962c2f2418933ab30918/raw/username.user.js | |
// @include https://accounts.google.com/ServiceLogin* | |
// @version 1.0 | |
// @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 Google Dictionary | |
// @namespace bo33b | |
// @description Clean Google Dictionary | |
// @downloadURL https://gist.github.com/bo33b/41365a417f7fdf842f4d/raw/dictionary.user.js | |
// @version 5.1.1 | |
// @include https://www.google.com/search?q=define+* | |
// @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
body { | |
color: #333; | |
font-family: 'Segoe UI', 'Lucida Grande', Helvetica, sans-serif; | |
line-height: 1.5; | |
margin: 50px auto; | |
max-width: 800px; | |
} | |
h1, h2, h3, h4, h5, h6 { | |
font-weight: normal; |
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
import("https://hongru.github.io/proj/canvas2image/canvas2image.js").then(function(module) { | |
alert("module ready"); | |
let width=1500;height=950; | |
Canvas2Image.saveAsJPEG(canvasObj, width, height) | |
}); | |
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
Show hidden characters
[ | |
{ "keys": ["ctrl+,"], "command": "toggle_side_bar" }, | |
{ "keys": ["ctrl+."], "command": "toggle_minimap" }, | |
{ "keys": ["ctrl+up"], "command": "scroll_lines", "args": {"amount": 6.0 } }, | |
{ "keys": ["ctrl+down"], "command": "scroll_lines", "args": {"amount": -6.0 } }, | |
{ "keys": ["f5"], "command": "sftp_upload_file" }, | |
{ "keys": ["ctrl+f5"], "command": "sftp_upload_open_files" } | |
] |
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
#https://web.archive.org/web/20160925022840/http://paste.osmc.io/raw/qiyekuvafe | |
#!/bin/sh | |
sudo apt-get update -y | |
sudo wget http://apt.osmc.tv/pool/main/a/a2dp-app-osmc/a2dp-app-osmc_1.0.7_all.deb -O a2dp.deb | |
sudo dpkg -i a2dp.deb | |
sudo apt-get -f -y install | |
sudo reboot | |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"/> | |
<title>uuid one-liners</title> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/benchmark/1.0.0/benchmark.min.js"></script> | |
<script src="./suite.js"></script> | |
</head> | |
<body> | |
<h1>Open the console to view the results</h1> |
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 Duolingo Russian | |
// @description Duolingo Russian | |
// @namespace bo33b | |
// @author bo33b | |
// @version 1.1 | |
// @match https://www.duolingo.com/* | |
// @grant none | |
// ==/UserScript== |
OlderNewer