Greasy Fork is available in English.

TwatBegone

Removes twats and all mentions of them from twitter

These are versions of this script where the code was updated. Show all versions.

  • v0.5.63 2018-01-28 Yet another bugfix misnamed function It was a copy paste error. I'd copied the function to set rainbow avis as the basis for the one to set hide generic and forgotten to rename it. Or indeed call it on setting update. *Blush*
  • v0.5.61 2018-01-28 BUGFIX: Generic tweet hiding was broken I'd checked in the wrong file to git. Works now
  • v0.5.6 2018-01-28 Generic tweet hiding I've noticed these annoying "generic" tweets turning up in the twitter notif page. This version has a flag on the config page to simply hide these promoted/recommended tweets. I made this the default behaviour as I have yet to see one of value, but its easy enough to change the default behaviour.
  • v0.5.5 2017-04-29 Add toggle button for rainbow Avis on config page
  • v0.5.5 2017-04-29 Fix indentation of blah text Resolves #20, Merge branch 'master' of github.com:ciderpunx/userscripts Conflicts: TwatBegone/TwatBegone.user.js
  • v0.5.5 2017-04-28 Allow range of avis fixes #16
  • v0.5.5 2017-04-28 Another anal commit Consistent indentation!
  • v0.5.5 2017-04-28 Anal checkin - replace tabs with spaces So that it all lines up.
  • v0.5.5 2017-04-28 Bump version number
  • v0.5.4 2017-04-28 Set bsString to a random array item Contributes to #13
  • v0.5.4 2017-04-28 Update TwatBegone.user.js Change slogan link colour
  • v0.5.4 2017-04-28 Update TwatBegone.user.js Add slogan to replaced tweets #18
  • v0.5.4 2017-04-28 Update TwatBegone.user.js Adds padding to left of 'TBG Active' button to make it look even nicerer
  • v0.5.4 2017-04-27 Refactor dispatch code to make it less yukky Rather than having document.location.href.indexOf ... in 3 places factor out into a function Similarly with the action dispatch, to avoid nested ifs.
  • v0.5.3 2017-04-27 Refactor showConfigPage and bugfix There was a subtle bug in initAction() and initTwats() where we called setAction and setTwats with a var action or twats that may not have existed. Think this resolves #10
  • v0.5.2 2017-04-27 Version 0.5.2 - Show version number on pages Show the version number at the bottom of the config and help pages.
  • v0.5.1 2017-04-27 Version 0.5.1 Tweak to settings css and display block rather than inline so we can centre it.
  • v0.5 2017-04-27 Version 0.5 Added more metadata fields for stuff like the icon, licence and so on
  • v0.493 2017-04-27 Fixes #7 Change twat begone button background to green, Merge pull request #9 from oxguin/patch-2 Fixes #7
  • v0.493 2017-04-26 Sort out glitchy handling of textarea/string in cleanTwats fn.
  • v0.491 2017-04-26 Fix stringification of twats in cleanTwats
  • v0.49 2017-04-26 Bump version to 0.49 Also previous checkin closes #3
  • v0.48 2017-04-26 Added some semi-colons, Text alignment in defaultTwats, Initialize twats in configPage call Fixes #6
  • v0.48 2017-04-25 Imported from URL