HKEY_CLASSES_ROOT\*\shell\Notepad2
HKEY_CLASSES_ROOT\*\shell\Notepad2\Command
預設值:"C:\Program Files\Notepad2\Notepad2.exe" "%1"
Add Notepad2 to Windows Vista or XP Right Click Context Menu » My Digital Life
HKEY_CLASSES_ROOT\*\shell\Notepad2
HKEY_CLASSES_ROOT\*\shell\Notepad2\Command
預設值:"C:\Program Files\Notepad2\Notepad2.exe" "%1"
if (FireGestures.API_resizeWindow === undefined) {
FireGestures.API_resizeWindow = function(w, h) {
window.resizeTo(w, h);
window.screenX = 0;
window.screenY = 0;
this.setStatusText("Resized the window to " + w + " x " + h);
this.clearStatusText(3000);
};
}
var currentWidth = window.outerWidth;
var currentHeight = window.outerHeight;
FireGestures.generatePopup(event,
[
{ label: "640 x 480", oncommand: "this.API_resizeWindow(640, 480);", type: "radio", checked: (currentWidth == 640 && currentHeight == 480) },
{ label: "800 x 600", oncommand: "this.API_resizeWindow(800, 600);", type: "radio", checked: (currentWidth == 800 && currentHeight == 600) },
{ label: "1024 x 768", oncommand: "this.API_resizeWindow(1024, 768);", type: "radio", checked: (currentWidth == 1024 && currentHeight == 768) },
{ label: "1280 x 1024", oncommand: "this.API_resizeWindow(1280, 1024);", type: "radio", checked: (currentWidth == 1280 && currentHeight == 1024) }
]
);
7z | application/x-7z-compressed
ts | video/mp2t
tp | video/mp2t
torrent | application/x-bittorrent
kml | application/vnd.google-earth.kml+xml
Command : Find As You Type Link
Shortcut : '
Command : Bookmark All Tabs
Shortcut : Ctrl + Shift + D
Command : Add-ons
Shortcut : Ctrl + Shift + A
window.addEventListener("AutoPagerize_DOMNodeInserted",function(){alert('Hi');},false);
// ==UserScript==
// @name 4shared
// @description 自動抓取下載連結
// @include http://www.4shared.com/get/*
// @include http://www.4shared.com/audio/*
// @include http://www.4shared.com/file/*
// ==/UserScript==
if (document.getElementsByClassName('dbtn')[0]) location.assign(document.getElementsByClassName('dbtn')[0].href);
if (document.querySelector('#divDLStart a')) prompt('Download Link:',document.querySelector('#divDLStart a').href);