Greasy Fork is available in English.

TwatBegone

Removes twats and all mentions of them from twitter

queste sono le versioni di questo script in cui il codice è stato aggiornato Visualizza tutte le versioni.

  • v0.5.63 28/01/2018 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 28/01/2018 BUGFIX: Generic tweet hiding was broken I'd checked in the wrong file to git. Works now
  • v0.5.6 28/01/2018 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 29/04/2017 Add toggle button for rainbow Avis on config page
  • v0.5.5 29/04/2017 Fix indentation of blah text Resolves #20, Merge branch 'master' of github.com:ciderpunx/userscripts Conflicts: TwatBegone/TwatBegone.user.js
  • v0.5.5 28/04/2017 Allow range of avis fixes #16
  • v0.5.5 28/04/2017 Another anal commit Consistent indentation!
  • v0.5.5 28/04/2017 Anal checkin - replace tabs with spaces So that it all lines up.
  • v0.5.5 28/04/2017 Bump version number
  • v0.5.4 28/04/2017 Set bsString to a random array item Contributes to #13
  • v0.5.4 28/04/2017 Update TwatBegone.user.js Change slogan link colour
  • v0.5.4 28/04/2017 Update TwatBegone.user.js Add slogan to replaced tweets #18
  • v0.5.4 28/04/2017 Update TwatBegone.user.js Adds padding to left of 'TBG Active' button to make it look even nicerer
  • v0.5.4 27/04/2017 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 27/04/2017 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 27/04/2017 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 27/04/2017 Version 0.5.1 Tweak to settings css and display block rather than inline so we can centre it.
  • v0.5 27/04/2017 Version 0.5 Added more metadata fields for stuff like the icon, licence and so on
  • v0.493 27/04/2017 Fixes #7 Change twat begone button background to green, Merge pull request #9 from oxguin/patch-2 Fixes #7
  • v0.493 26/04/2017 Sort out glitchy handling of textarea/string in cleanTwats fn.
  • v0.491 26/04/2017 Fix stringification of twats in cleanTwats
  • v0.49 26/04/2017 Bump version to 0.49 Also previous checkin closes #3
  • v0.48 26/04/2017 Added some semi-colons, Text alignment in defaultTwats, Initialize twats in configPage call Fixes #6
  • v0.48 25/04/2017 Imported from URL