Skip to content

Instantly share code, notes, and snippets.

@lethak
Last active January 5, 2016 10:41
Show Gist options
  • Save lethak/dc021a7ae77669ab6c48 to your computer and use it in GitHub Desktop.
Save lethak/dc021a7ae77669ab6c48 to your computer and use it in GitHub Desktop.
// Made a browser extension : @see https://github.com/lethak/digitally_imported_userscript
// Stop anti-afk popup ? maybe
di.app.timedAlerts.stop()
// Wepplayer stuff
//AudioAddict.WP.wp.
// Removing ad providers to block ads ? maybe
AudioAddict.WP.AdManager.providers = {}
// Finishing an ad ? maybe
AudioAddict.webplayer.adblocks.gracePeriodTimer_.finish_()
@lethak
Copy link
Author

lethak commented Jan 5, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment