Augmented browsing


title: "Augmented browsing" type: doc version: 1 created: 2026-02-28 author: "Wikipedia contributors" status: active scope: public tags: ["web-software"] topic_path: "general/web-software" source: "https://en.wikipedia.org/wiki/Augmented_browsing" license: "CC BY-SA 4.0" wikipedia_page_id: 0 wikipedia_revision_id: 0

Augmented browsing is the process of modifying or enriching existing web pages by adding new features, altering layouts, or injecting additional data at the client side. Common methods include installing browser extensions, using userscripts (client-side scripts), or applying custom style-sheets. These techniques empower users to customize or enhance how they view and interact with online content.

History

Early concepts and experiments

  • Bookmarklets (1990s): Allowed users to run small JavaScript snippets stored as browser bookmarks, enabling quick modifications of the current web page.
  • HyperCard (late 1980s): Introduced the concept of user-driven stacks and scripting, paving the way for more interactive customization mindsets.
  • Greasemonkey (2005): An add-on that lets users install or create “user scripts” to dynamically alter web page content. Tampermonkey and Violentmonkey are its successor.

Modern implementations

There are various different methods in order to accomplish web augmentation, from browser extensions to augmentation platforms, but they will all operate on making changes to the underlying DOM content of a website.

Browser extension ecosystems

  • Chrome Web Store, Firefox Add-ons, Safari Extensions: These marketplaces offer extensions that can add or change functionalities for users, covering everything from ad-blocking to user-interface tweaks.
  • Community Collaboration: Open-source projects on platforms like GitHub or Git-Lab host user-created scripts and styles, fostering a shared culture of website overspecialization.

Web augmentation platforms

A web augmentation platform is a framework or service that streamlines the creation, management, and distribution of augmented web experiences. These platforms often provide tools for non-technical users to apply customization without needing deep programming knowledge.

  • Webfuse: An example of a web augmentation platform that enables developers and end users to create extensions or “overlays” that customize a site’s appearance and functionality in real time. By leveraging browser APIs, Web-fuse can inject interactive elements, gather data, or modify site components, all within an accessible, user-friendly framework.

Technical foundations

  • DOM Manipulation (JavaScript): Augmentation often relies on reading and rewriting the page Document Object Model (DOM).
  • API Access: Browser extension APIs (e.g., Chrome’s chrome.* APIs, Firefox WebExtensions) provide controlled entry points for injecting scripts or intercepting traffic.

Walled gardens and geographical restrictions

Emergence of walled gardens

A walled garden describes an online environment where a platform strictly controls or curates apps, content, and sometimes user modifications. Examples include Apple’s App Store or closed social media ecosystems, which limit or ban certain forms of augmentation for security or brand consistency reasons.

"Splinternet" phenomenon

Different nations implement region-specific policies, creating a fragmented internet—sometimes referred to as the “Splinternet.” China’s Great Firewall or Russia’s data localization laws restrict external content or shape how users can access and modify information. These constraints can stifle or complicate web augmentation efforts that rely on unrestricted data flows.

Social and political movements

User rights to customize

Groups such as the Electronic Frontier Foundation (EFF) argue that users have a right to control their own computing environment. They see web augmentation as a manifestation of digital self-determination—particularly in places where platform or government controls are strict.

Resistance and Workarounds

  • Circumventing Censorship: Some extensions or proxies help users bypass national firewalls or highlight omitted content.
  • Ad-Blocking Disputes: Publishers claim ad-blockers (a form of augmentation) undermine revenue, triggering ongoing debates over user autonomy vs. content provider rights.

References

References

  1. Aldalur, Iñigo. (2024-01-01). "Web Augmentation: A systematic mapping study". Science of Computer Programming.
  2. (2021). "Web Augmentation as a Technique to Diminish User Interactions in Repetitive Tasks". IEEE Access.
  3. (2012). "Current Trends in Web Engineering". Springer.
  4. "MAWA: A Browser Extension for Mobile Web Augmentation".
  5. Bouvin, Niels Olof. (1999-02-01). "Proceedings of the tenth ACM Conference on Hypertext and hypermedia : Returning to our diverse roots: Returning to our diverse roots". Association for Computing Machinery.
  6. (2018). "CrowdMock: an approach for defining and evolving web augmentation requirements". Requirements Engineering.
  7. (2013-05-29). "A language for end-user web augmentation: Caring for producers and consumers alike". ACM Trans. Web.
  8. (2017). "An End User Development Approach for Mobile Web Augmentation". Mobile Information Systems.
  9. (2024-07-13). "Co-designing the integration of voice-based conversational AI and web augmentation to amplify web inclusivity". Scientific Reports.
  10. (2024). "Introducing Students to Web Engineering Topics by Teaching Web Augmentation". Journal of Web Engineering.
  11. (2021-02-01). "Engaging end-user driven recommender systems: personalization through web augmentation". Multimedia Tools and Applications.
  12. "Classical Hypermedia Virtues on the Web with Webstrates".
  13. (2013-05-29). "A language for end-user web augmentation: Caring for producers and consumers alike". ACM Trans. Web.
  14. (2010). "Web Information Systems Engineering – WISE 2010". Springer.
  15. "What is Web Augmentation?".
  16. "Biblio {{!}} CPS-VO".
  17. (2021). "Human-Computer Interaction – INTERACT 2021". Springer International Publishing.
  18. (2022-01-01). "Engineering Web Augmentation software: A development method for enabling end-user maintenance". Information and Software Technology.
  19. (2019). "A Web-based Model-driven Platform for Web Augmentation". Scitepress.
  20. (2021-07-11). "Web Augmentation for Well-Being: the Human-Centred Design of a Takeaway Food Ordering Digital Platform". Interacting with Computers.
  21. "Engineering Web Augmentation Software: A Development Method for Enabling End-User Maintenance".
  22. (2020). "Model-based Generation of Web Application Programming Interfaces to Access Open Data". Journal of Web Engineering.
  23. (2012-06-13). "The Big Shift - a business manifesto".
  24. "Linked data based exploratory search".
  25. Schulze, Elizabeth. (2019-11-01). "Russia just brought in a law to try to disconnect its internet from the rest of the world".
  26. (2025-01-30). "Help EFF Fight for Your Digital Rights! {{!}} Electronic Frontier Foundation".
  27. "CrowdMock: an approach for defining and evolving web augmentation requirements".

::callout[type=info title="Wikipedia Source"] This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page. ::

web-software