awsdocs /
aws-doc-sdk-examples
Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS documentation, AWS SDK Developer Guides, and more. For more information, see the Readme.md file below.
90/100 healthLoading repository data…
Filter-Bubble / repository
This repository contains a JavaScript shim (polyfill) for some Chrome Extension API calls.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This repository contains a JavaScript shim (polyfill) for some Chrome Extension API calls.
Online and mobile news consumption leaves digital traces that are used to personalize news supply, possibly creating filter bubbles where people are exposed to a low diversity of issues and perspectives that match their preferences. The JEDS Filter Bubble project aims to understand the filter bubble effect by performing deep semantic analyses on mobile news consumption traces. This project is a collaboration between the VU, the UvA and NLeSC, lead by Wouter van Atteveldt.
Part of this project makes use of the Web Historian browser extension, developed by Ericka Menchen-Trevino. To use this extension, or any other extension which follows the WebExtensions API, as a standalone website, all chrome.* API calls must be intercepted and re-implemented. In general, this will not be possible for all API calls. The shim in this project implement a few of them.
WebExtensionShim.js into the same directory.<script type="application/javascript" src="WebExtensionShim.js"></script> to the HEAD of the HTML page.chrome.runtime.getManifest() function, the shim requires a JSON variable named manifestJson which contains the manifest data. Add this JSON variable to the file Manifest.js and add <script type="application/javascript" src="Manifest.js"></script> to the HEAD of the extension's main page.chrome.i18n.getMessage() function, the shim requires a JSON variable named messagesJson which contains the messages data. Add this JSON variable to the file Messages.js and add <script type="application/javascript" src="Messages.js"></script> to the HEAD of the extension's main page.chrome.history.* functions, the shim requires two JSON variables named historyItemsJson and visitItemsJson which contain the browser history data. Add these JSON variables to the file HistoryItems.js and VisitItems.js and add <script type="application/javascript" src="HistoryItems.js"></script> and <script type="application/javascript" src="VisitItems.js"></script> to the HEAD of the extension's main page.The Javascript file WebExtensionShim.js contains the shim.
Selected from shared topics, language and repository description—not editorial ratings.
awsdocs /
Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS documentation, AWS SDK Developer Guides, and more. For more information, see the Readme.md file below.
90/100 healthRitikPatni /
This repository contains content which will be helpful in your journey as a front-end Web Developer
91/100 healthVishal-raj-1 /
This Repository contain awesome vanilla JavaScript projects.
89/100 healthsachin-source /
This repository contains a list of important and useful github repos which a developer, coder, a student should never miss to look at.
88/100 healthBharat2044 /
100xDevs Cohort 3 🚀 by Harkirat Singh. This repository contains Lecture Codes, Notes, Assignments, Assignment Solution Code and Some Good Articles/Blogs Link. 🔥
78/100 healthsmv1999 /
This repository contains all the popular Competitive Programming and DSA questions with solutions for your Coding Interview Preparation.
91/100 health