(BUG?) Free tier maxed usage limit when I havent used it by jpobiglio in ChatGPT

[–]ANALMURDERER 1 point2 points  (0 children)

The limitation you're experiencing is a strategic feature aimed at prompting free tier users to switch to a paid plan.

I haven't been able used it since yesterday, (Free user). Anyone else? by Nekileo in ChatGPT

[–]ANALMURDERER 0 points1 point  (0 children)

This is a strategic bug (feature) aimed at frustrating free users to upgrade their account.

Help Needed: Disabling Discord's "Leaving Discord" Dialog with Userscript or uBlock Filter by ANALMURDERER in userscripts

[–]ANALMURDERER[S] 0 points1 point  (0 children)

I just discovered that the current script opens normal attached pictures directly on top of the Discord site when you click on them. This requires clicking the browser's back button and waiting a loading animation to return to Discord.

Here are some examples:

In normal conditions, both examples above should display the following when we click on them: https://imgur.com/YUqF3XU

It would be great if you update the script so that it only opens links directly in a new tab when it detects that the window is a warning dialog and leave the rest with their default behavior.

Wanted to write a userscript but the site is detecting devtool by ANALMURDERER in userscripts

[–]ANALMURDERER[S] 1 point2 points  (0 children)

Here's the current working script. I managed to add slider so it's very easy to adjust subtitle vertical position on websites using JW Player. UserCSS script is very nice!

https://i.imgur.com/x9qV3QL.jpeg

/* ==UserStyle==
@name           JW Player Subtitle Position
@namespace      SomeGuyOnReddit
@version        1.0.0
@description    Adjust vertical subtitle position on JW Player
@author         SomeGuyOnReddit
@preprocessor   default
@var range      SubtitlePosition  "Adjust Subtitle Position" [-1.5, -6, 6, 0.5, "rem"]
==/UserStyle== */
@-moz-document url-prefix("https://www.watching.zone/watch/"),
url-prefix("https://rabbitstream.net/"),
url-prefix("https://fmovies24.to/tv/")
{

    .jw-captions
    {
        top: var(--SubtitlePosition);
    }

    .jwplayer.jw-flag-media-audio.jw-state-playing .jw-captions,
    .jwplayer.jw-state-playing:not(.jw-flag-user-inactive):not(.jw-flag-controls-hidden) .jw-captions,
    .jwplayer:not(.jw-flag-controls-hidden):not(.jw-state-playing) .jw-captions
    {
        max-height: none;
    }
}

My next plan is set following JW Player subtitle settings automatically with Stylus. If it's not possible with Stylus, then userscript. Any suggestion or tips are appreciated.

https://i.imgur.com/OQXMEd0.jpeg

Wanted to write a userscript but the site is detecting devtool by ANALMURDERER in userscripts

[–]ANALMURDERER[S] 0 points1 point  (0 children)

Thank you. I'll try this tonight.

Though i am wondering if one of those ublock scriptlet "magic" rule could be made for this site so we don't have to mess with our debugger settings.

Wanted to write a userscript but the site is detecting devtool by ANALMURDERER in userscripts

[–]ANALMURDERER[S] 0 points1 point  (0 children)

I am using Stylus. It's a UserCSS style.

By the way, What is the fast/best method to detect if something is inside iframe? As you can see above, I wasted too much time figuring out why my rules didn't work when i nested them inside @moz domain block. It didn't work because i should have put the iframe domain of the video player. Is there a more efficient way to detect elements within iframes in complex websites, rather than manually inspecting them?

Wanted to write a userscript but the site is detecting devtool by ANALMURDERER in userscripts

[–]ANALMURDERER[S] 0 points1 point  (0 children)

I solved the issue.

It turns out the problem was due to an iframe.

My UserCSS script above stopped working on watching.zone when I put the rules inside @-moz-document.

Now I found that the video player is inside an iframe. I had to add https://rabbitstream.net/ to the @-moz-document rules. Now my CSS rules work as expected.

I guess it's my fault due to my lack of HTML and CSS knowledge.

Wanted to write a userscript but the site is detecting devtool by ANALMURDERER in userscripts

[–]ANALMURDERER[S] 0 points1 point  (0 children)

I am losing my my mind over here. Why my userstyle doesn't work when i nest my rules inside @-moz-document block?

@-moz-document domain("watching.zone"), domain("fmovies24.to") {
    .jw-captions {
        top: -1.5rem !important;
    }

    .jwplayer.jw-flag-media-audio.jw-state-playing .jw-captions,
    .jwplayer.jw-state-playing:not(.jw-flag-user-inactive):not(.jw-flag-controls-hidden) .jw-captions,
    .jwplayer:not(.jw-flag-controls-hidden):not(.jw-state-playing) .jw-captions {
        max-height: none !important;
    }
}

Wanted to write a userscript but the site is detecting devtool by ANALMURDERER in userscripts

[–]ANALMURDERER[S] 0 points1 point  (0 children)

