• Stars
    star
    245
  • Rank 164,815 (Top 4 %)
  • Language
  • Created almost 4 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Premium TickTick Windows Client

Premium TickTick Windows Client

All Premium features UNLOCKED.

Download Here

How to use?

  • Upgrade or Install the original TickTick (Chinese Ticktick/dida365 will not work).
  • Close the app from System tray completely.
  • Copy the exe file inside installed path (usually C:\Program Files (x86)\TickTick). Have a backup from the original exe file just in case.
  • Enjoy!

Features

  • Unlimited Habits
  • Calendar view
  • Calendar Subscription
  • Maintain third-party calendar subscription (If you subscribe your calendar via Paid Ticktick (maybe even with trials version), after opting-out you can still use it)
  • Widgets
  • Reminders
  • Themes
  • Smoother Focus experience

How I made it

  • Use dnSpy
  • Update these:

Approach 1:

// in ticktick_WPF.Models.UserModel
proEndDate=>new DateTime?(new DateTime(2030, 12, 25));
pro=>true;

Approach 2:

// in ticktick_WPF.Resource.LocalSettings

public bool IsPro
{
  get
  {
    return this.SettingsModel.IsPro;
  }
  set
  {
    this.SettingsModel.IsPro = true; //force it to true
    this.OnPropertyChanged("IsPro");
  }
}

// ticktick_WPF.Dal.UserDao
//public static bool IsPro()
//{
//  return true; // force to true
//}

More Repositories

1

OmnivoreQL

@Omnivore-app API client for Python
Python
59
star
2

OmnivoreX

Omnivore TUI Terminal Client [Windows - MacOS - Linux]
Python
47
star
3

apply-notebook

🎓Persian Apply Notebook📚
JavaScript
46
star
4

pocketx

📕Unofficial UWP Pocket Client
C#
20
star
5

xbrain

Telegram > OpenAI > Read Later [instapaper/pocket/omnivore]
Python
15
star
6

text-to-sparql

End-to-End Model - Finetuned T5 for Text-to-SPARQL Task
Jupyter Notebook
15
star
7

csharp-lexical-analyzer

Lexical Analyzer (in C# with GUI)
C#
12
star
8

githubx

:octocat: 👽A beatiful, powerful, Github client to Categorize Starred Repositories
C#
12
star
9

Infix-Prefix-Postfix-Converter

C# App which convert Infix Prefix Postfix notations
C#
7
star
10

TelegramTheme

My Telegram Theme (Desktop)
7
star
11

pomodoro-timer-overlay

WPF Pomodoro Timer Overlay
C#
6
star
12

swift-on-windows

Swift on Windows
6
star
13

maktabkhoneh-crawler

Maktabkhoneh DownloadLink Crawler
C#
6
star
14

ydm

CrossPlatform Youtube Downloader
C#
5
star
15

WindOs

UWP Apps Can Look Better - Concepts2Code
C#
5
star
16

ketab-io-android

Ketab.io Mini Android App
Java
5
star
17

notes

Archived and replaced with:
JavaScript
5
star
18

Instagram-Pro-Browser-Extension

Chrome | Opera Extension
HTML
4
star
19

dotfiles

.🤌
Shell
3
star
20

text-to-sparql-development

Text-to-SPARQL DevRepo
Jupyter Notebook
3
star
21

Intro-Matlab-Image-Processing

Intro in Matlab Image Processing
MATLAB
3
star
22

presentations

My presentations slides and files
TeX
3
star
23

Rapider

A robot that plays Rapid70
Python
2
star
24

subtitler

Subtitler UWP - Subtitle Finder/Downloader
C#
2
star
25

MuteSpotifyAds

Mute Spotify when there is a playing advertisement
C#
2
star
26

text-to-sql-gpt

Python
2
star
27

mebus-android

User interface implementing of an Android Application.
Java
1
star
28

VsTheme

My Visual Studio Themes
1
star
29

text-to-sql-seoss-t5

Haskell
1
star
30

unity-playground

C#
1
star
31

blackreader

UWP BlackReader [MS Store ->
C#
1
star
32

ez-picard

PICARD T5 for Text-to-SQL
Python
1
star
33

MQTT-Kotlin-Sample

MQTT Pub/Subscribe Android Kotlin
Kotlin
1
star
34

deutsch

JavaScript
1
star
35

bookmarker

1
star
36

XF-DataGrid-vs-ListView

Simple Example of Using DataGrid & ListView in Xamarin Forms
C#
1
star