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
#!/usr/bin/env python | |
# -*- encoding: utf-8 -*- | |
import sys | |
import re | |
from System import String | |
from System.Text import Encoding | |
from System.IO import StringReader | |
from System.Net import WebClient, WebException | |
from Misuzilla.Applications.TwitterIrcGateway import NilClasses, Status, Statuses, User, Users | |
from Misuzilla.Applications.TwitterIrcGateway.AddIns import TypableMapSupport, ShortenUrlService |
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 random-surf | |
// @namespace http://www.hatena.ne.jp/hitode909 | |
// @include * | |
// ==/UserScript== | |
setInterval(function(){ | |
var anchors = document.querySelectorAll('a'); | |
var target = anchors[Math.floor(anchors.length * Math.random())]; |
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
require 'net/http' | |
@screen_name = "" | |
@password = "" | |
module Misuzilla::IronRuby | |
module TypableMap | |
include Misuzilla::Applications::TwitterIrcGateway::AddIns::TypableMap | |
@@commands = [] |
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
require 'net/http' | |
@screen_name = "" | |
@password = "" | |
module Misuzilla::IronRuby | |
module TypableMap | |
include Misuzilla::Applications::TwitterIrcGateway::AddIns::TypableMap | |
@@commands = [] |
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 muReTweet | |
// @namespace muretweet | |
// @description | |
// @include http://twitter.com/*/statuses/* | |
// @include http://twitter.com/*/status/* | |
// ==/UserScript== | |
//ReTweet用URLの生成////////////////// | |
///////postの内容を取得 |
NewerOlder