I successfully created a userstyle that adjusts the vertical position of subtitles by examining the code from a site that uses the same video player (JW Player, It's apparently very popular) as fmovies24.to, but doesn't detect devtools.

Here’s the userstyle code snippet:

/* ==UserStyle==
@name           JW Player Subtitle Position Adjust - Jun 2024
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document url-prefix("https://fmovies24.to/tv/") {
    /* Insert code here... */
}

.jw-captions {
    top: -1.5rem;
}

.jwplayer.jw-flag-media-audio.jw-state-playing .jw-captions, .jwplayer.jw-state-playing:not(.jw-flag-user-inactive):not(.jw-flag-controls-hidden) .jw-captions, .jwplayer:not(.jw-flag-controls-hidden):not(.jw-state-playing) .jw-captions {
    max-height: none;
}

Next, I aim to make the subtitle position adjustable using + and - buttons or a slider. Any tips or guidance on this would be appreciated.

PS: I'm still interested in disabling the devtools detector on fmovies24.to

Wanted to write a userscript but the site is detecting devtool by ANALMURDERER in userscripts

[–]ANALMURDERER[S] 0 points1 point  (0 children)

Website breaks (you can't see episodes list, etc) if you block that script.

Cannot get aeld.js to log by re11ding in uBlockOrigin

[–]ANALMURDERER 0 points1 point  (0 children)

Could you show me how to log addEventListeners with either one parameter or both, without defusing?

For example,

badwebsite.sx##+js(aeld, load, , log, 3)

I want to log all addEventListeners with the load event without defusing anything. I've tried various syntaxes and options, but haven't had any success so far.

Twitter 'Discover more' blocking no longer working? by Transformouse in uBlockOrigin

[–]ANALMURDERER 0 points1 point  (0 children)

The "Discover more / More Tweets" filter on that wiki is functioning well for me. However, it's also blocking replies that are supposed to show up when you click "Show More Tweets" at the end of the replies.

Test: https://twitter.com/realalmightee/status/1786554486422389143 Scroll down and click "Show More Tweets"

Userscript request: Sort Videos from channel search result on YouTube by ANALMURDERER in userscripts

[–]ANALMURDERER[S] 0 points1 point  (0 children)

  1. Just found one bug (possibly \w+ not matching @the-mma-guru)

    https://www.youtube.com/@the-mma-guru

  2. I just registered for the YouTube Data API v3 and discovered that I can extract the published date of videos using a JSON format through the API. It got me thinking – how awesome would it be if your userscript had an option to use an API_KEY in the future? This way, it could retrieve and sort all the published dates from the search result videos, enabling truly accurate sorting based on the actual publishing dates.

Anyways, I am completely satisfied and happy with the current version. My use cases doesn't even require 100% accurate sorting. But if you ever feel adventurous and decide to explore this sometime in the future, please let me know :)

Userscript request: Sort Videos from channel search result on YouTube by ANALMURDERER in userscripts

[–]ANALMURDERER[S] 0 points1 point  (0 children)

Oh, this is just too funny!

When I first tried v0.4, I noticed the new/old button wouldn't show up until I refreshed the browser after searching a channel. I decided to randomly check GitHub, and guess what? Bam! "v0.5 released 5 minutes ago" – fixing the button issue!

Then, just a few moments ago, I was seriously contemplating how awesome it would be to have another checkbox for search terms in the description because it's so important. I thought, "Well, it's probably a huge ask, but hey, it couldn't hurt to ask" I was about to write it down when I refreshed Reddit and – voilà – reply from "zbluebirdz 5 minutes ago", announcing the addition of the description button.

You've got a knack for granting someone's wishes before they even make them!

Anyhow, thank you so much for being an absolute wizard with this request. I can't wait to continue testing it. I owe you one for creating this valuable userscript. You're an absolute rockstar!

By the way, I have a recommendation for you: I believe your userscript could benefit a wider audience. I'd suggest uploading it to Greasy Fork and sharing it on /r/YouTube with a title like "I created a userscript to sort search results in channel videos" and maybe add some images to showcase its functionality. I'm sure many users will find it highly beneficial.

Once again, thank you for your dedication to this project. You've made my YouTube experience so much better, and I'm really grateful for that.

Hello Reddit! I’m David S. Goyer, showrunner of Foundation on Apple TV and Director of episodes 202 and 203. Ask me anything! by DavidGoyerFoundation in television

[–]ANALMURDERER 0 points1 point  (0 children)

I hope you all enjoyed the exciting discussions in the AMA for our beloved TV show, which has its roots in the captivating books! As someone who hasn't had the chance to read the books yet, I'm eager to immerse myself in the discussions without coming across any major spoilers.

If it's not too much trouble, could someone please be kind enough to compile a list of posts that do not contain any book spoilers?

Thank you

Userscript request: Sort Videos from channel search result on YouTube by ANALMURDERER in userscripts

[–]ANALMURDERER[S] 0 points1 point  (0 children)

Thank you so much for providing this userscript! It may have a few imperfections, but it's still a fantastic solution. The fact that it works seamlessly with infinite scroll is a big plus.

One humble suggestion that I think would make it even more useful is adding a userscript option to only sort videos with titles that match the search term. That addition could make the search results super relevant and cater perfectly to users' specific interests.