Skip to content

DeAnnoy phpBB® Forum [papo] by papo

Details

Authorpapo

LicenseCC BY-NC-SA 4.0

Category*

Created

Updated

Code size772 B

Code checksum6c752b30

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

See @description in the Source Code.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           DeAnnoy phpBB® Forum [papo]
@namespace      github.com/paponius/userstyles
@version        1.0.0
@description    Signature can be disabled, when logged-in to a forum, but not when we're not.
@author         Papo
@homepageURL    https://github.com/paponius/userstyles/
@supportURL     https://github.com/paponius/userstyles/
@license        CC BY-NC-SA 4.0
@preprocessor   less


@var checkbox HideSignatures          "Hide signatures" 1


==/UserStyle== */

@-moz-document regexp("https?://forum\..*/view(?:topic|forum)\.php\?[tf]=.*") {
/* regexp("https://forum.qnap.com/viewtopic.php?t=0000"), */
/* regexp("https?://(forum\.)?qnp\.com/(viewtopic|two).*"), */


& when (@HideSignatures = 1) {

    .signature {
		display: none;
	}
}

}

Reviews

No reviews yet.