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 Apple Daily Section Expander | |
// @namespace AppleDailySectionExpander | |
// @description Expand all articles in one section, no need to click one by one | |
// @include https://hk.news.appledaily.com/daily/local/* | |
// @include https://hk.news.appledaily.com/daily/international/* | |
// @include https://hk.finance.appledaily.com/daily/finance/* | |
// @include https://hk.entertainment.appledaily.com/daily/entertainment/* | |
// @include https://hk.sports.appledaily.com/daily/sports/* | |
// @include https://hk.lifestyle.appledaily.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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>date-test</title> | |
<meta charset="utf-8"> | |
</head> | |
<body> | |
<div id="text"></div> | |
<h2 id="result"></h2> | |
<img id="image" style="-webkit-user-select: none; cursor: zoom-in;" src="" onerror="ImageErr(this)" width="383" height="695" /> |