Skip to content

new-xkit/XKit

Folders and files

NameName
Last commit message
Last commit date
May 18, 2020
Nov 20, 2019
Oct 16, 2015
May 18, 2020
Jan 18, 2017
Jun 30, 2018
Jul 15, 2019
Aug 9, 2015
Aug 9, 2015
Sep 30, 2017
Apr 23, 2020
Jun 13, 2018
Oct 6, 2017
Aug 1, 2015
Aug 5, 2015
Jun 2, 2018
Oct 12, 2014
Apr 29, 2020
May 6, 2019
Sep 27, 2015
Sep 16, 2019
Sep 30, 2017
Jun 15, 2018
Jun 15, 2018
Mar 15, 2018
May 8, 2020
May 18, 2020

Repository files navigation

XKit

Build Status

XKit is a small extension framework that powers tweaks for Tumblr.

Get a release build

Currently we support Firefox and Chrome officially.
We support Opera and Edge unofficially using the same file as the Chrome extension.

Support Discord

First, check the list of issues, and see if there's something there that looks like the problem you're having. Otherwise, file a new issue or come join our support chat; just hop on over to our Discord server. We don't bite!

Contribute Discord

XKit needs all the help it can get! If you want to help out, the first step is finding something going wrong. There's a long list of known issues on our issues page. The next step is to fix the bug.

Come join us in the XKit Discord if you get stuck, or want some advice! There's normally a few people lurking in there any time of day.

Writing a New Extension

Read the guide on writing a new extension!

Develop XKit

Review the project prerequisites and learn how to build XKit from source.

Quickstart

In your clone of this repository run:

npm install

Use Node 8 for best compatibility. Some commands, such as npm test, will fail on Node 10+.

To build XKit from source, run:

gulp build

Builds can be found in the build/ directory.

For a list of available build tasks, see the documentation.

About

Fork of XKit, the extension framework for Tumblr

Resources

License

Stars

Watchers

Forks

Languages

  • JavaScript 68.7%
  • CSS 31.3%