| Script Summary: Hides ID's on specific websites |
This script has no discussions. |
This script has no reviews. |
Syntax:
Argument 1: ID of element to remove (string)Argument 2: Website of which to remove the ID (string)
Argument 3: Whether or not to remove the parent node of the ID (boolean [true/false])
Example:
removeID('uservoice-feedback-tab', 'userscripts.org', false);
