Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name AutoPagerizeSITEINFOLoader.js
// @author edvakf
// @namespace http://d.hatena.ne.jp/edvakf/
// @description Help loading AutoPagerize SITEINFO
// @license The MIT License
// @version 0.2
// @include *
// @released 2010-06-06
// @updated 2010-06-06
// ==UserScript==
// @name searchalltabs.js
// @author edvakf (and thank you amachang for escapeXPathExpr)
// @namespace http://d.hatena.ne.jp/edvakf/
// @description An experimental UserJS to search for word from all tabs and move to the tab
// @license The MIT License
// @version 0.3
// @include *
// @released 2010-06-08
// @updated 2010-06-08
/* twicli plugin (http://twicli.neocat.jp/)
* multi-users.js
* 一度タイムラインを表示したことのあるユーザーのタイムラインを簡単に再表示することができます。
* 複数のユーザーのタイムラインを表示することも可能です。
* http://twitter.com/edvakf/status/20406609758
* http://twitter.com/edvakf/status/20406753129
*/
var viewed_users = [];
javascript:(function(){
var hintkeys = 'asdfghjkl';
function createText(num) {
var text = '', l = hintkeys.length, iter = 0;
while (num >= 0) {
var n = num;
num -= Math.pow(l, 1 + iter++);
}
for (var i = 0; i < iter; i++) {
r = n % l;
// ==UserScript==
// @name pixiv_darami.js
// @author edvakf
// @namespace http://d.hatena.ne.jp/edvakf/
// @include http://www.pixiv.net/new_illust.php?darami
// ==/UserScript==
// pixiv の新着イラストをダラダラ見るためのスクリプトです。
// 使い方:
// このスクリプトをインストールして、http://www.pixiv.net/new_illust.php?darami を開きます。
(function() {
var re = /^https?:\/\/twitter\.com\/(\w+)\/status(?:es)?\/(\d+)/;
function tweetUrlReply(elem) {
var links = elem.getElementsByTagName('a');
for (var i = 0, l = links.length; i < l; i++) {
if (/\bstatus\b/.test(links[i].parentNode.className)) {
if (re.test(links[i].href)) insertInReplyTo(links[i]);
}
}
// ==UserScript==
// @name pixivreader
// @author edvakf
// @namespace http://d.hatena.ne.jp/edvakf/
// @include http://www.pixiv.net/new_illust.php*
// @include http://www.pixiv.net/search.php*
// @include http://www.pixiv.net/tags.php*
// @include http://www.pixiv.net/ranking.php*
// @include http://www.pixiv.net/ranking_log.php*
// @compatible Opera, Chrome (as UserJS and extension), Safari (as extension)
javascript:with(document.querySelector('form'))alert("javascript:(function(){var f=document.createElement('form');f.action='http://atsushuu.appspot.com/tw/post';f.method='post';f.setAttribute('accept-charset','utf-8');f.innerHTML='"+user_token.outerHTML+status.outerHTML+noredirect.outerHTML.replace('>',function(){return noredirect.checked?' checked>':'>'})+"';var c=prompt('これで投稿しますか?',document.title+' '+document.URL);if(f.status.value=c)f.submit();})()");
// ==UserScript==
// @name Opera port of GooglePreview
// @author Edward Ackroyd, adapted to Opera by Sombria
// @version 1.0 (GooglePreview 2.1.3)
// @include http://www.google.*/search*
// @include http://*search.yahoo.com/search*
// @include http://search.live.com/results*
// @include http://search.msn.com/results*
// @include http://*.zotspot.com/search/*
// ==/UserScript==
// ==UserScript==
// @name pixiv-favtag.js
// @namespace http://js.d2no.info/
// @include http://www.pixiv.net/*
// ==/UserScript==
(function(){
var settings = {
position: 2, // メニューを表示させる位置(0=左上,1=右上,2=右下,3=左下)
blankwin: 1, // 常に別窓で開く