This file contains 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 itunes Large Cover | |
// @namespace https://github.com/larvata | |
// @version 0.1 | |
// @description click album cover for download it as 1200x1200 resulotion. | |
// @match https://itunes.apple.com/*/album/* | |
// @copyright 2013+, Larvata | |
// ==/UserScript== | |
var artworks=document.getElementsByClassName('artwork'); |
This file contains 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 JUST-DICE | |
// @namespace http://use.i.E.your.homepage/ | |
// @version 0.1 | |
// @description enter something useful | |
// @match https://just-dice.com/* | |
// @copyright 2012+, You | |
// ==/UserScript== | |
///////// CONST ///////// |
This file contains 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 JUST-DICE | |
// @namespace http://use.i.E.your.homepage/ | |
// @version 0.1 | |
// @description enter something useful | |
// @match https://just-dice.com/* | |
// @copyright 2012+, You | |
// ==/UserScript== | |
///////// CONST ///////// |
This file contains 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 BTC-DICE | |
// @namespace http://use.i.E.your.homepage/ | |
// @version 0.1 | |
// @description enter something useful | |
// @match http://www.btc-dice.com/* | |
// @copyright 2012+, You | |
// ==/UserScript== | |
///////// CONST ///////// |
This file contains 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 oricon Large Cover | |
// @namespace http://use.i.E.your.homepage/ | |
// @version 0.1 | |
// @description enter something useful | |
// @match http://www.oricon.co.jp/rank/* | |
// @copyright 2012+, You | |
// ==/UserScript== | |
$.each($(".item_img>div:first-child>a"),function(i,obj){ |
This file contains 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
using System.Collections.Specialized; | |
using System.Configuration; | |
using System.Reflection; | |
using System.Web.Configuration; | |
namespace TinyMess.Common | |
{ | |
internal static class ConfigurationManagerWrapper | |
{ | |
private static bool IsAspDotNet { get; set; } |
This file contains 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
public class BuffWalker | |
{ | |
public byte[] Buffer; | |
private uint _positon; | |
public EndiannessEnum Endianness { get; set; } | |
public long RestBytesCount | |
{ | |
get { return this.Buffer.LongLength - _positon; } | |
} |
This file contains 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
# draft | |
# view current data quota | |
sudo iptables -nvL -t filter --line-numbers | |
# init | |
sudo iptables -I OUTPUT -p tcp --sport <target-port> -m quota --quota <quota-bytes> -j ACCEPT | |
sudo iptables -I OUTPUT -p tcp --sport <target-port> -j DROP | |
# reset quota |
This file contains 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 plus full size image | |
// @namespace http://larvata.me/ | |
// @version 0.1 | |
// @description enter something useful | |
// @author Larvata | |
// @match *://*.googleusercontent.com/* | |
// @grant none | |
// ==/UserScript== |
This file contains 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 twitter full size image | |
// @namespace https://github.com/larvata | |
// @version 0.3 | |
// @description always get the hi-res image from twitter | |
// @author Larvata | |
// @match https://pbs.twimg.com/* | |
// @grant none | |
// @license MIT | |
// ==/UserScript== |
OlderNewer