Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elanora96/msn-show-source
Add the source article to MSN News
https://github.com/elanora96/msn-show-source
greasemonkey msn typescript userscripts violentmonkey
Last synced: about 1 month ago
JSON representation
Add the source article to MSN News
- Host: GitHub
- URL: https://github.com/elanora96/msn-show-source
- Owner: elanora96
- Created: 2024-08-22T04:37:16.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-22T07:13:50.000Z (5 months ago)
- Last Synced: 2024-10-16T19:08:18.737Z (3 months ago)
- Topics: greasemonkey, msn, typescript, userscripts, violentmonkey
- Language: JavaScript
- Homepage: https://greasyfork.org/en/scripts/504602-msn-show-source
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# msn-show-source
A browser userscript to show the source article on MSN News, because Duckduckgo _really_ likes to show MSN News links
Intended for my personal use with [Violent Monkey](https://violentmonkey.github.io/) and [Userscripts](https://apps.apple.com/us/app/userscripts/id1463298887)
## Install
1. Install a userscript manager (like the two listed above)
2. Grab a release:| Tag | Links | Notes |
| ------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------- |
| Latest | [Github](https://github.com/elanora96/msn-show-source/releases/latest/download/userscript.js)
[Greasy Fork](https://greasyfork.org/en/scripts/504602-msn-show-source) | \*Recommended |**_Or_**
Clone this project and...
## Build From Source
Requirements:
- Node.js (written and tested on v22.6.0)
In the cloned repo:
1. Install dependencies with `npm install`
2. Run the provided `build` script with `npm run build`Then you may use your userscript manager to install `./dist/userscript.js`