Sleazy Fork is available in English.

[Konachan] Front Page: Tag Completion

Adds tag completion to the search box on the front page.

  1. // ==UserScript==
  2. // @name [Konachan] Front Page: Tag Completion
  3. // @namespace Zolxys
  4. // @description Adds tag completion to the search box on the front page.
  5. // @include /^https?://konachan\.com/?($|\?|#)/
  6. // @include /^https?://konachan\.net/?($|\?|#)/
  7. // @version 1.2
  8. // ==/UserScript==
  9. new window.TagCompletionBox(document.getElementById('tags'));
  10. if (window.TagCompletion)
  11. window.TagCompletion.observe_tag_changes_on_submit(document.getElementById('tags').up('form'), document.getElementById('tags'), null);