Skip to content

Instantly share code, notes, and snippets.

@dvingerh
Created August 25, 2017 16:48
Show Gist options
  • Save dvingerh/2719cc9a18d847716baa3064aad055c1 to your computer and use it in GitHub Desktop.
Save dvingerh/2719cc9a18d847716baa3064aad055c1 to your computer and use it in GitHub Desktop.
Dumpert verkrijg topcomment en topreaguursel
// ==UserScript==
// @name Dumpert verkrijg topcomment en topreaguursel
// @namespace Dumpert verkrijg topcomment en topreaguursel
// @version 0.1
// @description <3
// @author Cammy
// @match *comments.dumpert.nl/embed/*
// @require http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
// @grant none
// ==/UserScript==
alert($("article[class^='comment']").find('p').eq(0).text());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment