An open API service indexing awesome lists of open source software.

https://github.com/hakuhin/pageexpand

Browser extension
https://github.com/hakuhin/pageexpand

chrome-extension userscript

Last synced: about 1 month ago
JSON representation

Browser extension

Awesome Lists containing this project

README

          

## Get PageExpand

| platform | get |
|---|---|
| for Chrome | [download page](https://chrome.google.com/webstore/detail/bjnobgdfhefpilajplncgjjeopakpepc) |
| for Edge | [download page](https://microsoftedge.microsoft.com/addons/detail/pageexpand/jflifleljogfgepliabboeifpbalbeno) |
| for Firefox | [download page](https://addons.mozilla.org/addon/pageexpand/) |
| for Opera | [download page](https://addons.opera.com/extensions/details/pageexpand/) |
| for Greasemonkey | [install](https://hakuhin.github.io/PageExpand/GreaseMonkey/PageExpand.user.js) |

## Screenshot
[](https://hakuhin.github.io/PageExpand/etc/screenshot/en/twitter.png)
[](https://hakuhin.github.io/PageExpand/etc/screenshot/en/image_search.png)
[](https://hakuhin.github.io/PageExpand/etc/screenshot/en/download_board.png)
[](https://hakuhin.github.io/PageExpand/etc/screenshot/en/bbs.png)
[](https://hakuhin.github.io/PageExpand/etc/screenshot/en/image_viewer.png)
[](https://hakuhin.github.io/PageExpand/etc/screenshot/en/options.png)

## Batch Downloader
- Generate a zip file after loading all media files.
- Sequence download the media files.

## Image Zoom
- Hovering the mouse cursor in URL of the image, Display popup image.
- Hovering the mouse cursor in Reduction image, Display enlarge image.

## Image Viewer
- Press the mouse L + R button on the popup image.

## Expand Thumbnail Image
- (In the initial setting, Particular site only.)
- If there is a URL of the image, Display the thumbnail image.

## Expand Sound Player
- (In the initial setting, Particular site only.)
- If there is a URL of the sound file, Display the <audio> element.
- If there is a link to the sound site, Display the audio player. (soundcloud.com, mixcloud.com)

## Expand Video Player
- (In the initial setting, Particular site only.)
- If there is a URL of the video file, Display the <video> element.
- If there is a link to a video site,Display the video player. (youtube.com, nicovideo.jp, dailymotion.com, vimeo.com)

## Expand Short Url
- If there is a short URL, Link is changed into redirect last.

## Generate a link from text
- (In the initial setting, Particular site only.)
- If there is a URL string, URL string is changed into hyperlink.

## Override Referer (obsoleted in MV3)
- (In the initial setting, Particular site only.)
- By combining the "current URL, link URL, custom string" and "Replace regular expression", Can change the referrer.

## Override Useragent (obsoleted in MV3)
- (In the initial setting, disable.)
- By setting the string, Can change the useragent.

## Blocking Web Access (obsoleted in MV3)
- (In the initial setting, disable.)
- By setting the URL, Can blocking web access.

## BBS Board
- support (5ch.net, open2ch.net, jbbs.livedoor.jp, 2chan.net, 4chan.org, reddit.com)
- You can open the BBS Board from menu.
- This works as the app. (tab and sidebar)
- Is displayed the board list. (Category Panel)
- Is displayed the thread list. (Catalog Panel)

## Extend display BBS
- support (5ch.net, machi.to, bbspink.com, jbbs.livedoor.jp, logsoku.com, mimizun.com, 2chan.net, 4chan.org, 8chan.co, reddit.com, dic.nicovideo.jp, open2ch.net)
- Hovering the mouse cursor in URL of the "response number", Display popup.
- Hovering the mouse cursor in URL of the "ID", Display popup. (Remove by click.)
- Display the follower count. (Remove by click.)

## Change into Direct Link
- Search sites (google, yahoo.co.jp)
- BBS sites (5ch.net, machi.to, bbspink.com, jbbs.livedoor.jp, logsoku.com)
- Other sites (twitter.com, facebook.com)

## Redirect to Image Link
- (In the initial setting, Particular site only.)
- SNS sites (pbs.twimg.com, deviantART, seiga.nicovideo.jp, pixiv.net[change referer must])
- search sites (google, *.yahoo.com, bing.com, yandex.ru)
- Other sites (Wikipedia)

## Specification
- [https://hakuhin.jp/browser_extension/page_expand.html](https://hakuhin.jp/browser_extension/page_expand.html)