This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <meta charset="utf-8"> | |
| <html> | |
| <head> | |
| <title>>NSA angรฅende hur man anvรคnder XKeyscore (รถvervakningsprogram frรฅn NSA) med Sverige som exempel</title> | |
| <style> | |
| body,html { | |
| color: #333; | |
| width: 600px; | |
| margin: 1em auto; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <meta charset="utf-8"> | |
| <html> | |
| <head> | |
| <title>>NSA angรฅende hur man anvรคnder XKeyscore (รถvervakningsprogram frรฅn NSA) med Sverige som exempel</title> | |
| <style> | |
| body,html { | |
| color: #333; | |
| width: 600px; | |
| margin: 1em auto; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <meta charset="utf-8"> | |
| <html> | |
| <head> | |
| <title>>NSA angรฅende hur man anvรคnder XKeyscore (รถvervakningsprogram frรฅn NSA) med Sverige som exempel</title> | |
| <style> | |
| body,html { | |
| color: #333; | |
| width: 1024px; | |
| margin: 1em auto; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| > whois xkeyscore.com | |
| Whois Server Version 2.0 | |
| Domain names in the .com and .net domains can now be registered | |
| with many different competing registrars. Go to http://www.internic.net | |
| for detailed information. | |
| Domain Name: XKEYSCORE.COM | |
| Registrar: ENOM, INC. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var currentEmails = {}; | |
| var detectedTransport = null; | |
| jQuery(document).ready(function () { | |
| unsub(theinbox); | |
| connectee() | |
| }); | |
| var dataPack; | |
| var connected = false; | |
| function setKaptcha() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var myApp = angular.module('myApp', []); | |
| myApp.directive('googleplace', function() { | |
| return { | |
| require: 'ngModel', | |
| link: function(scope, element, attrs, model) { | |
| var options = { | |
| types: [], | |
| componentRestrictions: {} | |
| }; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # | |
| # Wide-open CORS config for nginx | |
| # | |
| location / { | |
| if ($request_method = 'OPTIONS') { | |
| add_header 'Access-Control-Allow-Origin' '*'; | |
| # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # | |
| # An example hook script to verify what is about to be committed. | |
| # Called by "git commit" with no arguments. The hook should | |
| # exit with non-zero status after issuing an appropriate message if | |
| # it wants to stop the commit. | |
| # | |
| # # Installation: | |
| # touch .git/hooks/pre-commit | |
| # chmod u+x .git/hooks/pre-commit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| angular.module('silviaModule.Slider', ['ngSanitize']) | |
| .directive('svSlider', function() { | |
| return { | |
| restrict: 'E', | |
| scope: { | |
| 'ngModel': '=' | |
| }, | |
| template: '<div ng-bind-html="slide"></div>', | |
| controller: function($scope, $sce) { | |
| $scope.$watch('ngModel', function(newVal) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| tr { | |
| position: relative; | |
| } | |
| .clicky { | |
| position: absolute; | |
| opacity: 0; | |
| } |