Cambro.tv Improved

Infinite scroll (optional). Filter by duration, private/public, include/exclude phrases. Mass friend request button

< Feedback on Cambro.tv Improved

Пытанне/каментарый

§
Posted: 01.08.2025

I have been using this successfully up until this week and figured that Cambros had changed something on their site which broke the script. While I was looking around on sleazyfork, i saw that you had added xhamster and spankbang. As soon as I added them though, I couldn't get them working. The scripts were enabled on the dashboard, but looking at tampermonkey in firefox dev v 142.0b5, they weren't active on the root domains. (ie you click on the extension and it says that no scripts are running). Nothing was in the the console. I was able to get the scripts running by increasing the specificity of the domains from what you had in the script.

Original code:
// @match https://*.cambro.*/*
// @exclude https://*.cambro.*/*mode=async*

Revised:
// @match https://*.cambro.tv*/*
// @exclude https://*.cambro.tv*/*mode=async*

Xhamster

Original code:
// @match https://*.xhamster.*/*
// @exclude https://*.xhamster.com/embed*

Revised:
// @match https://*.xhamster.com*/*
// @exclude https://*.xhamster.com/embed*

spankbang
Original:
// @match https://*.spankbang.*/*

Revised:
// @match https://*.spankbang.com*/*


This worked for me.

Thanks for taking the time to code this up. You've made those sites so much easier to navigate and use.

smartacephaleАўтар
§
Posted: 02.08.2025

Thank you. It's problem of tampermonkey, use violentmonkey instead. But anyway I have to fix it somehow.

smartacephaleАўтар
§
Posted: 02.08.2025
Edited: 02.08.2025

Your comment was incredibly helpful. I fixed issues, check scripts again please.

Post reply

Sign in to post a reply.