Posts

For more information, see the search syntax documentation. Search results are sorted by creation date.

Search Results

Site and Policy » Simple Userscripts and Other Knick-Knacks » Post 4

Site and Policy » Simple Userscripts and Other Knick-Knacks » Post 3

Site and Policy » Simple Userscripts and Other Knick-Knacks » Post 2

Marker
Boot badge - It's Bootiful
Fried Chicken - Attended an April Fools event
Liberty Belle - Sings the song of the unchained

Misanthrope
Next thing I have is a small custom CSS rule that adds a small delay to the tag’s hover dropdowns, so that they won’t get in the way when you are trying to click on the tags below them, like so:  
full
 
Here is the CSS, you can add the styles manually. Or if you have Stylus installed, simply click here.
 
.tag.dropdown .dropdown__content {
display: block;
overflow-y: hidden;
max-height: 0vh;
padding: 0px;
transition: max-height 0s, padding 0s;
}
.tag.dropdown:hover .dropdown__content {
transition-delay: 0.5s;
max-height: 100vh;
}

Site and Policy » Simple Userscripts and Other Knick-Knacks » Post 1

Site and Policy » Simple Userscripts and Other Knick-Knacks » Topic Opener

Marker
Boot badge - It's Bootiful
Fried Chicken - Attended an April Fools event
Liberty Belle - Sings the song of the unchained

Misanthrope
I’m creating this thread as a place to post small-scale scripts, styles, or any other utilities or enhancements that don’t necessitate the existence of their own individual threads, so as to avoid cluttering up the forum.

Default search

If you do not specify a field to search over, the search engine will search for posts with a body that is similar to the query's word stems. For example, posts containing the words winged humanization, wings, and spread wings would all be found by a search for wing, but sewing would not be.

Allowed fields

Field SelectorTypeDescriptionExample
authorLiteralMatches the author of this post. Anonymous authors will never match this term.author:Joey
bodyFull TextMatches the body of this post. This is the default field.body:test
created_atDate/Time RangeMatches the creation time of this post.created_at:2015
idNumeric RangeMatches the numeric surrogate key for this post.id:1000000
myMetamy:posts matches posts you have posted if you are signed in. my:posts
subjectFull TextMatches the title of the topic.subject:time wasting thread
topic_idLiteralMatches the numeric surrogate key for the topic this post belongs to.topic_id:7000
topic_positionNumeric RangeMatches the offset from the beginning of the topic of this post. Positions begin at 0.topic_position:0
updated_atDate/Time RangeMatches the creation or last edit time of this post.updated_at.gte:2 weeks ago
user_idLiteralMatches posts with the specified user_id. Anonymous users will never match this term.user_id:211190
forumLiteralMatches the short name for the forum this post belongs to.forum:meta