<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Greasemonkey on 小惡魔 - AppleBOY</title><link>https://blog.wu-boy.com/tags/greasemonkey/</link><description>Recent content in Greasemonkey on 小惡魔 - AppleBOY</description><generator>Hugo</generator><language>en-us</language><managingEditor>appleboy.tw@gmail.com (Appleboy)</managingEditor><webMaster>appleboy.tw@gmail.com (Appleboy)</webMaster><lastBuildDate>Tue, 01 Apr 2008 07:48:01 +0000</lastBuildDate><atom:link href="https://blog.wu-boy.com/tags/greasemonkey/feed.xml" rel="self" type="application/rss+xml"/><item><title>[相簿] Coppermine Photo Gallery Album Expander</title><link>https://blog.wu-boy.com/2008/04/%E7%9B%B8%E7%B0%BF-coppermine-photo-gallery-album-expander/</link><pubDate>Tue, 01 Apr 2008 07:48:01 +0000</pubDate><author>appleboy.tw@gmail.com (Appleboy)</author><guid>https://blog.wu-boy.com/2008/04/%E7%9B%B8%E7%B0%BF-coppermine-photo-gallery-album-expander/</guid><description>&lt;p&gt;&lt;a href="https://www.flickr.com/photos/appleboy/2378954219/" title="js_1 by appleboy46, on Flickr"&gt;&lt;img src="https://i0.wp.com/farm4.static.flickr.com/3022/2378954219_945799366e.jpg?resize=500%2C340&amp;#038;ssl=1" alt="js_1" data-recalc-dims="1" /&gt;&lt;/a&gt; 今天看到 gslin大神 文章：&lt;a href="http://blog.gslin.org/archives/2008/04/01/1463/"&gt;PIXNET Album Expander&lt;/a&gt;，然後裝了一下，發覺非常好用，而我自己本身也有架設相簿，相簿程式是 open source &lt;a href="http://coppermine-gallery.net/"&gt;Coppermine Photo Gallery&lt;/a&gt;，想說就自己練習看看，寫一個自己上傳相簿之後，可以快速瀏覽相簿，而這隻程式要先安裝好外掛 &lt;a href="https://addons.mozilla.org/en-US/firefox/addon/748"&gt;Greasemonkey&lt;/a&gt;，這隻外掛我之前有介紹過：&lt;a href="http://blog.wu-boy.com/2008/02/23/140/"&gt;firefox and IE 的 greasemonkey&lt;/a&gt;，大家可以看看，google 上面也有很多文章 script：&lt;a href="http://userscripts.org/scripts/show/24610"&gt;Coppermine Photo Gallery Album Expander&lt;/a&gt; 測試相簿：&lt;a href="http://pic.wu-boy.com"&gt;我的相簿 Angel &amp;amp; Devil&lt;/a&gt;&lt;/p&gt;</description></item><item><title>[WWW] firefox and IE 的 greasemonkey</title><link>https://blog.wu-boy.com/2008/02/www-firefox-and-ie-%E7%9A%84-greasemonkey/</link><pubDate>Sat, 23 Feb 2008 08:30:43 +0000</pubDate><author>appleboy.tw@gmail.com (Appleboy)</author><guid>https://blog.wu-boy.com/2008/02/www-firefox-and-ie-%E7%9A%84-greasemonkey/</guid><description>&lt;p&gt;最近發現這種新玩意，那就是猴子外掛 &lt;a href="http://zh.wikipedia.org/wiki/Greasemonkey"&gt;Greasemonkey&lt;/a&gt;，這一套我在 FireFox 有找到，用起來還不錯，可是一些 for ie 的網站，就使用不到了，所以我又另外去找了 &lt;a href="http://zh.wikipedia.org/wiki/Greasemonkey"&gt;Greasemonkey&lt;/a&gt; for ie 的版本，不過 for ie 的版本有兩套，一套是我想要，另一套我測試起來不是我想要的。 先介紹 for ie 的 &lt;a href="http://zh.wikipedia.org/wiki/Greasemonkey"&gt;Greasemonkey&lt;/a&gt;，總共有兩套 1.&lt;a href="http://www.gm4ie.com/"&gt;gm4ie&lt;/a&gt; 這一套了，其實相當不錯，不過有一個缺點，就是如果你的網站是用 iframe 做的化，他必需要重新 reload 整個網站，才會有作用，所以我並不打算用這套，不然他還是蠻方便的 2.&lt;a href="http://www.bhelpuri.net/Trixie/"&gt;Trixie&lt;/a&gt; 這個，就有符合到我的要求了，不過他在設定上面格式都要先寫好&lt;/p&gt;
&lt;pre class="brush: jscript; title: ; notranslate" title=""&gt;// ==UserScript==
// @name Server2
// @description	 .
// @namespace http://musicplayer.sourceforge.net/greasemonkey
// @include http://xxxxxxxxx/index2/main_down.php*
// @include http://xxxxxxxxx/index2/main_down.php*
&lt;/pre&gt; 所有套用的網站，都要寫在 // @include 這個裡面才會有作用，然後在用 ie alt+t +x 就可以更改 reload 設定了 3. 
&lt;p&gt;&lt;a href="https://addons.mozilla.org/en-US/firefox/addon/748"&gt;Greasemonkey :: Firefox Add-ons&lt;/a&gt; FireFox 的部份，這個外掛裝好，你在啟動他的時候，會要求你選擇編輯 js 的軟體，請務必選 notepad.exe ，不然你選擇其他程式，你就會編輯不到檔案，那他檔案的放置位置如下 C:\Documents and Settings\你的帳號\Application Data\Mozilla\Firefox\Profiles\qvq3wzwh.default\gm_scripts&lt;/p&gt;</description></item></channel></rss>