diff --git a/config/comments.php b/config/comments.php index 44eedbb..d3e2175 100644 --- a/config/comments.php +++ b/config/comments.php @@ -17,6 +17,9 @@ return [ 'catbox.moe' => [ '/^files\.catbox\.moe$/' ], + 'tenor.com' => [ + '/^c\.tenor\.com$/' + ], 'pr0gramm.com' => [ '/^img\.pr0gramm\.com$/' ], @@ -24,7 +27,8 @@ return [ '/^files\.nogf\.club$/', '/^f0ck\.space$/', '/^nogf\.club$/', - '/^f0ck\.it$/' + '/^f0ck\.it$/', + '/^tenor\.com$/', ] ], 'allowedImageFileExtensions' => [ diff --git a/public/css/w0bmcustom.css b/public/css/w0bmcustom.css index 900c508..9582ef8 100644 --- a/public/css/w0bmcustom.css +++ b/public/css/w0bmcustom.css @@ -4186,4 +4186,10 @@ pre { vertical-align: sub; color: gray; font-family: vcr; -} \ No newline at end of file +} + +.copyright { + position: fixed; + bottom: 0; + opacity: 0.2; + } \ No newline at end of file diff --git a/public/js/w0bmscript.js b/public/js/w0bmscript.js index e19a49b..d8d3b9f 100644 --- a/public/js/w0bmscript.js +++ b/public/js/w0bmscript.js @@ -1422,9 +1422,11 @@ function draw( video, thecanvas, img ){ // Vielen Dank an Flummi! // This code snippet makes full and valid urls clickable in the info box! -const infoboxContent = document.querySelector("button#infobox"); -if(infoboxContent) - infoboxContent.dataset.content = infoboxContent.dataset.content.replace(/(https?:\/\/[^\s]+)/g, "$1"); +//const infoboxContent = document.querySelector("button#infobox"); +//if(infoboxContent) +// infoboxContent.dataset.content = infoboxContent.dataset.content.replace(/(https?:\/\/[^\s]+)/g, "$1"); +// uncommenting this because of problematic replacement and possible abuse + //This was supposed to work for urls that are not in a correct url-sheme such as z0r.de/1337 but ehm itz out of biz cuz uhm xD https://f0ck.it/uploads/%5B2019%5D_firefox_YapokIcyShoveler.png //infoboxContent.dataset.content = infoboxContent.dataset.content.replace(/((https?:\/\/)?[\w-]+(\.[\w-]+)+\.?(:\d+)?(\/\S*)?)?/gi, "$1"); diff --git a/public/njum/css/cstms.css b/public/njum/css/cstms.css index 70660bc..514b3ed 100644 --- a/public/njum/css/cstms.css +++ b/public/njum/css/cstms.css @@ -1980,4 +1980,11 @@ ol, ul, dl { p.comment { word-wrap: break-word; -} \ No newline at end of file +} + +.dropdown-menu.LinksGrid.show { + display: grid; + grid-template-rows: auto; + grid-template-columns: min-content; + min-width: auto; + } \ No newline at end of file diff --git a/resources/views/layout1/video.blade.php b/resources/views/layout1/video.blade.php index 179a8cf..fef37fd 100644 --- a/resources/views/layout1/video.blade.php +++ b/resources/views/layout1/video.blade.php @@ -175,9 +175,9 @@ - - + @endif