It's a standard bootstrap popover so you can use the .popover class to target it. It has .popover-header and .popover-body classes inside.
<div class="popover bs-popover-auto fade" role="tooltip" id="popover619161" data-popper-placement="top" style="position: absolute; inset: auto auto 0px 0px; margin: 0px; transform: translate3d(230.4px, -661.6px, 0px);"> <div class="popover-arrow" style="position: absolute; left: 0px; transform: translate3d(99.2px, 0px, 0px);"></div> <h3 class="popover-header">Level 1: Newbie</h3> <div class="popover-body"> <div> REPUTATION: 1 / 100 <div class="text-sm fw-normal">Next level: Regular</div> </div> </div> </div>[nodebb-plugin-jsfiddle] jsFiddle Embedding
-
One for the community if you fancy using it.
#Screenshots#
#Installation#
npm install nodebb-plugin-jsfiddle
#Usage#
Paste the full URL into your post. It also supports revisions with
/6/ or /10/
after the URL, include that too if you want.Enjoy!
Fork on github if you want to change the order of the tabs
-
-
This reminds me of an idea I had in the past. Catch the
'''
Codez
'''And auto upload it as a gist to github if it exceeds X amount of lines