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
| %%[ | |
| SET @MID = '50000XXXX' | |
| SET @apiCreds = LOOKUP('REST_Credentials', 'apiCreds', 'MID', @MID) | |
| SET @apiCreds = DecryptSymmetric(@apiCreds, 'aes', 'INT_PWD', @null, 'INT_SALT', @null, 'INT_IV', @null) | |
| ]%% | |
| <script runat="server"> | |
| Platform.Load("Core","1.1.1"); | |
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
| gmail.com | |
| yahoo.com | |
| hotmail.com | |
| aol.com | |
| hotmail.co.uk | |
| hotmail.fr | |
| msn.com | |
| yahoo.fr | |
| wanadoo.fr | |
| orange.fr |
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
| module Entry::TrackerBlocking | |
| extend ActiveSupport::Concern | |
| included do | |
| has_many :blocked_trackers | |
| end | |
| email_service_blockers = { | |
| "ActiveCampaign" => /lt\.php(.*)?l\=open/, | |
| "AWeber" => "openrate.aweber.com", |
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
| *.abbott | |
| *.abogado | |
| *.abudhabi | |
| *.ac | |
| *.academy | |
| *.accountant | |
| *.accountants | |
| *.aco | |
| *.actor | |
| *.ad |
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
| abb | |
| abbott | |
| abc | |
| abogado | |
| abudhabi | |
| ac | |
| academy | |
| accountant | |
| accountants | |
| aco |
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
| let bookmarkList = Array.from(document.querySelectorAll('.widget>.vbox')) | |
| .map(e => e.shadowRoot) | |
| .map(e => e && e.querySelector('.device-page-list')) | |
| .find(e => e); | |
| let bookmarks = Array.from(bookmarkList.querySelectorAll('.vbox')) | |
| .map(e => `<a href="${e.querySelector('x-link').innerHTML}">${e.querySelector('.device-page-title').innerHTML}</a>`); | |
| copy('<html><body>' + bookmarks.join('\n') + '</body></html>'); |
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
| # `curl https://raw.githubusercontent.com/ivolo/disposable-email-domains/master/index.json -s | jq -r '.[]' | gist` | |
| 0-180.com | |
| 0-30-24.com | |
| 0-420.com | |
| 0-900.com | |
| 0-aa.com | |
| 0-mail.com | |
| 0-z.xyz | |
| 00.pe | |
| 000476.com |
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
| hbspt.forms.create({ | |
| portalId: 'PORTAL_ID', | |
| formId: 'FORM_ID', | |
| onFormReady: function($form) { | |
| var $formRequiredElements = $form.find('[required]'); | |
| var formRequiredFields = []; | |
| $formRequiredElements.each(function() { | |
| var fieldName = $(this).attr('name'); |
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
| [ | |
| { | |
| "slug": "afghanistan", | |
| "name": "Afghanistan", | |
| "alpha2": "AF", | |
| "alpha3": "AFG", | |
| "numerical": "004", | |
| "iso_3166_2": "ISO 3166-2:AF" | |
| }, | |
| { |