Shows random My Little Pony artwork from safebooru.org in a panel popup. Includes a gallery of downloaded images.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-P-006 warning
unnecessary build and translation artifacts should not be shipped
Package contains files that often should not be shipped for review.
Don't include unnecessary files
install.sh
install.sh
EGO-L-003 warning
signals connected by extension should be disconnected in disable()
Signals assigned in `enable()` are missing matching disconnect calls in `disable()` or its helper methods.
extension.js:579
this._popup.connect('close-requested', () => this._hide())
EGO-L-004 warning
main loop sources should be removed in disable()
Main loop sources assigned in `enable()` are missing matching removals in `disable()` or its helper methods.
extension.js:465
GLib.idle_add(GLib.PRIORITY_LOW, () => {
try {
const pb = GdkPixbuf.Pixbuf.new_from_file(path);
const r = Math.min(size / pb.width, size / pb.height);
const w = Math.max(1, Math.floor(pb.width * r));
const h = Ma
| Version | Status |
|---|---|
| 1 | Rejected |