LooseStool

#Dissenter Bookmarklet (powered by #Gab #FreeSpeech Gab.com)

Feb 28th, 2019
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. javascript:void function(){ window.open("https://dissenter.com/discussion/begin?url="+encodeURIComponent(document.location)); }();
  2.  
  3. /*
  4. ^ default is now the above very simplified, Dissenter-only version -- instead of the below but setting the "ARCHIVE_TOO" flag to "false"  aka the prompt to also save to archive.is -- because if "true" that means your POP-UP BLOCKER kicks in :(
  5.  
  6. javascript:void function(ARCHIVE_TOO){var e="archive.is",o=document.location,i="url="+encodeURIComponent(o),t="Also save this page to "+e+", in advance of this potential pre-crime #WrongThink being banned/removed by "+o.hostname+"?",s=function(n){n&&open("https://"+e+"/?run=1&"+i),open("https://dissenter.com/discussion/begin?"+i)};s(ARCHIVE_TOO&&confirm(t))}(true);
  7.  
  8. /*
  9.  
  10. https://gab.com/LooseStool/posts/49919158
  11.  
  12. How often does "dangerous" content, or YouTube video (or channel), get the #MemoryHole treatment after you've added it to a "Watch Later" playlist or similar.
  13.  
  14. IDEA: use #Dissenter to describe contents, title, channel name...
  15.  
  16. EVEN EASIER: #Bookmarklet that first prompts you to save to #Archive.is
  17.  
  18. https://pastebin.com/raw/ud3e152h
  19.  
  20. [ bookmarklet minified via https://www.beautifyconverter.com/javascript-beautifier.php ]
  21.  
  22. javascript:void function(ARCHIVE_TOO){var e="archive.is",o=document.location,i="url="+encodeURIComponent(o),t="Also save this page to "+e+", in advance of this potential pre-crime #WrongThink being banned/removed by "+o.hostname+"?",s=function(n){n&&open("https://"+e+"/?run=1&"+i),open("https://dissenter.com/discussion/begin?"+i)};s(ARCHIVE_TOO&&confirm(t))}(1);
  23.  
  24. [ full source ]
  25. javascript: void function(ARCHIVE_TOO){
  26.     var a="archive.is",
  27.         l=document.location,
  28.         u="url=" + encodeURIComponent(l),
  29.         p="Also save this page to " + a + ", in advance of this potential pre-crime #WrongThink being banned/removed by " + l.hostname + "?";
  30.     var f=function(A){
  31.         if(A){
  32.             open( "https://" + a + "/?run=1&" + u );
  33.         }
  34.         open( "https://dissenter.com/discussion/begin?" + u );
  35.     };
  36.     f( ARCHIVE_TOO && confirm(p) );
  37. }(true);
  38.  
  39. */
Add Comment
Please, Sign In to add comment