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
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANwAAABzCAYAAADzEGy6AAATx0lEQVR4XuzAAQkAAADCMPunNsdhWwEAAAAAAAAAAAAAAAAAAAAAAABw9s4lRo7qCsMelEV2MSgSCxZeRGIREQSRWEYJkK0lonjjFYQsIkWAnQihjGTJRImEghBBUSRAhDCWCCSghGDEJjJOjB35MW4/RGaY8djTnn5Ud3V39bxfPVNdqb+n//HlqGpulesx3e0q6VdN16u7a+7X59xzzr3lLP77ibb52utO4fAJ59qjRWfyB0Xn4pBt5/bYzsXeU/vSXfZuA1CtNZ6/3XPr1uyBillfq9Qaa1h7HdNozh3Afh5Tt+YOxAlAvlAu4trUbgFQMRvPU57ba43h+cWl+/sasPbK1Ycd85U/Odd+OOOCRQCcPpIncDPlyvFKzW3IZmNLtehaWl5pr62vO14yatZRADA9UxqbKVWOBwUAjcjpLriOH9COslRq1nCcABhmfVXzGQJrulAeX10T90cI+xvNuY18oVScX1y+n/cB+7Csrq05BKDenDuI47GsrK45OK4/QTNffdMZf8giYH0s2+8f76S4GLVGBziACXAA582iUUaDigpcxRTAiUYnf2hcizV5S6Vxvp5WtgOMrXVpsjk3bxM4wJAvGtd4nBTPxXl8rVokvHZCLLhPtUbz6ziXwBF63k8eOzu3YPeXu7g2fV/HVbyyt+WM7rHt3FAMAGTA0cLJBsIG7EJgATw/C6ACx31S6iL3AXLZQNMUAAxq4bhPXXB/cC6AInCwZPli+ax6LD2HvlA7/9QFac2cC8rfucECDm6d4g5q3cpF1yIRkrmFRRtgULQIVPfawxStG1Q0zEUJCAQQErK8XwXO3D3gggpWH/eY5+Mz8975/KARShzzTbU/i/5t77mOl/e2AFt7FAAMaQDrT+CiCkBIOEJIBjn2o4EAvLSBgxUAAKryHcltpUn0N+WPCo/nPlXcJiVdXLqyEFxcLwCWlB |
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
/*! | |
* jQuery JavaScript Library v1.4.3pre | |
* http://jquery.com/ | |
* | |
* Copyright 2010, John Resig | |
* Dual licensed under the MIT or GPL Version 2 licenses. | |
* http://jquery.org/license | |
* | |
* Includes Sizzle.js | |
* http://sizzlejs.com/ |
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
/* | |
* Copyright (C) 2010 向日 | |
* | |
* This program is free software: you can redistribute it and/or modify | |
* it under the terms of the GNU General Public License as published by | |
* the Free Software Foundation, either version 3 of the License, or | |
* (at your option) any later version. | |
* | |
* This program is distributed in the hope that it will be useful, | |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
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
<!doctype html> | |
<html> | |
<head> | |
<script src="http://code.jquery.com/jquery-nightly.js"></script> | |
<script> | |
$(function() | |
{ | |
var count = 0; | |
$('#sel').change(function() | |
{ |
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 AppleDaily News Loader | |
// @namespace mt@live.hk | |
// @description Load All News In One Page | |
// @include http://*hk.apple.nextmedia.com/template/apple*/art_main.php?* | |
// ==/UserScript== | |
// Author: FatTunG | |
// Contact: mt@live.hk | |
// Version: 2.4 |