Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section
titlePrerequisites

For bookmarklets there are no prerequisites.

For userscripts the browser needs to install a plugin a userscript manager like Grease Monkey or Tampermonkey that build  must be installed to the browser. The userscript manager builds the context in which the script is executed.

...

Section
titleUserscript Solution

The userscript can be configured to be automatically executed on every page whose URL matches a regular expression. This way a user may select the script to remove element only on certain spaces, while leave them untouched on others.

A userscript is a JavaScript script with some metadata. It may also use services provided by the userscript manager context.

Text Snippet
propertyUserscript

The following screenshot shows the script installed with Tampermonkey.

Screenshot showing the installed userscript in with Tampermonkey

You may want to edit the script and adjust the match URL to your Confluence server.

Code Block
languagejs
// @match        https://*/confluence/*

The browser plugin may also take care of automatically update the scripts. The source of the script could be hosted in a controlled environment. We recommend to copy the script to your server and alter it to meet your specific requirements.

...

Section
titleResources


Tour
render-no-hits-as-blanktrue
render-as-definition-listtrue
marker-column-property-nameTitle
replace-title-with-nametrue


TitleShort Description
Hide projectdoc Tools
Bookmarklets
Community Resources
TampermonkeyThe homepage of Tampermonkey.
Tampermonkey DocumentationDescribes how the Tampermonkey API can be used and what is different to Geasemonkey.




Piwik Set Multiple Custom Variables


NameValue
Departmentprojectdoc
Categoryprojectdoc-tip
Typehowto


...