This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { Directive, EventEmitter, HostListener, Output } from '@angular/core'; | |
/** | |
* Directive that adds an event to ion-datetime components that fires when any | |
* day in the calendar view is clicked. | |
* This can be used to dismiss a modal or popover or to close an accordion. | |
* | |
* Example usage: | |
* <ion-datetime (calendarDayClick)="myPopover.dismiss()"></ion-datetime> | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
openapi: 3.0.3 | |
info: | |
title: allOf inline model test case | |
version: '0.1' | |
servers: [] | |
tags: [] | |
paths: | |
/: | |
get: | |
responses: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name I don't like fun | |
// @include https://derpibooru.org/* | |
// @include https://www.derpibooru.org/* | |
// @include https://derpiboo.ru/* | |
// @include https://www.derpiboo.ru/* | |
// @include https://trixiebooru.org* | |
// @include https://www.trixiebooru.org* | |
// @grant none | |
// @inject-into content |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Wayfarer Exporter | |
// @version 0.5.5m | |
// @description Export nominations data from Wayfarer to IITC in Wayfarer Planner | |
// @namespace https://gitlab.com/AlfonsoML/wayfarer/ | |
// @downloadURL https://gist.github.com/ReneZeidler/c801b84d0da63a8975736684fd0fa3c6/raw/wayfarer_exporter.user.js | |
// @updateURL https://gist.github.com/ReneZeidler/c801b84d0da63a8975736684fd0fa3c6/raw/wayfarer_exporter.user.js | |
// @homepageURL https://gitlab.com/AlfonsoML/wayfarer/ | |
// @match https://wayfarer.nianticlabs.com/* | |
// ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Tag Suggestions | |
// @namespace rene_zeidler | |
// @description Adds suggestions when editing tags on Derpibooru | |
// @include /https?://(www\.)?derpiboo.ru/.*/ | |
// @include /https?://(www\.)?trixiebooru.org/.*/ | |
// @include /https?://(www\.)?derpibooru.org/.*/ | |
// @downloadURL https://gist.github.com/ReneZeidler/477fa635b2bdabd71b449df56c03b0ab/raw/Tag_Suggestions.user.js | |
// @installURL https://gist.github.com/ReneZeidler/477fa635b2bdabd71b449df56c03b0ab/raw/Tag_Suggestions.user.js | |
// @updateURL https://gist.github.com/ReneZeidler/477fa635b2bdabd71b449df56c03b0ab/raw/Tag_Suggestions.meta.js |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Images per page | |
// @namespace rene_zeidler | |
// @include /https?://(www\.)?derpiboo.ru/.*/ | |
// @include /https?://(www\.)?trixiebooru.org/.*/ | |
// @include /https?://(www\.)?derpibooru.org/.*/ | |
// @downloadURL https://gist.github.com/ReneZeidler/b54bb739296601f0be9a/raw/Images_per_page.user.js | |
// @installURL https://gist.github.com/ReneZeidler/b54bb739296601f0be9a/raw/Images_per_page.user.js | |
// @updateURL https://gist.github.com/ReneZeidler/b54bb739296601f0be9a/raw/Images_per_page.meta.js | |
// @version 1.0.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Image Grouping | |
// @namespace rene_zeidler | |
// @include /https?://(www\.)?derpiboo.ru/.*/ | |
// @include /https?://(www\.)?trixiebooru.org/.*/ | |
// @include /https?://(www\.)?derpibooru.org/.*/ | |
// @downloadURL https://gist.github.com/ReneZeidler/a9ddc9b1c1365a8a340b/raw/Image_Grouping.user.js | |
// @installURL https://gist.github.com/ReneZeidler/a9ddc9b1c1365a8a340b/raw/Image_Grouping.user.js | |
// @updateURL https://gist.github.com/ReneZeidler/a9ddc9b1c1365a8a340b/raw/Image_Grouping.meta.js | |
// @version 0.5.1 |