Code Monkey home page Code Monkey logo

Comments (2)

ImprovedTube avatar ImprovedTube commented on June 27, 2024

hi & thanks! @codefauxone
One can also replace the links before clicking them

#1701

hi & thanks! @codefaux.
#1701 (One can also replace the links before clicking them)

from youtube.

codefaux avatar codefaux commented on June 27, 2024

(That's not my username.)

@ImprovedTube

I appreciate your time. I've seen #1701 and I disagree with link modification.

My first argument against using solely document parsing link modification is that this does not fix the behavior from externally shared links. How many other features of this plugin only work if you open a link from within a sire where this plugin has access to modify contents within Firefox? How will this fix the problem if I open, say, a link from a messenger app?

It also has a performance implications, when processing/rendering the page during updates and loading. Benchmarks such as https://browserbench.org/Speedometer3.0/ would definitely reveal impacts caused by such. If we're only modifying on load that's one thing, but Youtube has a tendency to do dynamic reloads on pages such as the Subscription page if you leave it idle, so you'd have to catch that every time.

I disagree that link modification is even a good solution, and request this be considered as an alternative means of "protection."

  • This method has no lingering impact after a page has loaded, unlike processing live page updates required for link modification
  • The processing isn't a global, recursive regex on the entire contents of every document
  • Thus, this has no requirement of permission to modify site contents on Youtube or globally
  • As a urther result, this has a smaller processing and memory footprint by A LOT
  • The sole side-effect is a mandatory, momentary delay of a page starting to load before being redirected, which is not uncommon on the modern internet in the first place, nor is it a noteworthy impact to user experience

from youtube.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.