├── README.md ├── images ├── can-i-use-lock-screen.jpg ├── can-i-use-small.JPG ├── commander-articles.JPEG ├── daily-quote-widget.jpeg ├── git-script-download-update-widget.jpeg ├── html-reddit-widget.jpeg ├── lobsters-widget.jpeg ├── mdn-web-api-widget.jpeg ├── on-this-day-in-history-widget.jpeg ├── pokemon-themes.jpeg ├── progress-circle.jpg ├── random-colour-1-widget.jpeg ├── random-colour-4-widget.jpeg ├── reddit-widget-1.jpeg ├── reddit-widget-2.jpeg ├── routine-hub-stats-medium-widget.jpeg ├── routine-hub-stats-small-widget.jpeg ├── simple-calendar.PNG ├── special-days-widget.jpeg ├── tildes-widget-medium.jpeg ├── tildes-widget.JPG ├── urban-dictionary-widget.jpeg ├── weather-circles-widget.jpeg ├── word-of-the-day-widget-1.jpeg └── word-of-the-day-widget-2.jpeg ├── scripts ├── chaining.js ├── git-script-download-update │ ├── README.md │ └── git-script-download-update.js ├── html-gradient.js ├── rss-parser.js ├── simple-calendar.js └── widget-progress-circle.js └── widgets ├── can-i-use.js ├── commander-articles.js ├── daily-quote-widget.js ├── lobsters-widget.js ├── mdn-web-api.js ├── on-this-day-in-history.js ├── pokemon-themes.js ├── random-colour-generator.js ├── reddit-text-subreddit-widget.js ├── routinehub-medium.js ├── routinehub-small.js ├── special-days-widget.js ├── tildes-widget.js ├── urban-dictionary-word-of-the-day.js ├── weather-circles.js └── word-of-the-day.js /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Normal-Tangerine8609/Scriptable-Widgets/HEAD/README.md -------------------------------------------------------------------------------- /images/can-i-use-lock-screen.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Normal-Tangerine8609/Scriptable-Widgets/HEAD/images/can-i-use-lock-screen.jpg -------------------------------------------------------------------------------- /images/can-i-use-small.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Normal-Tangerine8609/Scriptable-Widgets/HEAD/images/can-i-use-small.JPG -------------------------------------------------------------------------------- /images/commander-articles.JPEG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Normal-Tangerine8609/Scriptable-Widgets/HEAD/images/commander-articles.JPEG -------------------------------------------------------------------------------- /images/daily-quote-widget.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Normal-Tangerine8609/Scriptable-Widgets/HEAD/images/daily-quote-widget.jpeg -------------------------------------------------------------------------------- /images/git-script-download-update-widget.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Normal-Tangerine8609/Scriptable-Widgets/HEAD/images/git-script-download-update-widget.jpeg -------------------------------------------------------------------------------- /images/html-reddit-widget.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Normal-Tangerine8609/Scriptable-Widgets/HEAD/images/html-reddit-widget.jpeg -------------------------------------------------------------------------------- /images/lobsters-widget.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Normal-Tangerine8609/Scriptable-Widgets/HEAD/images/lobsters-widget.jpeg -------------------------------------------------------------------------------- /images/mdn-web-api-widget.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Normal-Tangerine8609/Scriptable-Widgets/HEAD/images/mdn-web-api-widget.jpeg -------------------------------------------------------------------------------- /images/on-this-day-in-history-widget.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Normal-Tangerine8609/Scriptable-Widgets/HEAD/images/on-this-day-in-history-widget.jpeg -------------------------------------------------------------------------------- /images/pokemon-themes.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Normal-Tangerine8609/Scriptable-Widgets/HEAD/images/pokemon-themes.jpeg -------------------------------------------------------------------------------- /images/progress-circle.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Normal-Tangerine8609/Scriptable-Widgets/HEAD/images/progress-circle.jpg -------------------------------------------------------------------------------- /images/random-colour-1-widget.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Normal-Tangerine8609/Scriptable-Widgets/HEAD/images/random-colour-1-widget.jpeg -------------------------------------------------------------------------------- /images/random-colour-4-widget.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Normal-Tangerine8609/Scriptable-Widgets/HEAD/images/random-colour-4-widget.jpeg -------------------------------------------------------------------------------- /images/reddit-widget-1.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Normal-Tangerine8609/Scriptable-Widgets/HEAD/images/reddit-widget-1.jpeg -------------------------------------------------------------------------------- /images/reddit-widget-2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Normal-Tangerine8609/Scriptable-Widgets/HEAD/images/reddit-widget-2.jpeg -------------------------------------------------------------------------------- /images/routine-hub-stats-medium-widget.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Normal-Tangerine8609/Scriptable-Widgets/HEAD/images/routine-hub-stats-medium-widget.jpeg -------------------------------------------------------------------------------- /images/routine-hub-stats-small-widget.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Normal-Tangerine8609/Scriptable-Widgets/HEAD/images/routine-hub-stats-small-widget.jpeg -------------------------------------------------------------------------------- /images/simple-calendar.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Normal-Tangerine8609/Scriptable-Widgets/HEAD/images/simple-calendar.PNG -------------------------------------------------------------------------------- /images/special-days-widget.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Normal-Tangerine8609/Scriptable-Widgets/HEAD/images/special-days-widget.jpeg -------------------------------------------------------------------------------- /images/tildes-widget-medium.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Normal-Tangerine8609/Scriptable-Widgets/HEAD/images/tildes-widget-medium.jpeg -------------------------------------------------------------------------------- /images/tildes-widget.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Normal-Tangerine8609/Scriptable-Widgets/HEAD/images/tildes-widget.JPG -------------------------------------------------------------------------------- /images/urban-dictionary-widget.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Normal-Tangerine8609/Scriptable-Widgets/HEAD/images/urban-dictionary-widget.jpeg -------------------------------------------------------------------------------- /images/weather-circles-widget.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Normal-Tangerine8609/Scriptable-Widgets/HEAD/images/weather-circles-widget.jpeg -------------------------------------------------------------------------------- /images/word-of-the-day-widget-1.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Normal-Tangerine8609/Scriptable-Widgets/HEAD/images/word-of-the-day-widget-1.jpeg -------------------------------------------------------------------------------- /images/word-of-the-day-widget-2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Normal-Tangerine8609/Scriptable-Widgets/HEAD/images/word-of-the-day-widget-2.jpeg -------------------------------------------------------------------------------- /scripts/chaining.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Normal-Tangerine8609/Scriptable-Widgets/HEAD/scripts/chaining.js -------------------------------------------------------------------------------- /scripts/git-script-download-update/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Normal-Tangerine8609/Scriptable-Widgets/HEAD/scripts/git-script-download-update/README.md -------------------------------------------------------------------------------- /scripts/git-script-download-update/git-script-download-update.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Normal-Tangerine8609/Scriptable-Widgets/HEAD/scripts/git-script-download-update/git-script-download-update.js -------------------------------------------------------------------------------- /scripts/html-gradient.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Normal-Tangerine8609/Scriptable-Widgets/HEAD/scripts/html-gradient.js -------------------------------------------------------------------------------- /scripts/rss-parser.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Normal-Tangerine8609/Scriptable-Widgets/HEAD/scripts/rss-parser.js -------------------------------------------------------------------------------- /scripts/simple-calendar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Normal-Tangerine8609/Scriptable-Widgets/HEAD/scripts/simple-calendar.js -------------------------------------------------------------------------------- /scripts/widget-progress-circle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Normal-Tangerine8609/Scriptable-Widgets/HEAD/scripts/widget-progress-circle.js -------------------------------------------------------------------------------- /widgets/can-i-use.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Normal-Tangerine8609/Scriptable-Widgets/HEAD/widgets/can-i-use.js -------------------------------------------------------------------------------- /widgets/commander-articles.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Normal-Tangerine8609/Scriptable-Widgets/HEAD/widgets/commander-articles.js -------------------------------------------------------------------------------- /widgets/daily-quote-widget.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Normal-Tangerine8609/Scriptable-Widgets/HEAD/widgets/daily-quote-widget.js -------------------------------------------------------------------------------- /widgets/lobsters-widget.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Normal-Tangerine8609/Scriptable-Widgets/HEAD/widgets/lobsters-widget.js -------------------------------------------------------------------------------- /widgets/mdn-web-api.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Normal-Tangerine8609/Scriptable-Widgets/HEAD/widgets/mdn-web-api.js -------------------------------------------------------------------------------- /widgets/on-this-day-in-history.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Normal-Tangerine8609/Scriptable-Widgets/HEAD/widgets/on-this-day-in-history.js -------------------------------------------------------------------------------- /widgets/pokemon-themes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Normal-Tangerine8609/Scriptable-Widgets/HEAD/widgets/pokemon-themes.js -------------------------------------------------------------------------------- /widgets/random-colour-generator.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Normal-Tangerine8609/Scriptable-Widgets/HEAD/widgets/random-colour-generator.js -------------------------------------------------------------------------------- /widgets/reddit-text-subreddit-widget.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Normal-Tangerine8609/Scriptable-Widgets/HEAD/widgets/reddit-text-subreddit-widget.js -------------------------------------------------------------------------------- /widgets/routinehub-medium.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Normal-Tangerine8609/Scriptable-Widgets/HEAD/widgets/routinehub-medium.js -------------------------------------------------------------------------------- /widgets/routinehub-small.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Normal-Tangerine8609/Scriptable-Widgets/HEAD/widgets/routinehub-small.js -------------------------------------------------------------------------------- /widgets/special-days-widget.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Normal-Tangerine8609/Scriptable-Widgets/HEAD/widgets/special-days-widget.js -------------------------------------------------------------------------------- /widgets/tildes-widget.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Normal-Tangerine8609/Scriptable-Widgets/HEAD/widgets/tildes-widget.js -------------------------------------------------------------------------------- /widgets/urban-dictionary-word-of-the-day.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Normal-Tangerine8609/Scriptable-Widgets/HEAD/widgets/urban-dictionary-word-of-the-day.js -------------------------------------------------------------------------------- /widgets/weather-circles.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Normal-Tangerine8609/Scriptable-Widgets/HEAD/widgets/weather-circles.js -------------------------------------------------------------------------------- /widgets/word-of-the-day.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Normal-Tangerine8609/Scriptable-Widgets/HEAD/widgets/word-of-the-day.js --------------------------------------------------------------------------------