Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add bytesize tamper monkey #2512

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions src/content/events/2024/bytesize_tamper_monkey.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: 'Bytesize: Tamper Monkey'
subtitle: Phil Ewels, Seqera
type: talk
startDate: '2024-05-21'
startTime: '13:00+02:00'
endDate: '2024-05-21'
endTime: '13:30+02:00'
locations:
- links: https://kth-se.zoom.us/j/68390542812
---

This week Phil Ewels ([@ewels](https://github.com/ewels/)) will show us how to modify any website using the [Tamper Monkey browser plugin](https://www.tampermonkey.net/).

The rough outline of the talk will be:

- Showing how the browser developer console can be used to understand how web pages are built
- Editing a live web page locally in the developer console
- A walk through of writing a custom Tamper Monkey userscript from scratch to modify how a given web page renders
- How to horrify your coworkers by messing with their browser whilst they go for a coffee

You can download Tamper Monkey here: https://www.tampermonkey.net/

Find public user scripts here: https://www.userscript.zone/
Loading