Skip to content

Latest commit

 

History

History
50 lines (44 loc) · 2.49 KB

File metadata and controls

50 lines (44 loc) · 2.49 KB

AkunX

Extends functionality on Akun.

AkunX has been written in a modular fashion with the intention of making it easy for others to write their own modules that integrate with it. There are no docs currently so if you're interested in creating new modules for it you'll be stuck using some of the 'official' modules as examples until I get round to it.

Personally written modules can be contributed to this repo or just used to do generate personal builds of AkunX.

Or if you don't want automatic updates use this version.

Chrome:

Install Tampermonkey, then click the link above to install AkunX.

Firefox:

Install Tampermonkey as well since Greasemonkey doesn't work properly anymore, then click the link above to install AkunX.

Features

Settings menu

  • This can be accessed by clicking the AkunX link at the bottom of Akun's main menu
  • Here you can configure the settings of each module

The following are modules included with the 'official' AkunX build:

Anon Toggle

  • Adds a button that can be used to easily toggle between posting with and without name

Chapter HTML Editor

  • Adds a button beside the chapter edit button that enables editing of the raw HTML used for the chapter

Image Toggle

  • Allows you to hide various types of image on the site (to avoid unwelcome PROMOTIONS)
  • Has support for a keybind that quickly toggles it on and off

Linker

  • Recognises plaintext URLs in posts and chapters and replaces them with hyperlinks
  • Can recognise images and videos hosted on sites specified in the settings and embed these directly into the page

Live Images

  • Adds the story cover image to the list of Live stories

Choice Reorder (courtesy of Robouzou)

  • With native Akun polls will display scrambled when the story is set to hidden poll mode even after the poll is closed and vote counts are visible. This fixes that

CSS Tweaks

A collection of toggleable alterations to how the site looks:

  • Un-fix image height
  • Hide the "< Show" button
  • Normalize chat font
  • Hide the Twitter-like prompt
  • Disable chat message cut-off

Building AkunX

Do npm run build to rebuild the userscripts from the source.