▽two-mode-mode.el ●02/06 16:11 複数のメジャーモードを共存 ;; two-mode-mode.el -- switches between tcl and sgml(html) modes ;; $Id: two-mode-mode.el,v 1.4 2004/11/19 17:00:12 davidw Exp $;; Copyright 1999-2004 The Apache Software Foundation ;; Licensed under the Apache License, Version 2.0 (the ”License”);;; you may not use this file except in compliance with the License.;; You may obtain a copy of the License at ;; http://www.apache.org/licenses/LICENSE-
▽Auto jump to the site in pixiv ●01/11 21:23 // ==UserScript==// @name Auto jump to the site in pixiv // @namespace http://s2works.homeunix.net/// @include http://www.pixiv.net/jump.php*// @author s2works // @version 1.0// ==/UserScript==// pixiv で外部サイトへ自動で移動する(function(){const jumpUrl = ”http://www.pixiv.net/jump.php?”;location.href = location.href.substring(jumpUrl.length);})();